A simply Magento module to add products to the cart using querystring without the form_key parameter
With this extension you can add a product to your cart using querystring, without use the "form_key" parameter, mandatory starting from Magento 1.8. In addition you can add and apply an optional coupon code.
- Copy the whole content of this module in your Magento installation directory. IMPORTANT: you have to merge the content, not override!
- Clear cache in /var/cache/
- Check for module in your admin panel under System -> Configuration -> Advanced -> Disable Modules Output. If it shows up in this list, you're all set.
Alternatively you can use modman to install this extension.
You can add a product to the cart at the following URL:
The only required parameter is the product
parameter which represents a product id:
Optionally you can add a quantity with the qty
parameter:
Optionally you can add multiple products with multiple quantities by separating them with a |
:
Optionally you can apply a coupon code with the coupon_code
parameter:
http://yourshop.com/urlcheckout/add?product=6&coupon_code=codehere