Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Minimum Order Value based on Payment Type?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 06-24-2009, 06:56 AM
  razorblade's Avatar 
razorblade razorblade is offline
 

Advanced Member
  
Join Date: Oct 2005
Posts: 39
 

Default 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?
__________________
/razorblade pro/
v 5.2.21
linux 2.2.29
Reply With Quote
  #2  
Old 06-24-2009, 07:30 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default 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
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:00 PM.

   

 
X-Cart forums © 2001-2020