secondangel
Registered User.
- Local time
- Today, 00:16
- Joined
- Nov 6, 2008
- Messages
- 52
Hi there
Im trying to take the vat percent from my selling price. I need to minus by 17.5%
Im trying this method in a query
[RetailPrice]-([RetailPrice]*0.175)
However my website adds vat to the price rather than multiplies.
So for ex if my product is £5 then minus vat its actually 4.1255 however then we my site adds vat of 17.5 to the price i get 4.86
I cant seem to use the percentage sign and my barin cant work out the maths involved.
Any help appreciated
Really i want
RetailPrice = RetailPrice - 17.5%
RetailPrice is set as currency with auto decimal places
also then when uk vat gets reduced next week ill be able to just ammned to the new value
or should i ammned the tax function in zen cart so it MULTIPLIES by my tax class rather than ADD
Im trying to take the vat percent from my selling price. I need to minus by 17.5%
Im trying this method in a query
[RetailPrice]-([RetailPrice]*0.175)
However my website adds vat to the price rather than multiplies.
So for ex if my product is £5 then minus vat its actually 4.1255 however then we my site adds vat of 17.5 to the price i get 4.86
I cant seem to use the percentage sign and my barin cant work out the maths involved.
Any help appreciated
Really i want
RetailPrice = RetailPrice - 17.5%
RetailPrice is set as currency with auto decimal places
also then when uk vat gets reduced next week ill be able to just ammned to the new value
or should i ammned the tax function in zen cart so it MULTIPLIES by my tax class rather than ADD
Last edited: