VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Mister Paul on September 24, 2020, 23:47:44 PM

Title: How could I change the out of stock, notify me message?
Post by: Mister Paul on September 24, 2020, 23:47:44 PM
Hi,

I use a French version of VirtueMart 3.4.2 and I don't see where I could customize the Fench version of the out of stock, notify me, message...
I just can't find where I should intervene...

Any help?
::)

Thanks
Paul
Title: Re: How could I change the out of stock, notify me message?
Post by: Jörgen on September 25, 2020, 05:55:51 AM
Please use THE Joomla language override in Joomla back end. You Will will be able to search for the string and make an override as you wish. Please use back end translation and tick the box use in front end and back end.

Jörgen @ Kreativ Fotografi
Title: Re: How could I change the out of stock, notify me message?
Post by: GJC Web Design on September 25, 2020, 09:37:35 AM
strings in

components\com_virtuemart\views\productdetails\tmpl\mail_html_notify.php or your over ride
Title: Re: How could I change the out of stock, notify me message?
Post by: Mister Paul on September 25, 2020, 09:43:44 AM
Thanks guys!

I didn't know the Joomla language override in Joomla back end. What a very efficient tool. Great!
Thanks a lot.
8)
Title: Re: How could I change the out of stock, notify me message?
Post by: Jörgen on September 25, 2020, 10:03:17 AM
Yes, it is very nice to use.

And making overrides there will not disappear with an update of the language files.

But remember, set strings for the back end and tick box use both front end and back end. You could strictly set only for frontend and back end and hope that the extension, in our case VM, only uses it in one place, but often it is used in both frontend and backend. But the language files are separate :)

Jörgen

Title: Re: How could I change the out of stock, notify me message?
Post by: Mister Paul on September 25, 2020, 10:19:48 AM
OK Thanks for the advice.