News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

I would like to be able to remove the "Price:" text that appears font size rupee

Started by bhuvan, October 15, 2012, 15:55:58 PM

Previous topic - Next topic

bhuvan

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

jenkinhill

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
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

bhuvan

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);

bytelord

Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

bhuvan

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