Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 43
  1. #31
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

    Default Re: Store Pickup

    @frank
    On the pages that have to be merged I believe you used a older file than the one in 155e. So how can you tell which is your code or maybe code change on the older page itself. I assumed (not good idea) all differences on your page was your changes and merged all into 155e page.

  2. #32
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

    Default Re: Store Pickup

    Quote Originally Posted by mc12345678 View Post
    Hey Ezorb, this may be a good point to take that part of the discussion to the plugin's support thread (helps you and others), and then of course could reference the discussion from here. Thread: http://www.zen-cart.com/showthread.p...PDP%29-Support
    With post going back and forth I thought we were on the support page. Maybe some admin person can move it there.
    Also the reason I never address your many repeated questions is I thought that was answered in post #19. Sorry for my miss understanding.

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

    Default Re: Store Pickup

    Quote Originally Posted by EZorb View Post
    @frank
    On the pages that have to be merged I believe you used a older file than the one in 155e. So how can you tell which is your code or maybe code change on the older page itself. I assumed (not good idea) all differences on your page was your changes and merged all into 155e page.
    Which file is it please?

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

    Default Re: Store Pickup

    Quote Originally Posted by EZorb View Post
    .....
    What about it Frank should the review page only show the two services if zip codes match?
    Yep, that's correct.

  5. #35
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

    Default Re: Store Pickup

    Quote Originally Posted by frank18 View Post
    Which file is it please?
    Here is a few pages as an example.

    Your Page:
    functions_general.php
    * General functions used throughout Zen Cart
    *
    * @package functions
    * @copyright Copyright 2003-2014 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version GIT: $Id: Author: Ian Wilson Wed Feb 19 15:57:35 2014 +0000 Modified in v1.5.3 $

    1.5.5e Page
    <?php
    /**
    * functions_general.php
    * General functions used throughout Zen Cart
    *
    * @package functions
    * @copyright Copyright 2003-2016 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: Author: zcwilt Fri Apr 22 22:16:43 2015 +0000 Modified in v1.5.5 $
    */
    Checkout_shipping.php
    storepickup.php
    tpl_product_info.php
    tpl_shopping_cart-default.php

    All of these pages you used (now) are older than same page in 155e. What I am trying to understand is how can a person tell if the difference in your page and the same page in 155e is your code that needs to be merge or if the differences shown is an update to the page in general?

    Larry

  6. #36
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

    Default Re: Store Pickup

    Quote Originally Posted by frank18 View Post
    Yep, that's correct.
    Then that means I do have something wrong with the review page. Way back in the post in the image you should see both options offered and shipping address is not a match at all. All my zip codes are in 79xxx series. When I click on Checkout Page then the two options are not displayed and they should not be. So if I understand you they should not be displayed on review page either.
    Do you have a clue what I should check?

    Larry

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

    Default Re: Store Pickup

    @Ezorb

    The lines of concern are
    PHP Code:

        $check_cart_local 
    $_SESSION['cart']->in_cart_check('product_is_local_delivery','1'); 
    and

    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; 
    I am aware that this needs to be changed in the next update of this plugin to the effect that functions_general.php is not changed from the stock file.

    BTW, any issues related to this module (PDP) should really be posted in the dedicated support thread found here:

    https://www.zen-cart.com/showthread....PDP%29-Support

  8. #38
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

    Default Re: Store Pickup

    I will wait to next update, not that big of deal. Yes I agree needs to be moved. How do you do that?

  9. #39
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: Store Pickup

    I use the regular store pickup and have changed the text on the site to reflect that it is for pick up at our store location with our city name included. This helps to avoid confusion. I find it is beneficial to us to not have it restricted by zip code or other means since we use store pickup for walk in customers who can come from far afield and also do have customers ordering online and coming in to pick up from out of state when they are passing through.

    I can see how it would be useful for other people to be able to configure some type of restriction like zone or zip/postal code, and think it would be a good idea to incorporate this option in the core code.

    Zen Cart and it's community are the best!!

  10. #40
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: Store Pickup

    Perhaps it gets incorporated or not, but I would actually suggest either a little "rebranding" or maybe modify the product description for it to appear in a search for zipcode. :) if Frank hadn't been on top of this topic, I know I wouldn't have found it or considered the use of postcode/postalcode (standard terminology for some areas that also speak English.) and while it appears to have initiated as a "delivery" method it now includes a pickup method as well.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 
Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. v151 Store Pickup by Delivery Postcode
    By frank18 in forum Addon Shipping Modules
    Replies: 5
    Last Post: 24 Jun 2013, 10:27 AM
  2. Pizza - Store Pickup or Delivery
    By liderbug in forum General Questions
    Replies: 19
    Last Post: 16 Mar 2011, 07:42 PM
  3. Step 3 of checkout with In-store pickup shows delivery address??
    By jasonhoward64 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 10 May 2010, 10:24 AM
  4. Have pickup show store address not customers address
    By jchaters in forum Built-in Shipping and Payment Modules
    Replies: 16
    Last Post: 22 Aug 2008, 01:38 PM
  5. Store Pickup Or Free Delivery
    By waterloo in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 26 Feb 2008, 05:58 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR