Tuesday, September 6, 2011

Magento Add simple product to cart through query string

Here is the easiest way to add simple products to cart through query string.
http://www.demostore.com/checkout/cart/add?product=[id]&qty=[qty]

http://www.demostore.com/checkout/cart/add?product=[id]&qty=[qty]&options[id]=[value]

No comments:

Post a Comment