Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

checkout_confirmation.php


envy2000

Recommended Posts

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

Archived

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

×
×
  • Create New...