Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product prices entered inc. of tax. How to indicate this?


spaceman

Recommended Posts

Hi,

 

For the (Australian) store I'm working on, all product prices will always include a tax component (currently 10% 'GST'). We've entered all the products with their tax-inclusive prices.

 

Is it possible to set a flag or indicator somewhere that tells osCommerce that these prices already include 10% tax? Or does osCommerce always assume that prices are exclusive of all tax, and so tax must be added on depending on the tax class applied to it?

 

If the answer is the latter, then I guess I'll have to run an SQL update query on every single product price to reduce it by 10%...

 

Thanks for your help.

Link to comment
Share on other sites

  • 2 weeks later...

phpAdmin for mySQL is well suited for that job, and it holds a lot of online documentation.

You just run an UPDATE ... query on FIELD products_price in TABLE products.

 

Products with or without tax is set in:

 

catalog/includes/application_top.php in this line:

  define('DISPLAY_PRICE_WITH_TAX', true); // Display prices with tax (true) or without tax (false)

Best Regards

olby

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...