1999 Posts in 530 Topics by 433 members
E-Commerce Modules
SilverStripe Forums » E-Commerce Modules » How to add shipping cost in eccomerce
Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.
Moderators: martimiz, Nicolaas, Howard, Sean, Ryan M., biapar, Willr, Ingo, Jedateach, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 1823 Views |
-
How to add shipping cost in eccomerce

26 November 2009 at 8:46am
wanna add fixed shipping cost to ecommerce module how is it possible.
also some client tell taht if they buy one product the other comes with it in order where can be the error??
THanks
-
Re: How to add shipping cost in eccomerce

1 December 2009 at 5:18pm
Hey Dude,
Put this in your mysite/_config.php file.
SimpleShippingCalculator::set_charges(6);
-
Re: How to add shipping cost in eccomerce

1 December 2009 at 9:56pm
I have just been trying to figure this in 0.6 beta, and I used the following to get it working...
Order::set_modifiers(array(
'SimpleShippingModifier'
));SimpleShippingModifier::set_default_charge(6);
-
Re: How to add shipping cost in eccomerce

2 December 2009 at 9:30am
Thanks for this Simmo, have been trying to get this to work for aages.
-
Re: How to add shipping cost in eccomerce

28 January 2010 at 1:17am
Is there any way of adding shipping for multiple items for example if there are two items in the cart adjust shipping to £10 and if there are 6 items + change shipping to £8?
Stuart
-
Re: How to add shipping cost in eccomerce

28 January 2010 at 8:55am
Off the top of my head I'd say the best way would be to look in to the shippingmodifier code and then create your own shippingmodifier with these features. I don't think it would be too hard to do.
-
Re: How to add shipping cost in eccomerce

28 January 2010 at 11:17pm
Thanks, I'm sure it is pretty simple but I am in no way a programer, can any body help with the code or point me in the direction of how to create my own modifier code?
Stuart
| 1823 Views | ||
|
Page:
1
|
Go to Top |




