pmshope Posted April 20, 2009 Share Posted April 20, 2009 I haven't been able to find the answer to this...I have a number of products that need to be priced by size. I set the "Pre-tax retail price: $0" and set each size attribute to set/increase the price accordingly. I have state tax only.However, I get no taxes this way. I know my tax settings are correct because it does work if I set the product "Pre-tax retail price" to a value. But even then, the tax is based solely on the default price and does not take into account the attribute increase.Am I missing some other setting? Any help is greatly appreciated. Link to comment Share on other sites More sharing options...
pmshope Posted April 21, 2009 Author Share Posted April 21, 2009 Has anyone had experience with this? Is it possible to calculate tax after the attributes?Could someone at least point me to the files where I might modify it myself?Thanks Link to comment Share on other sites More sharing options...
tomerg3 Posted April 22, 2009 Share Posted April 22, 2009 I haven't tried adding tax based on attributes, but pretty much anything is possible to change... Link to comment Share on other sites More sharing options...
rditechnologies Posted April 30, 2009 Share Posted April 30, 2009 tom please if you can advise me what changes i need to do in code and which files to show the sales tax separately.Please look at the website i made i made lot of fix ups but few things i do need to change includes separate sales tax appearance and also im having a problem with attributes to increase the price it goes all wacky.I will email you at [email protected] my email address is rditechnologies at the rate hotmail.comWebsite : http://www.greenoro.comRegardsRay http://www.greenoro.com Link to comment Share on other sites More sharing options...
youbiquitous Posted May 10, 2009 Share Posted May 10, 2009 The sales tax is working on attributes, you just don't see it working because it's different than you expect it to be. When you enter a price for a product combination, you're entering the price including tax. So you won't see an increase in the total due to taxes for those products as it already is included. For the invoice, it then calculates the tax by subtracting the sales tax from the product price.Personally, I think this makes things difficult, so I've changed things for me to make it so that attributes/product combination prices are pretax just like everything else. It's an easy change to two lines of code in Product.php. I've got to run, but I'll detail the changes in a follow up post later today or tomorrow. Link to comment Share on other sites More sharing options...
youbiquitous Posted May 12, 2009 Share Posted May 12, 2009 Some additional details on tax with product attributes in this thread. Link to comment Share on other sites More sharing options...
tomerg3 Posted May 12, 2009 Share Posted May 12, 2009 I have just added completed these changes for another cart I did.Shoot me an email if you need them..... Link to comment Share on other sites More sharing options...
Recommended Posts