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.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Ecommerce Quantity Ajax


Go to End


2 Posts   2310 Views

Avatar
sagencreative

Community Member, 5 Posts

8 July 2008 at 11:47am

When a user tries to type in a number into the quantity field, whether in the cart or on the product groups/product details pages, there is an Ajax Error. Presumably this was known, because the field is set to disabled="disabled" and readonly="readonly" (although this wasn't the correct syntax).

At any rate I have disabled the control to mask the issue temporarily, but would like to know how to get it to work properly when someone enters a value, because they obviously won't want to have to click a button 100 times to get a 100 quantity.

Thanks for any help.

Avatar
The Frenchy

Core Development Team, 40 Posts

17 July 2008 at 11:56am

The Ajax issue has been fixed in the trunk version.

However some other issues need to be fixed before releasing the next version of the ecommerce.

You can get the trunk version on your system by executing in the command line :

svn co svn://svn.silverstripe.com/silverstripe/open/modules/ecommerce/trunk

Regards