1999 Posts in 530 Topics by 433 members
E-Commerce Modules
SilverStripe Forums » E-Commerce Modules » Anyone got TaxModifier working for ecommerce 0.6?
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: | 991 Views |
-
Anyone got TaxModifier working for ecommerce 0.6?

6 July 2009 at 4:24pm
I am using SS2.3.2rc4, ecommerce module 0.6 beta1 and payment module 0.1 beta1.
In _config, I've added the following:
Order::set_modifiers(array(
'SimpleShippingModifier',
'TaxModifier'
));TaxModifier::set_for_country('NZ', 0.125, 'GST', 'inclusive');
Payment::set_site_currency("NZD");
SimpleShippingModifier::set_default_charge(5);
SimpleShippingModifier::set_charges_for_countries(array(
'AU' => 10,
));While the shipping modifier and set for currency are working, the TaxModifier does not seems working for me. I am wondering if anyone have the same problem and how to solve this?
-
Re: Anyone got TaxModifier working for ecommerce 0.6?

24 July 2009 at 4:28pm Last edited: 24 July 2009 4:33pm
I was having a problem, then i tried this fix, cleared all my browser cache and ?flush=1
I now have Tax, Glourious GST.
http://www.silverstripe.org/e-commerce-module-forum/show/261899#post261899
| 991 Views | ||
|
Page:
1
|
Go to Top |


