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}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
|