VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: camj316 on August 26, 2015, 21:48:28 PM

Title: Show 3 Letter Code in Price
Post by: camj316 on August 26, 2015, 21:48:28 PM
Hi,

I want to show a product price like this: "$4.00 USD", Does anyone know how to call the currency 3 Letter Code by css?

Regards  :D
Title: Re: Show 3 Letter Code in Price
Post by: jenkinhill on August 27, 2015, 10:14:47 AM
That would be something like:

.vm-price-value::after {
   content: " USD";
}

But you may need to play with it so it works in your template.