How to alter the Product Details string in VirtueMart

The Product Details string can be altered in theadministrator/components/com_virtuemart/languages/shop/english.php file.

Look for the following line and enter the preferred string:

   'PHPSHOP_FLYPAGE_LBL' => 'Product Details',

 

The corresponding css code can be altered in the templates/YOUR_TEMPLATE/css/template_css.css file. Look for the adefinition:

a {
    color: #EE9600;
    text-decoration: none;
}

For more details check the hostlantern  CSS tutorial:

http://hostlantern.com/clients/knowledgebase.php

You need help with a shopping cart? hostlantern is specialized in eCommerce hosting and provides expert support for a large number of shopping carts. Check out our shopping cart hosting services!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to remove recently viewed products from the homepage in VirtueMart?

You can disable the visualization of the recently viewed products from your web site's front end...

How to set maximum purchase value in VirtueMart?

The VirtueMart script allows you to set the minimum sum per a purchase. This can be done from the...

How to hide the Add to Cart button for non-registered users in VirtueMart?

In order to hide the Add to Cart button for non-registered users edit...

How to install a language pack in VirtueMart?

First you should install the chosen language pack for Joomla. You can find detailed instructions...

How to change the ”Recommend to a friend” message in VirtueMart?

The Recommend to a friend link in the products details pages can be enabled from the Joomla...