Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Updating UK Vat rise to 17.5%

    Quote Originally Posted by guyhancock View Post
    Alex, I had lowered prices and needed to show the "real" price so just did the change (though do need to round some of the resulting prices to "nice" amounts). I guess we're all going to handle this in different ways.
    cheers
    Guy
    Indeed. As with the VAT reduction last year some of my clients chose not to pass on the savings to their customers (i.e. they adjusted their gross prices).

    Hope things are working well for you.

  2. #12
    Join Date
    Jan 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Updating UK Vat rise to 17.5%

    How have you come up with this calculation?

    I always do a database update with a formula like this:

    1) Times the base price by the old VAT rate (8.6870 * 1.15)
    2) Divide the result by the new VAT rate (9.99/1.175)

    Explain yours :)

  3. #13
    Join Date
    Mar 2007
    Posts
    249
    Plugin Contributions
    6

    Default Re: Updating UK Vat rise to 17.5%

    Simple math to calculate required effect of taxation:
    1.15/1.175 = 0.978723404255

    Therefore keeping retail price the same:
    base price = base price * 0.978723404255

    Convert to sql statement:
    update products set products_price = products_price*0.978723404255

    Explain your calculation in an sql statement that is simpler than the above example? ;-)
    Last edited by Calljj; 16 Jan 2010 at 09:53 AM.

  4. #14
    Join Date
    Jan 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Updating UK Vat rise to 17.5%

    Something like this...
    UPDATE products SET price = (price*1.15) / 1.175

  5. #15
    Join Date
    Mar 2007
    Posts
    249
    Plugin Contributions
    6

    Default Re: Updating UK Vat rise to 17.5%

    umm. no, thats not more simpler.. the numbers might look nicer, but it ain't simpler!

  6. #16
    Join Date
    Oct 2006
    Posts
    209
    Plugin Contributions
    0

    Default Re: Updating UK Vat rise to 17.5%

    Hi,
    Maybe somebody subscribed to this thread could help me with my issue.
    See my thread

    http://www.zen-cart.com/forum/showthread.php?t=150182

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v151 Dispplaying Both With VAT and Without VAT Prices on Products
    By BoydBreen in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 3 Jul 2013, 09:44 PM
  2. Reduce the Main page header image to rise the content below.
    By Oredayo in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 13 Dec 2010, 09:46 PM
  3. updating VAT ends up doubling Vat
    By imaginarynumber in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 6
    Last Post: 2 Jan 2010, 08:13 PM
  4. Updating UK VAT to 17.5% at 12.01am on Jan 1st
    By Dunk in forum General Questions
    Replies: 6
    Last Post: 1 Jan 2010, 09:01 PM
  5. How to rise prices!
    By keerik in forum Setting Up Specials and SaleMaker
    Replies: 2
    Last Post: 14 Sep 2006, 09:12 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