Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22
  1. #11
    Join Date
    Nov 2008
    Location
    Planet E
    Posts
    4
    Plugin Contributions
    0

    Default Re: NEW UK VAT 15% not 17.5% problem

    Thanks very much for your help and the detailed info Chris.

    I will try it now. So glad I don't have to go through and manually edit all the prices :)

  2. #12
    Join Date
    Jan 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: NEW UK VAT 15% not 17.5% problem

    You're welcome. I've just realised it's probably a good idea to bookmark / print this page for when VAT goes back up...!
    AberChristwyth
    A recent newcomer to the Zen world, but lovin' it!
    Using ZenCart 1.3.8a, Windows server, PHP 5.2.1, MySQL 5.0.37 here

  3. #13
    Join Date
    Jan 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: NEW UK VAT 15% not 17.5% problem

    Another update! Just found you also have to update any shipping costs you have in Modules > Shipping with the new ex-VAT costs.

    If it's any help, I used the VAT calculator at http://www.taxcentral.co.uk/taxcentr...or/default.asp to calculate the new shipping rates.
    AberChristwyth
    A recent newcomer to the Zen world, but lovin' it!
    Using ZenCart 1.3.8a, Windows server, PHP 5.2.1, MySQL 5.0.37 here

  4. #14
    Join Date
    Feb 2007
    Posts
    37
    Plugin Contributions
    0

    Default Re: NEW UK VAT 15% not 17.5% problem

    May I ask how to change another element?

    If I price a product by attributes (base price = 10, attribute one adds 5 and attribute two adds 7), the method shown in the earlier post adjusts the base price, but how do I adjust the attributes value so that they still come to the original price with the new VAT?

    Thanks,
    Edwin
    my greener home. Save money and save the environment.

  5. #15
    Join Date
    Jan 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: NEW UK VAT 15% not 17.5% problem

    I found I had to do this exact thing too earlier today but I only have a couple of attribute-priced products so edited them manually using the VAT calculator I mentioned earlier.

    If you've got a lot of attribute-priced products you could use:
    Code:
    UPDATE products_attributes SET options_values_price= options_values_price *1.175;
    UPDATE products_attributes SET options_values_price= options_values_price /1.15;
    I also realised that you should go through all the products and make sure the prices are correct as the calculations may mean prices are out +/- 1p.
    AberChristwyth
    A recent newcomer to the Zen world, but lovin' it!
    Using ZenCart 1.3.8a, Windows server, PHP 5.2.1, MySQL 5.0.37 here

  6. #16
    Join Date
    Feb 2007
    Posts
    37
    Plugin Contributions
    0

    Default Re: NEW UK VAT 15% not 17.5% problem

    Spectacular. That seems to be working. I can see that there will still be lots of manual checking, but that will definitely reduce the errors I introduce. Thanks.
    Are you shutting up shop until midnight, or are you selling with invoices showing 15% VAT already?
    my greener home. Save money and save the environment.

  7. #17
    Join Date
    Jan 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: NEW UK VAT 15% not 17.5% problem

    We sell from a physical shop which closed at 3pm yesterday and wasn't open today (Sunday) therefore any orders placed after closing time yesterday won't go through our tills until tomorrow when the new rate is officially in force. This has at least meant I've had enough time to (hopefully) find and make all the necessary changes.

    It would have been good though if, when changing the tax rate in the Locations / Taxes menu, ZC then gave the option to make changes to base prices, attributes, specials and any other places prices hide automatically. Ah well... hopefully won't have to do it again until the end of next December! hehe
    Last edited by cjhearn; 30 Nov 2008 at 10:09 PM. Reason: missed a word out of a sentence, nothing major but I'm a perfectionist ;)
    AberChristwyth
    A recent newcomer to the Zen world, but lovin' it!
    Using ZenCart 1.3.8a, Windows server, PHP 5.2.1, MySQL 5.0.37 here

  8. #18
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: NEW UK VAT 15% not 17.5% problem

    thanks to cjhearn for the advance on what i started.

    i have ran this mysql patch on my site and all went fine with no errors.

    please backup first though

  9. #19
    Join Date
    Jan 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: NEW UK VAT 15% not 17.5% problem

    Yeah, sorry kitcorsa for stealing your thunder ;) I was just happy to have found something I was able to help with!

    Hope things all go well for you following this changeover.
    AberChristwyth
    A recent newcomer to the Zen world, but lovin' it!
    Using ZenCart 1.3.8a, Windows server, PHP 5.2.1, MySQL 5.0.37 here

  10. #20
    Join Date
    Dec 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: NEW UK VAT 15% not 17.5% problem

    I added the WHERE clause because I have VATable and non-VATable products in my catalogue. You may want to go to Locations / Taxes > Tax Classes and double-check that your 'Taxable Goods' class is ID 1 before running the above SQL.

    If you've got any Specials set up you'll also need to run the following SQL:

    UPDATE specials SET specials_new_products_price= specials_new_products_price *1.175;
    UPDATE specials SET specials_new_products_price= specials_new_products_price /1.15;
    One question, you say you have VATable and NONVATable products in your store, when updating the specials pricing does this also change the price of products on special which don't have VAT on them?


    Thanks

    Dave

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v151 Trade site charging VAT if customer does not provide an EU Vat Number
    By irishshopper in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 1
    Last Post: 28 Oct 2014, 02:29 PM
  2. I have a problem with cupons and vat - EU VAT Mod
    By oberheimer in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 8 Feb 2011, 04:31 PM
  3. VAT, or not to VAT...?
    By chaoskreator in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 4
    Last Post: 17 Feb 2010, 09:43 PM
  4. VAT problem not adding to total - Paypal waiting
    By JohneeMac in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 3
    Last Post: 2 Oct 2007, 01:00 PM
  5. Problem with VAT after using discount coupon VAT is not changing...
    By mrplants in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 7
    Last Post: 11 Jan 2007, 03:54 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