![]() |
Minimum Order Value based on Payment Type?
We are looking to implement a $50 minimum on COD orders. The COD cost on shipping is just too high to risk shipping a small value order, we get too many returns. Any advice?
|
Re: Minimum Order Value based on Payment Type?
Just an idea - you can do if statement to hide the checkout button if cart total is less then $50 and cod is selected as payment method
Something like this {if $payment_method eq "cod" && $cart_total lt 50} Your cart total must be minimum of $50 to use COD {else} show checkout button {/if} |
All times are GMT -8. The time now is 10:15 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.