Hi,
I have two variables,
RRP (in pounds) and YouSave (as a percentage of the RRP)
At the moment, i just use them in plain text on the site, so that underneath my price, it shows the values of these, but formatted. The trouble is, i have to work out the 'YouSave' bit every time. I would really like to automate it.
TO be clear, the math would be, ((RRP/100)*(RRP-Price))='YouSave'
Is it possible to get actinic to calculate this value?
Many Thanks
Matthew
I have two variables,
RRP (in pounds) and YouSave (as a percentage of the RRP)
At the moment, i just use them in plain text on the site, so that underneath my price, it shows the values of these, but formatted. The trouble is, i have to work out the 'YouSave' bit every time. I would really like to automate it.
TO be clear, the math would be, ((RRP/100)*(RRP-Price))='YouSave'
Is it possible to get actinic to calculate this value?
Many Thanks
Matthew
Comment