Page 10 of 12 FirstFirst ... 89101112 LastLast
Results 91 to 100 of 118
  1. #91
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

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

    Thanks so much!
    The full-time Zen Cart Guru. WizTech4ZC.com

  2. #92
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

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

    And yes it does work now that the products are actually set as taxable!
    The full-time Zen Cart Guru. WizTech4ZC.com

  3. #93
    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
    And yes it does work now that the products are actually set as taxable!
    Thanks for your feedback that this is working for you

  4. #94
    Join Date
    Sep 2015
    Location
    Montreal, Canada
    Posts
    5
    Plugin Contributions
    0

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

    Hello!
    Thank you for this great plugin!

    Here is my problem :
    When i have an item with the flag "Local Delivery Only", I see in the cart 2 options (Canada Post & Local Delivery) and it should only be Local Delivery.
    After, in the checkout process, I only see the Canada Post option. (No more Local Delivery)

    I saw in this thread that some shipping module could be in conflict with this one, so i added this line to includes/functions/functions_general.php
    PHP Code:
    // if product is local delivery only - disable Canada Post
          
    case ($check_cart_local and $shipping_module == 'canadapost'):
            return 
    false;
            break; 
    Like frank18 said
    Quote Originally Posted by frank18 View Post
    I have been made aware that there could be a clash between PDP and the UK Royal Mail shipping module on some sites.

    If this affects your (UK) site you need to modify includes/functions/functions_general.php

    In that file find this code

    PHP Code:
    // if product is local delivery only - disable all other modules
    case ($check_cart_local and $shipping_module != 'localdelivery' || $shipping_module != 'storepickup'):
    return 
    false;
    break; 
    then right after that you need to add

    PHP Code:
    // if product is local delivery only - disable Royal Mail first
    case ($check_cart_local and $shipping_module == 'rmfirst'):
    return 
    false;
    break;
    // if product is local delivery only - disable Royal Mail second
    case ($check_cart_local and $shipping_module == 'rmsecond'):
    return 
    false;
    break; 
    But then, i realized 2 things in this file...
    First, $shipping_module is never equal to 'localdelivery', which means the function never gets called with the param 'localdelivery'.
    Second, this line never returns true.
    PHP Code:
    $check_cart_local $_SESSION['cart']->in_cart_check('product_is_local_delivery','1'); 
    I did some digging and found out that in the other files, like tpl_checkout_shipping_default.php, this exact line works...

    In the install, in followed the instructions to the letter with the uninstall of the Store Pickup module.
    Also, i get the same result when i deactivate the Canada Post shipping module but in the checkout page it says that i don't have any option of shipping!

    Your feedback is much appreciated.

  5. #95
    Join Date
    Sep 2015
    Location
    Montreal, Canada
    Posts
    5
    Plugin Contributions
    0

    Idea or Suggestion Re: Product Delivery by Postcode (PDP) - [Support]

    Quote Originally Posted by B-Noid View Post
    Here is my problem :
    I found the problem!

    The Canada Post shipping module didn't use the function zen_get_shipping_enabled properly... I made the necessary modification within the Canada Post module.

    I will post the modification on the Canada Post thread.

    Have a good one!

  6. #96
    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 B-Noid View Post
    I found the problem!

    The Canada Post shipping module didn't use the function zen_get_shipping_enabled properly... I made the necessary modification within the Canada Post module.

    I will post the modification on the Canada Post thread.

    Have a good one!
    Thanks for posting your findings. PDP has been 'humming along' for quite some time without hiccups, I would have been very surprised if your issue was not related to another shipping module. Incidentally, what is your ZC version?

  7. #97
    Join Date
    Mar 2016
    Posts
    14
    Plugin Contributions
    0

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

    Hi hoping to get some pointers here before installing...want to make sure this plugin can do what I need.

    I need to set up UK & international shipping...I don't need any free local delivery, but I need to differentiate between Uk counties/Post codes as shown below.

    Parcel Force 24
    AB, AL, B, BA, BB, BD, BH, BL, BN, BR, BS, CA, CB, CF, CH, CM, CO, CR, CT, CV, CW, DA, DD, DE, DG, DH, DL, DN, DT, DY, E, EC, EH, EN, EX, FK, FY, G, GL, GU, HA, HD, HG, HP, HR, HU, HX, IG, IP, KT, KY, L, LA, LD, LE, LL, LN, LS, LU, M, ME, MK, ML, N, NE, NG, NN, NP, NR, NW, OL, OX, PE, PL, PO, PR, RG, RH, RM, S, SA, SE, SG, SK, SL, SM, SN, SO, SP, SR, SS, ST, SW, SY, TA, TD, TF, TN, TQ, TS, TW, UB, W, WA, WC, WD, WF, WN, WR, WS, WV, YO
    0 to 25000g(s)£8.00

    HS, IV, KA, KW, PA, PH, ZE
    0 to 25000g(s)£16.50

    TR, IM, BT
    0 to 25000g(s)£18.50

    PO30-41
    0 to 25000g(s)£11.50

    is this possible with the PDP?

    thanks

  8. #98
    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 pr0c3ss View Post
    Hi hoping to get some pointers here before installing...want to make sure this plugin can do what I need.

    I need to set up UK & international shipping...I don't need any free local delivery, but I need to differentiate between Uk counties/Post codes as shown below.

    Parcel Force 24
    AB, AL, B, BA, BB, BD, BH, BL, BN, BR, BS, CA, CB, CF, CH, CM, CO, CR, CT, CV, CW, DA, DD, DE, DG, DH, DL, DN, DT, DY, E, EC, EH, EN, EX, FK, FY, G, GL, GU, HA, HD, HG, HP, HR, HU, HX, IG, IP, KT, KY, L, LA, LD, LE, LL, LN, LS, LU, M, ME, MK, ML, N, NE, NG, NN, NP, NR, NW, OL, OX, PE, PL, PO, PR, RG, RH, RM, S, SA, SE, SG, SK, SL, SM, SN, SO, SP, SR, SS, ST, SW, SY, TA, TD, TF, TN, TQ, TS, TW, UB, W, WA, WC, WD, WF, WN, WR, WS, WV, YO
    0 to 25000g(s)£8.00

    HS, IV, KA, KW, PA, PH, ZE
    0 to 25000g(s)£16.50

    TR, IM, BT
    0 to 25000g(s)£18.50

    PO30-41
    0 to 25000g(s)£11.50

    is this possible with the PDP?

    thanks
    Interesting question.

    Can PDP be used 'out of the box' for your requirement?

    The short answer is no as PDP allows for one single array (eg Parcel Force 24) but not for multiple arrays. IOW, PDP would need to be re-written to do what you want it to do, although some of the code can be used to do this.

    Cheers / Frank

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

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

    Using PDP with One-Page Checkout

    If you want to use this shipping module with lat9's brilliant One-Page Checkout module then please refer to this post:

    https://www.zen-cart.com/showthread....04#post1316804

    Cheers / Frank

  10. #100
    Join Date
    Jan 2006
    Location
    Dayton, Ohio USA
    Posts
    58
    Plugin Contributions
    0

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

    Would there be a reason that this would not work in Version 1.5.5e. It is a clean install with just a couple plug ins added. The Local Delivery and Free Shipping work just as advertised, I am just trying to limit when Local delivery is available as an option. I pasted the code in just as described in this post and set the $ value to 250 the same as my free shipping option, but the local delivery option still shows up in delivery options.

    Any help would be appreciated,
    Thanks

 

 
Page 10 of 12 FirstFirst ... 89101112 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