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