There are lots of threads refering to the cart bounce but none seem to address my particular query...
I have multiple cart buttons per page, and am using 'Quantity on Product Page' shopping mode. I want the cart to update when the user adds an item, but I don't want the user to be directed to the cart at all - just taken immediately back to the page where they purchased the item. Setting the Bounce Delay to 0 takes the user to a 'Confirmation Page' which I also do not want.
I've achieved this by editing actinic.pm; removing the <meta> tag, closing the <head> prematurely and then adding javascript which forces the redirect right away. Its an ugly solution, is there an obvious way to do this that I've missed?
I have multiple cart buttons per page, and am using 'Quantity on Product Page' shopping mode. I want the cart to update when the user adds an item, but I don't want the user to be directed to the cart at all - just taken immediately back to the page where they purchased the item. Setting the Bounce Delay to 0 takes the user to a 'Confirmation Page' which I also do not want.
I've achieved this by editing actinic.pm; removing the <meta> tag, closing the <head> prematurely and then adding javascript which forces the redirect right away. Its an ugly solution, is there an obvious way to do this that I've missed?
Comment