X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Minimum Order Value based on Payment Type? (https://forum.x-cart.com/showthread.php?t=48264)

razorblade 06-24-2009 06:56 AM

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?

cflsystems 06-24-2009 07:30 AM

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.