photolithe Posted February 22, 2003 Share Posted February 22, 2003 I'm having trouble configuring the cart to stop showing the tax on the user part. If I pick taxable goods it shows the tax on the page. I want the tax to be added when the customer goes to check out. Link to comment Share on other sites More sharing options...
frozengeek Posted February 22, 2003 Share Posted February 22, 2003 This is probably a simplistic solution, but why not just tweak the product_info.php page so the tax info "displays" in the same color as your table background? Values still get carried to cart, but are not visible to the user on the product page. Anne Link to comment Share on other sites More sharing options...
photolithe Posted February 22, 2003 Author Share Posted February 22, 2003 Because the customer wants the tax to be displayed when checking out. And as we all know very well that the customer is always right, but thank you for the idea. Link to comment Share on other sites More sharing options...
Guest Posted February 22, 2003 Share Posted February 22, 2003 In catalog/includes/application_top around line 139 define('DISPLAY_PRICE_WITH_TAX', false); // Display prices with tax (true) or without tax (false) Or if you have the 2.2 MS1 version it is in the admin side of the store HTH Link to comment Share on other sites More sharing options...
frozengeek Posted February 23, 2003 Share Posted February 23, 2003 Pierre thank you for that; I needed it too. It's a much nicer solution than messing with the actual page. :) I can't believe I hadn't noticed it before. It works like a charm, leaving my prices as I set them and only adding tax at checkout. Anne Link to comment Share on other sites More sharing options...
AmyLong Posted September 15, 2004 Share Posted September 15, 2004 Does that also apply if you want to just add tax in your own state? I don't see how to get the tax to show up for California residents only. Suggestions? Thanks. Link to comment Share on other sites More sharing options...
chantal7 Posted September 24, 2005 Share Posted September 24, 2005 In catalog/includes/application_top around line 139 define('DISPLAY_PRICE_WITH_TAX', false); // Display prices with tax (true) or without tax (false) Or if you have the 2.2 MS1 version it is in the admin side of the store HTH <{POST_SNAPBACK}> What number code does one use to make the items taxable in the v_tax_class section? I have the number 1 but it's still showing my stuff as non taxable. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.