2000 Posts in 532 Topics by 435 members
E-Commerce Modules
SilverStripe Forums » E-Commerce Modules » shipping costs not showing on checkout or receipt
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: | 636 Views |
-
shipping costs not showing on checkout or receipt

25 November 2010 at 11:48am
Hi all
I'm having a lot of trouble with what seems should be straightforwards. The shipping costs aren't showing on the checkout or the receipt.
in my confif.php file I have
Order::set_modifiers(array(
'SimpleShippingModifier'
//,'TaxModifier'
));
SimpleShippingModifier::set_default_charge(10);
SimpleShippingModifier::set_charges_for_countries(array('ca' => 10));i've looked at the orderinformation_editable.ss template and can see the <% control Modifiers %> where it looks for modifiers but for some reason simpleshippingmodifier is not being noticed. Has anyone else had this problem?
thanks
Will
-
Re: shipping costs not showing on checkout or receipt

8 December 2010 at 9:29pm
It's Simple when you know how...
http://www.silverstripe.org/e-commerce-module-forum/show/13489
Visiting mysite.com/shoppingcart/clear worked for me too.
Maybe this little trick could be in the documentation or comments somewhere?
| 636 Views | ||
|
Page:
1
|
Go to Top |

