envy2000 Posted December 16, 2002 Share Posted December 16, 2002 hey there, taxes are being calculated, but not added to the total price. anyone know why. Link to comment Share on other sites More sharing options...
zonetown Posted December 17, 2002 Share Posted December 17, 2002 Look into /catalog/includes/application_top.php Look for thr following lines: (About row 150 -155) // customization for the design layout define('TAX_DECIMAL_PLACES', 0); // Pad the tax value this amount of decimal places define('DISPLAY_PRICE_WITH_TAX', true); // Display prices with tax (true) or without tax (false) define('BOX_WIDTH', 125); // how wide the boxes should be in pixels (default: 125) -- Change DISPLAY_PRICE_WITH_TAX from "true" to "false" This should allow your products price to display without the TAX already calculated. Ok, if you set everything correctly in the Admin for Tax Zones, etc, etc. Then everything should work properly. Please note, that Taxes are only added to the State where you have the Tax for. So you had a 8.25% tax for CA, only CA residents will be taxed, not FL residents. etc. I hope this answers your questions. Either way, it will probably help someone else. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.