Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2007
    Posts
    8
    Plugin Contributions
    0

    red flag Help with a tax issue

    Hi,
    I'd like to know if there is a way to globally change the products 's "net", "gross" value, I did not enter the products at first with the "taxable goods" option selected. I decided to update the table taxable ID row with the correct ID 1.
    Now it calculed "removed" the tax from the gross
    Example:


    Sub-Total:$719.04


    $0.00
    Store Pickup (Walk In):




    FL TAX 7.0%:$47.04




    Total:$719.04

    The net price of the product should be 719.04 and total should be $719.04 +&50.33




    Help please !!

  2. #2
    Join Date
    Mar 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Help with a tax issue

    Hi all,
    I'm looking for the SQL statement to update the product price table;
    Something like update gross price with net price.
    Thank you in advance

  3. #3
    Join Date
    Jan 2005
    Location
    Tennessee
    Posts
    1,128
    Plugin Contributions
    0

    Default Re: Help with a tax issue

    http://www.w3schools.com/sql/sql_update.asp

    UPDATE products
    SET products_price = new_value
    WHERE products_model = some_text

  4. #4
    Join Date
    Mar 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Help with a tax issue

    Wow,
    That's what I needed...
    Thank you so much for you help.

 

 

Similar Threads

  1. PLEASE HELP!! Tax issue
    By shellbell-19 in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 2
    Last Post: 5 Aug 2009, 05:14 AM
  2. Help with "tax exempt required"/Authorize.net issue
    By camigo in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 23 May 2008, 06:24 PM
  3. Tax Issue - PLEASE HELP
    By jnorth in forum Basic Configuration
    Replies: 2
    Last Post: 12 Apr 2008, 04:32 PM
  4. tax issue - please help - site is live
    By etoile03 in forum General Questions
    Replies: 9
    Last Post: 30 Dec 2006, 10:53 PM
  5. Help with Tax Issue
    By impdesigns in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 1
    Last Post: 22 May 2006, 07:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg