Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    334
    Plugin Contributions
    1

    Default Re: Tax is calculating wrong

    Quote Originally Posted by edadk View Post
    If you're really adventurous, you can change the value for all products at once in phpmyadmin.

    Back up your database first, this is very important!!!!!

    Then enter this command in the sql section of phpmyadmin:

    update products set products_tax_class_id = 1

    Ed
    I type it exactly like that?


    update products set products_tax_class_id = 1

  2. #12
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    334
    Plugin Contributions
    1

    Default Re: Tax is calculating wrong

    Quote Originally Posted by TShooters View Post
    From this FAQ article: https://www.zen-cart.com/tutorials/index.php?article=76




    Ooops...that's for new products. Thought I'd found something there.
    Yeah I already configured my taxes for every new product I add, the tax Id is set to 1

  3. #13
    Join Date
    Nov 2008
    Posts
    192
    Plugin Contributions
    0

    Default Re: Tax is calculating wrong

    Quote Originally Posted by chris32882 View Post
    I type it exactly like that?


    update products set products_tax_class_id = 1
    Yes, that will change every product in your store to be a taxable item. Again, please back up before ever doing anything with phpmyadmin.

    Ed

  4. #14
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    334
    Plugin Contributions
    1

    Default Re: Tax is calculating wrong

    Quote Originally Posted by edadk View Post
    Yes, that will change every product in your store to be a taxable item. Again, please back up before ever doing anything with phpmyadmin.

    Ed
    Alright, I backed up my database and tried inputing the above in a query and this is what I get returned

    #1146 - Table 'tms_zc1-back-1226445866.products' doesn't exist
    Last edited by chris32882; 20 Nov 2008 at 07:35 PM.

  5. #15
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    334
    Plugin Contributions
    1

    Default Re: Tax is calculating wrong

    Quote Originally Posted by chris32882 View Post
    Alright, I backed up my database and tried inputing the above in a query and this is what I get returned

    #1146 - Table 'tms_zc1-back-1226445866.products' doesn't exist

    my site was backed up before and thats the name of the backup tms_zc1-back-1226445866

  6. #16
    Join Date
    Nov 2008
    Posts
    192
    Plugin Contributions
    0

    Default Re: Tax is calculating wrong

    Quote Originally Posted by chris32882 View Post
    Alright, I backed up my database and tried inputing the above in a query and this is what I get returned

    #1146 - Table 'tms_zc1-back-1226445866.products' doesn't exist
    Do your tables have a prefix? If so, try adding your prefix to the front of the table name like this:

    update sometableprefix_products set products_tax_class_id = 1

  7. #17
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    334
    Plugin Contributions
    1

    Default Re: Tax is calculating wrong

    Quote Originally Posted by edadk View Post
    Do your tables have a prefix? If so, try adding your prefix to the front of the table name like this:

    update sometableprefix_products set products_tax_class_id = 1
    have no idea man , don't really mess with sql much, hrmmm

  8. #18
    Join Date
    Nov 2008
    Posts
    192
    Plugin Contributions
    0

    Default Re: Tax is calculating wrong

    Quote Originally Posted by chris32882 View Post
    have no idea man , don't really mess with sql much, hrmmm
    In that case it might be better to stick with using admin to change each product individually.

    Ed

  9. #19
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    334
    Plugin Contributions
    1

    Default Re: Tax is calculating wrong

    Quote Originally Posted by edadk View Post
    In that case it might be better to stick with using admin to change each product individually.

    Ed
    its like any other installation of Zen-Cart the prefix should be the same Im assuming?

  10. #20
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    334
    Plugin Contributions
    1

    Default Re: Tax is calculating wrong

    Just want you to know the prefix was zen I added:

    Code:
    update zen_products set products_tax_class_id = 1
    now should it of been update products set products_tax_class_id = 1 normally

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v139h Cupon calculating wrong
    By TroyC in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 0
    Last Post: 3 Jun 2013, 09:30 PM
  2. Coupon - Calculating tax wrong
    By Davx in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 10 Nov 2010, 04:33 PM
  3. Tax calculating and not calculating
    By pottsy in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 1
    Last Post: 5 Mar 2008, 10:11 AM
  4. Wrong calculating in checkout
    By jagge in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 Nov 2007, 11:03 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR