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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...