Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
When I trigger this piece of code from my productlist
TeaCommerce.addOrderLine(1061, 1, false);
Then I get the following error (500) in console
<error>Extension or method not found.</error>
Any ideas ?
So you have Tea Commerce 1.4.4.2 installed? Sounds like it can't find the rest extensions
Kind regardsAnders
Dang ... I must be tired. That was it :)
BTW. Looks like your javascript is wrong. The addOrderLine method takes a nodeId, quantity and settings:http://rune.gronkjaer.dk/blog/2010/11/16/tea-commerce-javascript-api/#addOrderLine
/Rune
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Extension or method not found.
When I trigger this piece of code from my productlist
TeaCommerce.addOrderLine(1061, 1, false);
Then I get the following error (500) in console
Any ideas ?
So you have Tea Commerce 1.4.4.2 installed? Sounds like it can't find the rest extensions
Kind regards
Anders
Dang ... I must be tired. That was it :)
BTW. Looks like your javascript is wrong. The addOrderLine method takes a nodeId, quantity and settings:
http://rune.gronkjaer.dk/blog/2010/11/16/tea-commerce-javascript-api/#addOrderLine
/Rune
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.