-
Notifications
You must be signed in to change notification settings - Fork 11
support for configurable products #3
Comments
Hi, I'm glad that the module was useful for you. The controller parse only coupon_code and product parameters, the others are ignored. I think it should be a simple implementation, I will try to do it asap. Thanks, |
Hey, I second hudsondonovan's comment, fantastically simple extension, but I'd also like the little extra bit for configurable products and options. Is there any movement on this yet? |
Hello everybody. Work it now or do you like to fix it? |
I've adjusted the code to suit our purpose, we didn't need to cater for multiple products at once so to simplify things I took out that loop and we set options via the following snippet. Works perfectly for us :-)
|
Thanks. |
Hello everybody,
|
Hi,
Firstly - this is a brilliant solution and happy to have found your work.
I am just wondering if your solution applies to configurable products (aka am I just doing something wrong or no.. config products aren't supported.)
I tried
http://mystore.com.au/urlcheckout/add?product=1&qty=2&coupon_code=XXXXXX&super_attribute[92]=3&super_attribute[134]=9
but just got an empty cart
i chose the super_attribute parameter based on info from this article
http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/catalog/adding_a_product_to_the_cart_via_querystring
i dont expect you to code an answer, just a reply would be appreciated to let me know if such functionality is already written in this module.
ive also seen this as a possible solution http://stackoverflow.com/questions/14876680/add-a-configurable-product-to-the-cart-using-url
your solution seems better as it doesn't modify template files.
Thanks
H
The text was updated successfully, but these errors were encountered: