I'm using the Multi-Product Add to Cart button, and I have few questions.
How can I specify the link that each product will have in the cart page?
How can I specify the link that the page goes to after the "empty cart" or "continue shopping" button has been clicked?
By not doing anything special, I'm able to have each product link, the "empty cart" button, and the "continue shopping" button go back to the page where the Multi-Product Add to Cart button was clicked. The button is on a page a bit separate from the main store page, and each product has their individual pages. I would like for the links on the products in the user's cart to go back to each individual product page instead of the page with the Multi-Product Add to Cart button. The "continue shopping" and "empty cart" buttons would be nice to link back to our main store page.
I tried specifying prevlocation and redirect with the form for the button, but all product links went back to the page with the Multi-Product Add to Cart button, and it failed to redirect properly when the "empty cart" or "continue shopping" buttons were clicked. It goes to a page with "The link has moved here." with a link back to the order.cgi page without any url variables set. Clicking that link shows an "Error in Form!" error with no storeid specified.
Thank you.