update store please read text

This commit is contained in:
franknstayn
2021-09-03 21:35:24 +08:00
parent 20b4e06ee7
commit 39165cc7f9
2 changed files with 26 additions and 24 deletions

View File

@@ -137,7 +137,6 @@ Route::group(['middleware' => 'normaluser'], function () {
Route::get('user/announcement', 'user\UserController@announcementIndex'); Route::get('user/announcement', 'user\UserController@announcementIndex');
Route::post('user/announcement/updateSave', 'user\UserController@announcementUpdateSave'); Route::post('user/announcement/updateSave', 'user\UserController@announcementUpdateSave');
Route::post('user/announcement/status/update', 'user\UserController@announcementUpdateStatus'); Route::post('user/announcement/status/update', 'user\UserController@announcementUpdateStatus');
}); });
Route::group(['middleware' => 'auth'], function () { 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/pattern/get/withvalue', 'PatternsController@getPatternsWithPostValue');
Route::post('admin/print-template/save', 'PrintPatternController@savePrintPattern'); Route::post('admin/print-template/save', 'PrintPatternController@savePrintPattern');
}); });

View File

@@ -178,7 +178,11 @@
<p><b>Please read:</b></p> <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> 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> 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> 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> 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> 5. Expect shipping delays due to COVID-19.<br>
6. All sales are final. No returns or exchanges will be accepted.<br><br> 6. All sales are final. No returns or exchanges will be accepted.<br><br>