Is there a way to create simple math operators within templates?
For example, I would like to create a "member price" that is 80% of the "regular price" and just print that under the regular price...
So, I'm looking for a way to multiply [-- PRODUCT.Price --] by .8 , and have that new number render on screen. No luck so far..