this is for a shopping cart and i reduced all my items by 20% using the price x 0.8. Then i tried to make it back up by doing this price x 1.2. But this didnt work so how can get the original price back?
this is for a shopping cart and i reduced all my items by 20% using the price x 0.8. Then i tried to make it back up by doing this price x 1.2. But this didnt work so how can get the original price back?
As earboth showed, you must multiply it by 1.25 (1 / 0.8)
hi,
the only problem is that i have the price that has allready been discounted by 20% and multiplied by 1.2. This cannot be reversed! Now i have tried to multiply by 1.25 so i need to reverse this...
hi,
the only problem is that i have the price that has allready been discounted by 20% and multiplied by 1.2. This cannot be reversed! Now i have tried to multiply by 1.25 so i need to reverse this...