cmanning71 Posted February 20, 2006 Posted February 20, 2006 Just as the topic suggests. My version for some odd reason is adding tax to all my products automatically in every portion of my site. It shows $31.95 for a rug that only cost $30.00 (with 6.5% tax added). When you goto the final ordering phase, it's shows Subtotal of $31.95, Tax of $1.95, Shipping $10.00, Total = $41.95. Everything adds correctly at the end result but I don't want customers to think the rug cost $31.95 before tax. They wont know that until they come to the end of ordering which is incorrect. In the Categories/Products admin I have only entered in the price of $30.00 and it still adds in tax every time the product is listed anywhere for customers to see. Please help, thanks in advance. Chris P.S. By the way, thank you for helping me to solve my last question, worked like a charm!
Guest Posted February 20, 2006 Posted February 20, 2006 osc admin->Configuration->My Store->Display Prices with Tax set it to false
cmanning71 Posted February 20, 2006 Author Posted February 20, 2006 osc admin->Configuration->My Store->Display Prices with Tax set it to false I don't have that option under that link, this is all I have: -----------------------------begin-------------------------- Configuration My Store Minimum Values Maximum Values Images Shipping/Packaging Product Listing Stock Logging Cache E-Mail Options Download ----------------contents of My Store----------------------- 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 Date Added: 12/31/2003 Last Modified: 12/31/2003 E-Commerce Engine Copyright ? 2002 osCommerce osCommerce provides no warranty and is redistributable under the GNU General Public License Powered by osCommerce -------------------------------end------------------------------------ I don't know if I have the latest version or what? I was hoping there would be a PHP code I could change life define(DISPLAY_PRICE_WITH_TAX,false) or something.... Chris
Guest Posted February 21, 2006 Posted February 21, 2006 looks like an older osc version. And there I don't know the specifics. Have you search your files for DISPLAY_PRICE_WITH_TAX
cmanning71 Posted February 23, 2006 Author Posted February 23, 2006 looks like an older osc version. And there I don't know the specifics. Have you search your files for DISPLAY_PRICE_WITH_TAX I found the define code in my application_top.php file, thank you for your help. Chris M.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.