I have been waiting for this for a very long time - I can now integrate it into product designer script.
Also like the way you can query a customer's shopping cart, meaning one can now monitor what people are putting into their shopping carts and store that info in a database.
One question - how do you upload a file with the cart api?
Hello Andrew,
Ecwid allows to add product to the cart via API and selected options value for it. Currently following option types are supported: text field and date. Unfortunately, it is not possible to add product with uploaded file to the cart via Javascript API. More details on the supported product options types in the Ecwid.Cart.addProduct API method: http://www.ecwid.com/forums/showthre...4451#post94451
As a workaround, you can ask your customer to upload file in some external storage and send you the link to it. This link can be passed in "text field" option.
Good luck!
UPDATED: modified info about supported products options in Ecwd.Cart.addProduct()
__________________
Maya N., Ecwid Team
------------------
Welcome to our new Help Center!