Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

E-Commerce Modules /

Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.

Moderators: martimiz, Nicolaas, Sean, Ed, frankmullenger, biapar, Willr, Ingo, Jedateach, swaiba

Bugs & Problems


Go to End


1547 Views

Avatar
OnebyOne

Community Member, 54 Posts

12 February 2009 at 6:23am

Edited: 16/02/2009 9:29pm

I'm using SS2.3.0 rc3 and latest ecommerce daily build:

1) line 49 in OrderForm.php --> $setContryLink = ShoppingCart_Controller::set_country_link(); shouldn't be $setCountryLink... ?

2) Tax Modifier --> I set up the tax modifier (inclusive, exclusive) but nothing is changing
i put in mysite _config.php:
a) Order::set_modifiers(array('TaxModifier'));
b) TaxModifier::set_for_country .... - i've tried with and without it - nothing;
Here i must say i changed the Geoip countries to my country counties.

3) Use Different Shipping Address - doesn't skip the initial form validation Line 106 - 113 from OredrForm.php i think is supose to do this;

4) The button Use the Billing Address for shiping doesn't appear when clicking Use Different Shipping Address. in fact because of point 3 problem the form doesn't apear.

5) A better delimitation for Use Different Shipping Address, to be uncomment by the people who don't want it;

Next time I'll post the admin problems of ecommerce.

THX