Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

TAX ISSUE


photolithe

Recommended Posts

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

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

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

  • 1 year later...
  • 1 year later...
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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...