Hello,
I'm the developer for a website that recently started using Zen Cart. There is a tax rate of 8% to be used on every purchase. (It's not actually a 'tax' per say, but using the tax function was the easiest way to set it up). Also, every product has been put on a 50% special. If a user buys from the Zen Cart store, they are put into a rewards club (which is what gives them 50% off). Finally, there is a custom script that lists every order's details for easy import into an external tracking system.
The 8% 'tax' mentioned above is SUPPOSED to be taken out of the FULL product price (i.e. $60 instead of $30). To try and work around this, I made the 'tax' 18%, but now it interferes with our product attributes (Same price, +$10, and +$20)
What I need to do is change the way Zen Cart adds up the final price to allow 8% to be taken from this: FULL price + Shipping (Always $19.99) + Attributes (+$0/+$10/+$20).
Is there an easy way to change this? If not, what file is the final price calculated in? Like I said, I'm a PHP developer, so changing it shouldn't be a problem, if I knew what file to look in!


Reply With Quote


