update marketing
All checks were successful
All checks were successful
This commit is contained in:
@@ -20,7 +20,23 @@ class="bulk_cart_upload_form">
|
||||
<div class="bulk-upload-container w-100">
|
||||
<div class="d-flex justify-content-between align-items-center w-100">
|
||||
<div class="bulk-input w-100">
|
||||
<input class="form-control" type="file" name="file" required>
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-12">
|
||||
<div class="custom-upload-wrapper">
|
||||
<div class="custom-file-box">
|
||||
<div class="custom-file-content">
|
||||
<svg width="30" height="30" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12 5V19M5 12H19" stroke="#4B5563" stroke-width="2.0" stroke-linecap="round"/>
|
||||
</svg>
|
||||
<span class="custom-upload-text">{{ __('Add File') }}</span>
|
||||
</div>
|
||||
|
||||
<p class="preview-file d-none"></p>
|
||||
<input type="file" name="file" class="preview-file-input" required>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex align-items-center justify-content-center gap-2 flex-wrap">
|
||||
@@ -32,9 +48,9 @@ class="bulk_cart_upload_form">
|
||||
<div class="instruction-header">
|
||||
<h5>{{__('Instructions') }}</h5>
|
||||
<div class="mt-3">
|
||||
<h6><strong>{{__('Note') }}: </strong>{{__(' Please follow the instructions below to upload your file.')}}</h6>
|
||||
<h6><strong>{{__('Note') }}: </strong>{{__('Please follow the instructions below to upload your file.')}}</h6>
|
||||
<ul>
|
||||
<li><b>{{__('1.')}}</b>{{__(' Download the sample file first and add all your purchases data to it.')}}</li>
|
||||
<li><b>{{__('1.')}}</b>{{__('Download the sample file first and add all your purchases data to it.')}}</li>
|
||||
<li><b>{{__('2.')}}</b> <span class="text-danger">*</span> {{__('Indicates a required field. If you do not provide the required fields, the system will ignore except product information.')}}</li>
|
||||
<li><b>{{__('3.')}}</b> {{__('After adding all your purchases, please save the file and then upload the updated version.')}}</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user