an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 2/26/2010 5:02:41 PM By lukezy. 10 replies.
2/24/2010 10:14:50 AM
4safety
Posts: 124
Joined: 5/11/2009
minimum order
 Is there a way to set a minimum order for all customers? or have a handling fee for all orders under say $50?
 
thanks
2/24/2010 10:24:49 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: minimum order
You can do by using a flat rate fee shipping method, in admin section.
 
 
2/26/2010 7:06:53 AM
4safety
Posts: 124
Joined: 5/11/2009
Re: minimum order
 what if I want it to remain calculating cost by weight?
2/26/2010 10:47:55 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: minimum order
 I do not use weights in shipment calcs, but I have an Auto Select module to include shipment automatilally in order
You need to code in SelectShippingMethod.ascx

 

2/26/2010 3:46:01 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: minimum order
You can remain to use cost by weight just fine.
DotShoppingCart Staff
2/26/2010 4:03:49 PM
4safety
Posts: 124
Joined: 5/11/2009
Re: minimum order
How do I set anything under $50 charge a fee by continuing to use weight?
2/26/2010 4:20:50 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: minimum order
Are you using table based shipping?
DotShoppingCart Staff
2/26/2010 4:29:11 PM
4safety
Posts: 124
Joined: 5/11/2009
Re: minimum order
I currently have it set where ups and usps calculate shipping costs
 
2/26/2010 4:39:26 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: minimum order
You can use "Handling Fee" or "Markup Percentage" in the shipping configuration page to charge a markup fee.
DotShoppingCart Staff
2/26/2010 4:50:26 PM
4safety
Posts: 124
Joined: 5/11/2009
Re: minimum order
but I only want to charge the handling fee if the order is under $50.00. 
2/26/2010 5:02:41 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: minimum order
You cannot do that out of box. If you really want to customize these, you might want to purchase the software pacakge and change the code whatever you want.
DotShoppingCart Staff