Page 4 of 12 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 118
  1. #31
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Product Delivery by Postcode (PDP) - [Support]

    Quote Originally Posted by delia View Post
    Okay, so I reinstalled Denise's module and tested it myself.

    It does not stop anyone from checking out with a non allowed post code. I haven't used this mod before and read thru everything very carefully. Reinstalled using most recent version that I downloaded. No go.

    I logged into your demo site chose the first option and you have free delivery over $150 so no options show up at all. Perhaps you've changed something there?
    If you refer to the address as your first option then, yes, that should allow you to check out. It is an address which is not restricted.

    What happens if (on the demo site) you chose the second option

    Larry Local
    99 Not Local Way
    Far Away City, SS99 9AY
    VIC, Australia

    ??

    That address should give you the message "Sorry, we are not shipping to your region at this time"

    Cheers / Frank

  2. #32
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,289
    Plugin Contributions
    22

    Default Re: Product Delivery by Postcode (PDP) - [Support]

    Okay, it does work there. What could we possibly be missing on her website for that part? Where is that code that controls that and I can look at specific files.
    The full-time Zen Cart Guru. WizTech4ZC.com

  3. #33
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Product Delivery by Postcode (PDP) - [Support]

    Quote Originally Posted by delia View Post
    Okay, it does work there. What could we possibly be missing on her website for that part? Where is that code that controls that and I can look at specific files.
    Is v1.1 installed? The first release (1.0) had a missing language file.... no changes have been made since the release of v1.1

    What other shipping modules are installed on that site? Is the file includes/functions/functions_general.php merged correctly?

  4. #34
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,289
    Plugin Contributions
    22

    Default Re: Product Delivery by Postcode (PDP) - [Support]

    Looking at the code. I see a query for a zone - does this rely on setting up zones?
    The full-time Zen Cart Guru. WizTech4ZC.com

  5. #35
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Product Delivery by Postcode (PDP) - [Support]

    Quote Originally Posted by delia View Post
    Looking at the code. I see a query for a zone - does this rely on setting up zones?
    Can you post that bit pls (file, lines..)

    Thks / Frank

  6. #36
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,289
    Plugin Contributions
    22

    Default Re: Product Delivery by Postcode (PDP) - [Support]

    Since she doesn't have zones set up, I'm thinking this might the problem with her installation.

    From storepickup.php.

    PHP Code:
    if ( ($this->enabled == true) && ((int)MODULE_SHIPPING_STOREPICKUP_ZONE 0) ) {
          
    $check_flag false;
          
    $check $db->Execute("select zone_id from " TABLE_ZONES_TO_GEO_ZONES "
                                 where geo_zone_id = '" 
    MODULE_SHIPPING_STOREPICKUP_ZONE "'
                                 and zone_country_id = '" 
    $order->delivery['country']['id'] . "'
                                 order by zone_id"
    );
          while (!
    $check->EOF) {
            if (
    $check->fields['zone_id'] < 1) {
              
    $check_flag true;
              break;
            } elseif (
    $check->fields['zone_id'] == $order->delivery['zone_id']) {
              
    $check_flag true;
              break;
            }
            
    $check->MoveNext();
          } 
    The full-time Zen Cart Guru. WizTech4ZC.com

  7. #37
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Product Delivery by Postcode (PDP) - [Support]

    Quote Originally Posted by delia View Post
    Since she doesn't have zones set up, I'm thinking this might the problem with her installation.
    ...
    That code is stock ZC code and hasn't been altered in PDP.

    You may want to set up a test zone for the store location and see if it has an effect on the functionality of PDP.

    On the other hand I am aware of stores who don't have zones installed but are using PDP without problems.

    Pls let us know what you can up with.

  8. #38
    Join Date
    Sep 2008
    Location
    Essex
    Posts
    41
    Plugin Contributions
    0

    Default Re: Product Delivery by Postcode (PDP) - [Support]

    Hi Frank,

    Delia kindly got this working for me but I now have another issue which I hope you can help me with. I have a rather long list of allowed postcodes that I would like to use but when I add them in within Zencart it only seems to save a certain amount of them. Is there a maximum limit of these and if so how can I amend it please to allow more.

    Many thanks.

    Denise.

  9. #39
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Product Delivery by Postcode (PDP) - [Support]

    Quote Originally Posted by denise006 View Post
    Hi Frank,

    Delia kindly got this working for me but I now have another issue which I hope you can help me with. I have a rather long list of allowed postcodes that I would like to use but when I add them in within Zencart it only seems to save a certain amount of them. Is there a maximum limit of these and if so how can I amend it please to allow more.

    Many thanks.

    Denise.
    Good to hear you got this working with the help of Delia.

    I am not aware of any limits - I will have a look at this tonight after work and let you know.

    Cheers / Frank

  10. #40
    Join Date
    Sep 2008
    Location
    Essex
    Posts
    41
    Plugin Contributions
    0

    Default Re: Product Delivery by Postcode (PDP) - [Support]

    Thanks Frank,

    The list of postcodes I have to add in is a Word document of 66 pages of then and potentially more to come. As it stands I reckon it is holding about 12-15 of the pages.

    Look forward to hearing from you.

    Thanks.

    Denise.

 

 
Page 4 of 12 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. Order Delivery Date Support Thread
    By mrmeech in forum Managing Customers and Orders
    Replies: 534
    Last Post: 16 Jul 2021, 12:36 AM
  2. v151 Store Pickup by Delivery Postcode
    By frank18 in forum Addon Shipping Modules
    Replies: 5
    Last Post: 24 Jun 2013, 10:27 AM
  3. v150 Delivery Charge by Australian Postcode
    By melbflor in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 7 Apr 2012, 07:43 AM
  4. Delivery postcode
    By evil turinp in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 8 Nov 2010, 08:26 PM
  5. Wanted - Local Delivery by Postcode
    By Ryk in forum Addon Shipping Modules
    Replies: 18
    Last Post: 19 May 2010, 01:59 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