This commit is contained in:
franknstayn
2020-08-01 03:06:48 -05:00
parent 59e52125f7
commit 1ca40ce1d7
2 changed files with 9 additions and 1 deletions

View File

@@ -112,7 +112,7 @@ class PaypalController extends Controller {
// $order_subtotal = $updated_getSubtotal[0]->Subtotal; // $order_subtotal = $updated_getSubtotal[0]->Subtotal;
$order_grandtotal = $updated_getSubtotal[0]->Subtotal; $order_grandtotal = $updated_getSubtotal[0]->Subtotal;
if($grouped_item[0]->StoreId == 76 || $grouped_item[0]->StoreId == 78 || $grouped_item[0]->StoreId == 111 || $grouped_item[0]->StoreId == 131 || $grouped_item[0]->StoreId == 30 || $grouped_item[0]->StoreId == 141){ if($grouped_item[0]->StoreId == 76 || $grouped_item[0]->StoreId == 78 || $grouped_item[0]->StoreId == 111 || $grouped_item[0]->StoreId == 131 || $grouped_item[0]->StoreId == 30 || $grouped_item[0]->StoreId == 141 || $grouped_item[0]->StoreId == 162){
$tax_value = 0; $tax_value = 0;
}else{ }else{
$tax_value = 0.10; $tax_value = 0.10;

View File

@@ -145,6 +145,14 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-md-12">
<div class="alert alert-warning">
<p><b>Please read:</b></p>
1. Items purchased are made on demand. Please allow 2-3 weeks for delivery.<br>
2. We are currently only shipping to US locations. For international orders, please contact orders@crewsportswear.com if you'd like to place an order.<br>
3. DHL, UPS & USPS shipping delays due to COVID-19.
</div>
</div>
<!-- BEGIN PRODUCTS --> <!-- BEGIN PRODUCTS -->
@foreach($product_array as $i => $product) @foreach($product_array as $i => $product)