News:

Looking for documentation? Take a look on our wiki

Main Menu

Reviews and Description tabs titles [solved]

Started by suraty, October 31, 2021, 19:22:14 PM

Previous topic - Next topic

suraty

Hello,
I am a beginner.

Joomla version =3
VirtueMart version = 3

English is not my native language.
I want to change the title of Reviews and Description tabs title into my desired words in my native language.
My native language is installed (Persian).


I searched on the Internet and I just found that I should change the value of the two below variables:
COM_VIRTUEMART_REVIEWS
COM_VIRTUEMART_PRODUCT_DESC_TITLE

I searched default.php file and I just found below lines:
<?php echo JText::_('COM_VIRTUEMART_REVIEWS'); ?>
and
<?php echo vmText::_('COM_VIRTUEMART_PRODUCT_DESC_TITLE'); ?>

Please Help me step by step!
Thanks

jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Jörgen

Go into Joomla back end and use the language tools and make overrides (replacement text9 for these two language keys. This way they will not be replaced when the VM language file gets updated on an upgrade.
Choose admin language for your language and make sure to tick the box "For both places".

Jörgen @ Kreativ Fotografi
Joomla 3.9.18
Virtuemart 3.4.x
Olympiantheme Hera (customized)
This reflects current status when viewing old post.

suraty

#3
Thank you very much.
Your answers solved my problem quickly.
Thank you so much.
Good luck

Jörgen

Joomla 3.9.18
Virtuemart 3.4.x
Olympiantheme Hera (customized)
This reflects current status when viewing old post.