Actualizacuion de Rama Kquiroz
This commit is contained in:
@@ -37,7 +37,7 @@ class CheckoutController extends Controller
|
||||
$subtotal += cart_product_price($cartItem, $product, false, false) * $cartItem['quantity'];
|
||||
}
|
||||
if ($subtotal < get_setting('minimum_order_amount')) {
|
||||
flash(translate('You order amount is less then the minimum order amount'))->warning();
|
||||
flash(translate('You order amount is less than the minimum order amount'))->warning();
|
||||
return redirect()->route('home');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user