Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Why is osC including tax in all prices?


CIRESTodd

Recommended Posts

Hi,

 

My store displays all prices with the tax included. Can this be changed so that tax is only added during check out?

 

During checkout, the subtotal is listed, then tax, then shipping, and then total. The subtotal+shipping = tax because all items include tax in the price. I don't like this default and can't find a way to change it in osc 2.2.

 

Help is appreciated!

 

Cheers,

Todd

Link to comment
Share on other sites

In the shop configuration look for

 

Display with Tax=True and change it to false.

 

As long as you have set the Tax Zones & Rates and have chosen the Tax option on the product page, you should see Prices excluding tax but it will be charged at checkout.

Citizen of US Minor Outlying Islands

Link to comment
Share on other sites

The only options that I have at Admin>Config>My Store are:

 

Store Name

Store Owner

E-Mail Address

E-Mail From

Country

Zone

Expected Sort Order

Expected Sort Field

Switch To Default Language Currency

Send Extra Order Emails To

Use Search-Engine Safe URLs (still in development)

Display Cart After Adding Product

Allow Guest To Tell A Friend

Default Search Operator

Store Address and Phone

Default Template Directory

Template Switching Allowed

 

Should I have more options than that?

 

Thanks,

Todd

Link to comment
Share on other sites

Todd,

I had the same problem and I have 2.2CVS. I don't know what bluepony is talking about because I am really new to all this... but I finally found:

 

In catalog/includes/application_top.php go to about line 137 and you will see:

 

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

 

Change the "true" to "false".

 

The post is here.

 

I hope this helps.

 

I also hope I am not overstepping my bounds here as you can see in the post I was told:

 

the advise is to dowload the standard version 2.2-MS2.

that version certainly has in:

admin => configuration => My Store => lowest line:

Display Prices with Tax => can be true or false.

 

Please forgive me if I am, I just know how frustrating it is, when something like this is happening to me... :(

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...