Best way to handle an extra charge for a shopping cart

Posted by Community Admin on 05-Aug-2018 23:15

Best way to handle an extra charge for a shopping cart

All Replies

Posted by Community Admin on 05-Jul-2013 00:00

If a customer orders less then some minimum amount, an extra charge ($10) needs to be added to the cart.

I was thinking of making a "product" called "Less than Minimum" with a cost of $10 and programatically  add it to the cart when the condition is detected but that feels a little hacky.
I'm also concerned about the "special product" showing up in lists and searches.

What would be the recommend way of implementing such a fee ?

Posted by Community Admin on 16-Jul-2013 00:00

Just weighing in here, I don't have a solution but wanted to mention it is a common ecomm. feature to allow a "minimum order" amount.  Typically it would be entered in Order Settings with such things as "next order number".

Posted by Community Admin on 18-Jul-2013 00:00

Hi Tim,

 Your best bet is to create a custom order calculator.

http://www.sitefinity.com/documentation/documentationarticles/developers-guide/sitefinity-essentials/modules/ecommerce/orders/creating-a-custom-order-calculator

I hope this helps.

Regards,
Patrick Dunn
Telerik
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed