Page 8 of 12 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 118
  1. #71
    Join Date
    Jun 2014
    Location
    United States
    Posts
    5
    Plugin Contributions
    0

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

    ZC v1.53

    Is it possible to set a minimum order total for Local Delivery? Local Delivery would only show when the minimum cart total AND postal code are met.

  2. #72
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

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

    Quote Originally Posted by candledreams View Post
    ZC v1.53

    Is it possible to set a minimum order total for Local Delivery? Local Delivery would only show when the minimum cart total AND postal code are met.
    Should be possible. Is that a minimum weight or a minimum $$ value in the cart?

    Cheers / Frank
    Last edited by frank18; 7 Oct 2014 at 11:19 PM.

  3. #73
    Join Date
    Jun 2014
    Location
    United States
    Posts
    5
    Plugin Contributions
    0

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

    minimum value

  4. #74
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

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

    Assuming your minimum order value is $100

    In the file includes/modules/shipping/localdelivery.php

    insert

    PHP Code:
    // bof: show local delivery when cart total is $100 or more 
          
    if (!IS_ADMIN_FLAG) { 
            if (
    $_SESSION['cart']->show_total() - $_SESSION['cart']->free_shipping_prices() > 100) { 
              
    $this->enabled true
            } 
          } 
    // eof: show local delivery when cart total is $100 or more 
    right after this line

    PHP Code:
    $this->enabled = ((MODULE_SHIPPING_LOCALDELIVERY_STATUS == 'True') ? true false); 
    Put some product in the cart that is not specifically marked as local delivery only and play around with the total cart value.

    See how this works for you

    Cheers / Frank

  5. #75
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

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

    I think this is the mod I am looking for. To make sure that is what I need is.

    I need all my items/products to be sold only in my local city. It has 6 to 8 different zip codes.

    So the only ones they can purchase is that is in my city or local area? No one outside of that zip codes, Right?

  6. #76
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

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

    Quote Originally Posted by morrisgiftshop View Post
    I think this is the mod I am looking for. To make sure that is what I need is.

    I need all my items/products to be sold only in my local city. It has 6 to 8 different zip codes.

    So the only ones they can purchase is that is in my city or local area? No one outside of that zip codes, Right?
    Principally correct.

    But, if your city is the only area you are shipping to (eg by courier), then you would just need to set up a single zone which specifies your local city as the only area. In that case you would not need this mod but you just use the stock ZC shipping method 'Zone Rates'. For how to set up Zone Rates please refer to the FAQ's or the appropriate forum.

    Using Zone Rates would save you flagging every single product as *local only*.

    Hope this helps.

    Frank

  7. #77
    Join Date
    Jan 2010
    Posts
    79
    Plugin Contributions
    0

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

    Hi frank 18...!~~~

    i am using PDP. it is working good. but i need to use Scenario 4...

    Do i need to modify some files to use Scenario 4... ?

    if you have a soloution please let me know...

    thank you and have a good one...

  8. #78
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

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

    Quote Originally Posted by sungmo View Post
    Hi frank 18...!~~~

    i am using PDP. it is working good. but i need to use Scenario 4...

    Do i need to modify some files to use Scenario 4... ?

    if you have a soloution please let me know...

    thank you and have a good one...
    If you installed PDP according to the instructions you don't need to modify any files or code.

  9. #79
    Join Date
    Jan 2010
    Posts
    79
    Plugin Contributions
    0

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

    thank you...

    umm if so, how can i use Scenario 4...?

    thank you and have a good one...

    Quote Originally Posted by frank18 View Post
    If you installed PDP according to the instructions you don't need to modify any files or code.

  10. #80
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

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

    Quote Originally Posted by sungmo View Post
    thank you...

    umm if so, how can i use Scenario 4...?

    thank you and have a good one...
    The scenarios (shown under the tab "Functionality" in the help file of the instructions) simply depict a possible sequence of events, course of events, series of developments etc.

    PDP allows or prohibits the use of "Local Delivery" depending on the criteria entered by a customer -- so I have to repeat: you don't have to make any changes to the code if you installed PDP correctly.

 

 
Page 8 of 12 FirstFirst ... 678910 ... LastLast

Similar Threads

  1. Order Delivery Date Support Thread
    By mrmeech in forum Managing Customers and Orders
    Replies: 543
    Last Post: 23 Jul 2025, 02:20 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

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