dw250100785 / magento-w2p

Automatically exported from code.google.com/p/magento-w2p
0 stars 0 forks source link

Parameter pass-through #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A common scenario is to collect all product options first and then
personalise the product. Then the product is added to cart from
personalisation page.

The 2-step process allows for simpler screens and more logical organisation.

We need to give users an option to pass the selected options to the
personalisation page and then onto Add to cart.

1. Add a function for "Personalise" button. The function would redirect the
request from Add to cart to our page where the options go into hidden
fields (presumably). if the product has no personalisation the function
returns nothing.

2. Keep the options in hidden fields and pass them onto the cart when ready. 

No additional programming should be needed from the user. 

Original issue reported on code.google.com by zetapri...@gmail.com on 22 Nov 2009 at 10:23

GoogleCodeExporter commented 9 years ago

Original comment by Anatoly....@gmail.com on 8 Dec 2009 at 11:29

GoogleCodeExporter commented 9 years ago

Original comment by zetapri...@gmail.com on 12 Dec 2009 at 9:30