News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Change the Continue Shopping link in the Cart

Started by Sark, June 21, 2012, 18:26:45 PM

Previous topic - Next topic

Sark

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.

radu4us

Go to:   components/com_virtuemart/views/cart/view.html.php

and you'll find on line 166 this:

// Get a continue link */

moustik_3

I'm also interested in this.... I found that line code, which code should I insert  to point to a specific page?

radu4us

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