Reputation: 371
How can I change the "Product details" text to a text of my own like only "Product", in a Joomla Virtuemart installation? example here
I've tried looking in the used template's css files but didn't find anything right to modify or add. And also I've looked in the administrator panel of Joomla Virtuemart, but no option there neither.
Upvotes: 1
Views: 1364
Reputation: 19743
Rather than editing the language.ini file, I would suggest you use a Language Override. The problem with editing the file is that if and when you decide to install an update for VirtueMart, you will lose your changes.
To perform a Language Override:
Hope this helps
Upvotes: 1
Reputation: 8282
Try this,
Its a text that comes from the language file, You can find the file on the following path.
language\en-GB\en-GB.com_virtuemart.ini
COM_VIRTUEMART_PRODUCT_DETAILS="Product details"
Just change these text with what ever you want..
Its a core edit keep in mind while the VM UPDATION.
Hope it works..
Upvotes: 1