Hi All,
When a customer clicks on a product that has attributes in their shopping cart, I'd like them to be able to see and update those attributes, not get taken to a page where they add another of that product. The attributes they had selected would show up already filled out and the "add to cart" button would become an "update my cart" button.
For instance, picture the Dell purchase process. You select all these options...then when you review your shopping cart, you decide you want to add more RAM...you click on the computer in your shopping cart and it lets you update your selections. You don't have to start all over.
Any thoughts on the easiest way to implement this? Should I just use hook_cart_display to change the markup of the link so that it takes them to a custom page?
Thanks.
