VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: valinax on March 14, 2017, 12:24:51 PM

Title: [SOLVED] Popup cart redirect
Post by: valinax on March 14, 2017, 12:24:51 PM
Hi guys,
I'm using VirtueMart 3.0.18 on Joomla 3.6.5.

When I add a product to the cart a popup comes out confirming that the product has been added to the cart. In this popup there are also two links, one is to go to the cart and the other is to keep doing purchases...

My question is how do I redirect to a specific page all users that click on the link to keep doing purchases?

Thank you very much  :-*
Title: Re: Popup cart redirect
Post by: jenkinhill on March 14, 2017, 12:49:01 PM
Edit and override components/com_virtuemart/views/cart/tmpl/padded.php - you can hard code the url you wish to use in that file
Title: Re: Popup cart redirect
Post by: valinax on March 14, 2017, 15:43:36 PM
That worked perfectly. Thank you