Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2013
    Posts
    18
    Plugin Contributions
    0

    Default Store Pickup Module Not Working with Zone Specification

    We are having an issue with our "store pickup" shipping module. We have a brick and mortar store in Arizona, so we have a zone specified for Arizona, and the store pickup module is set to the Arizona zone. However, it is currently offering the store pickup option to anyone, regardless of what state they are in.

    Is there a way to fix this issue that anyone has found?

    Thanks in advance!
    - Wendy W.

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Store Pickup Module Not Working with Zone Specification

    What are the settings for this Zone Definition on the DETAILS?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Jan 2013
    Posts
    18
    Plugin Contributions
    0

    Default Re: Store Pickup Module Not Working with Zone Specification

    The Zone Definition details are as follows:
    Country: United States
    Zone: Arizona

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Store Pickup Module Not Working with Zone Specification

    Edit the file:
    /includes/modules/shipping/storepickup.php

    and add the code in RED:
    Code:
      function __construct() {
        $this->code = 'storepickup';
        $this->title = MODULE_SHIPPING_STOREPICKUP_TEXT_TITLE;
        $this->description = MODULE_SHIPPING_STOREPICKUP_TEXT_DESCRIPTION;
        $this->sort_order = MODULE_SHIPPING_STOREPICKUP_SORT_ORDER;
        $this->icon = ''; // add image filename here; must be uploaded to the /images/ subdirectory
        $this->tax_class = MODULE_SHIPPING_STOREPICKUP_TAX_CLASS;
        $this->tax_basis = MODULE_SHIPPING_STOREPICKUP_TAX_BASIS;
        $this->enabled = ((MODULE_SHIPPING_STOREPICKUP_STATUS == 'True') ? true : false);
        $this->update_status();
      }
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Jan 2013
    Posts
    18
    Plugin Contributions
    0

    Default Re: Store Pickup Module Not Working with Zone Specification

    Wow, yes that worked perfectly! Thank you so much!

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Store Pickup Module Not Working with Zone Specification

    You are most welcome ... thanks for the update that this worked for you ...

    NOTE: this was fixed in Zen Cart v1.5.4 ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. v150 Problem with taxes and Store Pickup shipping module
    By smartino in forum Bug Reports
    Replies: 13
    Last Post: 6 Apr 2015, 05:44 PM
  2. Replies: 1
    Last Post: 31 Mar 2015, 04:07 PM
  3. shipping zone for store pickup
    By JillC in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 4
    Last Post: 29 Nov 2008, 02:12 AM
  4. Replies: 1
    Last Post: 18 Oct 2008, 04:13 AM

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