Hi people
I need to be able to empty the cart and then add a product to it, on the same click.
I need to be sure that only the latest product added to the cart is actually in the cart.
Something like: <a href="?CartCmd=EmptyCart&Redirect=<!--@Global:Pageview.Url.Raw-->&CartCmd=Add">Submit</a>, but this doesn't seam to work. Maybe because of the two "CartCmd" in the same URL?
Has anyone got a good (frontend-programming) solution to this?
/Rune