VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: vengabg on February 09, 2015, 07:53:43 AM

Title: how to display the product price with superscript?
Post by: vengabg on February 09, 2015, 07:53:43 AM
Hello,
how can to configure the virtuemart to show price of the product like this: $1.56
Title: Re: how to display the product price with superscript?
Post by: GJC Web Design on February 09, 2015, 12:45:20 PM
you can only do it in your template

split the price at the . and surround the 2nd node with your <sup> tag
Title: Re: how to display the product price with superscript?
Post by: vengabg on February 09, 2015, 13:08:09 PM
Which files need to edit to do this?
Title: Re: how to display the product price with superscript?
Post by: GJC Web Design on February 09, 2015, 13:45:53 PM
read the documentation!  http://docs.virtuemart.net/tutorials/templating-layouts/78-introduction-template-system.html
Title: Re: how to display the product price with superscript?
Post by: vengabg on February 09, 2015, 14:45:35 PM
I know how to use template system of virtuemart, but don't know which file to edit to create <sub></sub> on the price.
Can you tell me?
Title: Re: how to display the product price with superscript?
Post by: GJC Web Design on February 09, 2015, 23:51:53 PM
version?