VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: amymattian on February 04, 2013, 11:33:47 AM

Title: How to add a link to language override?
Post by: amymattian on February 04, 2013, 11:33:47 AM
Hi,

I'd like to change the 404 Product not found text and would like to add a link to my Language override. How can I add a link to the Contact page to Language Override for 404 Error product not found text?

Greetings,
Anne
Title: Re: How to add a link to language override?
Post by: PRO on February 04, 2013, 13:17:51 PM
what?
Title: Re: How to add a link to language override?
Post by: amymattian on February 04, 2013, 14:01:32 PM
I would like to make a language override for "404 Error Product not found" text. My idea is that instead of the default text I have the following info:

"Product is OUT OF STOCK or NOT AVAILABLE at this moment. For more details you can ask.... (and here would come the link to the Contact page)...."

So my question is how do I add a link to my language override text? Can I add a link to my contact page to the text via language override function?

Greetings,
Anne

p.s. VM2.0.16. and J2.5.8.
Title: Re: How to add a link to language override?
Post by: PRO on February 04, 2013, 16:20:30 PM
yes,

I use this in the override file
COM_VIRTUEMART_I_AGREE_TO_TOS="I agree to the <a target=blank href=/returns>30 day return policy</a> *

so find the string.

Then do it in your language override file.
http://forum.virtuemart.net/index.php?topic=92944.0

use the language manager to find the string,

But I think you will have to open the file to place the html in there