Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,855
    Plugin Contributions
    0

    Default Zone Upgrade Not Happening

    I am not sure which version the change happened in but I just finished comparing my upgraded ZC store to a brand new install and noticed that this line
    Code:
    INSERT INTO `zones` VALUES (50, 223, 'PW', 'Palau');
    has been changed to
    Code:
    INSERT INTO `zones` VALUES (50, 163, 'PW', 'Palau');
    in 1.3.6

    My upgrade did not reflect this change.

    Thanks!

  2. #2
    Join Date
    Sep 2004
    Posts
    745
    Plugin Contributions
    4

    Default Re: Zone Upgrade Not Happening

    Looking back at the 1.3.5 file set sql indicates that this change took place in 1.3.6 so I would venture to say that the following sql statement was accidentally omitted from the 1.3.5 to 1.3.6 sql update script:

    Code:
    UPDATE zones SET zone_country_id=163 WHERE zone_name = 'Palau';
    Executing this in the patch tool worked fine for us.

    Jeff

 

 

Similar Threads

  1. Configuring Taxes for Canadian Sites/Zones
    By DrByte in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 305
    Last Post: 30 Jul 2012, 07:18 PM
  2. Zone rates & MZMT shipping modules, how to make it work properly?
    By langtu123 in forum Addon Shipping Modules
    Replies: 14
    Last Post: 13 May 2011, 09:47 AM

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
  •