added free shipping for order over 150 usd
This commit is contained in:
@@ -748,7 +748,7 @@ class TeamStoreController extends Controller
|
||||
if ($getSubtotal[0]->Subtotal <= $getVoucher[0]->VoucherValue) {
|
||||
return response()->json(array(
|
||||
'success' => false,
|
||||
'message' => 'Please add more item to redeem this voucher.',
|
||||
'message' => 'Please add another item to redeem this voucher.',
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user