VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Sark on June 21, 2012, 18:26:45 PM

Title: Change the Continue Shopping link in the Cart
Post by: Sark on June 21, 2012, 18:26:45 PM
I want to be able to change the continue shopping link in the shopping cart to point to my home page. I've searched the forum, but can't find an answer that works for me. Any help would be much appreciated.
Title: Re: Change the Continue Shopping link in the Cart
Post by: radu4us on January 27, 2013, 15:25:50 PM
Go to:   components/com_virtuemart/views/cart/view.html.php

and you'll find on line 166 this:

// Get a continue link */
Title: Re: Change the Continue Shopping link in the Cart
Post by: moustik_3 on January 27, 2013, 17:50:24 PM
I'm also interested in this.... I found that line code, which code should I insert  to point to a specific page?
Title: Re: Change the Continue Shopping link in the Cart
Post by: radu4us on January 27, 2013, 19:22:27 PM
I only changed $continue_link like this and didn't bother with the rest:

$continue_link = JRoute::_('/shop');

You can put anything instead of /shop