update store please read text
This commit is contained in:
@@ -137,7 +137,6 @@ Route::group(['middleware' => 'normaluser'], function () {
|
||||
Route::get('user/announcement', 'user\UserController@announcementIndex');
|
||||
Route::post('user/announcement/updateSave', 'user\UserController@announcementUpdateSave');
|
||||
Route::post('user/announcement/status/update', 'user\UserController@announcementUpdateStatus');
|
||||
|
||||
});
|
||||
|
||||
Route::group(['middleware' => 'auth'], function () {
|
||||
@@ -176,7 +175,6 @@ Route::group(['middleware' => 'admin'], function () {
|
||||
Route::post('admin/pattern/get/withvalue', 'PatternsController@getPatternsWithPostValue');
|
||||
|
||||
Route::post('admin/print-template/save', 'PrintPatternController@savePrintPattern');
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
@@ -178,7 +178,11 @@
|
||||
<p><b>Please read:</b></p>
|
||||
1. Items purchased are made on demand. Orders will be shipped based on dates set by your store administrator.<br>
|
||||
2. Store payments are processed through PayPal. A PayPal account is not required to make a purchase.<br>
|
||||
@if($store_array[0]->Id == 175)
|
||||
3. Orders will be batch processed on a monthly basis, please allow 4-6 weeks for delivery.<br>
|
||||
@else
|
||||
3. Orders will be batch processed on a weekly basis, please allow 2-3 weeks for delivery.<br>
|
||||
@endif
|
||||
4. We are currently only shipping to US locations. For international orders, please contact <b>orders@crewsportswear.com</b> if you'd like to place an order.<br>
|
||||
5. Expect shipping delays due to COVID-19.<br>
|
||||
6. All sales are final. No returns or exchanges will be accepted.<br><br>
|
||||
|
||||
Reference in New Issue
Block a user