I would like to be able to remove the "Price:" text that appears over the pricing in the product detail page.
and also like change font size for amount "120 Rs"... and i want change Rupee symbol Rs to newly designed Indian rupee like in this site http://www.naturalmantra.com/
thanks in advance
1. You can use a language override to change the string to just a space, or make a copy of the file at
joomla_root/components/com_virtuemart/views/productdetails/tmpl/default_showprices.php remove the relevant JText variable and use the file as a template override.
2. To restyle the font size for the price value edit the template listed above and wrap the output in <span> tags adding your own css class then define that class in your Joomla template css
3. To use the Rupee symbol see http://nparashuram.com/rupee/
http://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system
which one to edit for the hidding the price text in all pages
24.echo "<strong>" . JText::_ ('COM_VIRTUEMART_CART_PRICE') . "</strong>";
29.<a class="ask-a-question bold" href="<?php echo $this->askquestion_url ?>"><?php echo JText::_ ('COM_VIRTUEMART_PRODUCT_ASKPRICE') ?></a>
47.$unitPriceDescription = JText::sprintf ('COM_VIRTUEMART_PRODUCT_UNITPRICE', $this->product->product_unit);
Hello,
Comment the first one (line 24)
Regards
thankq....
i need put rupee symbol in my page
he told to check in this http://nparashuram.com/rupee/
how to use it... where is file currency symbol file