Replies: 1
Hi, i have a site that actualy sell to normal user like a normal ecommerce.
Now i must do a discount for the resellers (which role is customer), I need to excorporate from my regular price a percentage (22%) that is the italian IVA (it works like your VAT).
So I don’t simply need to set up a 22% discount on the price but I’ll have to apply the formula:
100 * regular price/ 122 (122 is the IVA rate)
Is there a way to do this for all the products at the same time in an “authomatic way”?
I hope I have been clear enough, if you need any further information, please don’t hesitate to ask.