Hello,
I'm trying to update an order line's custom field with javascript, namely saving a comment on the order line (without placing the order). I read the shopping cart documentation but I haven't found an answer.
Basically I'd like to do something like this : http://test.mysite.dk/kurv?CartCmd=orderline&key=OL5966&Comment=test
But I don't know if there is a specific syntax (I've tested several with no luck) or if you can only do that with the quantity, as the documentation mentions.
Otherwise I can do it using the API, but if there is a simpler solution...
Thanks