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
Original issue reported on code.google.com by
zetapri...@gmail.com
on 22 Nov 2009 at 10:23