Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Nov 2005
    Posts
    71
    Plugin Contributions
    0

    Default shipping estimator for not logged in customers

    Hi, We use both UPS and Store Pickup. But if a customer is not logged in when they use the shipping estimator and they don't fill in their zipcode, it appears as though the only option they will have is store pickup. Some people have assumed that this is the only way they can get their order. I would like for that to show either NOTHING or UPS or something besides saying Store Pickup (Walkin). I have tried changing the sort order but that does not fix it.

    Thanks for any help!

  2. #2
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: shipping estimator for not logged in customers

    In the interim to a "fix", might I suggest adding some text to that page identifying that a zipcode (or whatever essential information is necessary) must be entered to show the potential shipping cost?

    Words don't fix everything, and there will be those that will look at the box and think that the store doesn't ship because there is no information to begin with, but at least some direction will be there while those with access to the code look to try to help...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Nov 2005
    Posts
    71
    Plugin Contributions
    0

    Default Re: shipping estimator for not logged in customers

    Thanks, that is a good idea! I will try that and hope that there is a more permanent fix coming!

  4. #4
    Join Date
    Nov 2005
    Posts
    71
    Plugin Contributions
    0

    Default Re: shipping estimator for not logged in customers

    Of course I cannot for the life of me figure out where this text goes. Yes, I used my developers tool kit but there is not a match for it. Anybody point me in the right direction please?

  5. #5
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: shipping estimator for not logged in customers

    Quote Originally Posted by katco View Post
    Of course I cannot for the life of me figure out where this text goes. Yes, I used my developers tool kit but there is not a match for it. Anybody point me in the right direction please?
    That... I can look up without having the code. :) includes/languages/YOUR_LANGUAGE/YOUR_TEMPLATE/shopping_cart.php

    If that file doesn't exist, then copy it from includes/languages/YOUR_LANGUAGE/shopping_cart.php
    And paste that file in the first path shown... (Replacing YOUR_TEMPLATE with the folder name for your template.) If the folder doesn't exist, then create it.

    The default language the code uses is english, so would substitute english for YOUR_LANGUAGE in most cases.

    Around line 12, should find a define for TEXT_INFORMATION that contains shopping_cart information content, which is the page that the estimator is found... Unless have it enabled elsewhere.
    Last edited by mc12345678; 24 Jan 2015 at 12:10 AM.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Nov 2005
    Posts
    71
    Plugin Contributions
    0

    Default Re: shipping estimator for not logged in customers

    Yeah, I even actually looked at that file. But I do not see where I could add the text you suggested that it would show up on the estimator in a way that would make sense.

    it seems like I should be able to do it right where it says Pick up (Walk In) on the estimator, but I cannot figure out where that text is coming from.

  7. #7
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: shipping estimator for not logged in customers

    Quote Originally Posted by katco View Post
    Yeah, I even actually looked at that file. But I do not see where I could add the text you suggested that it would show up on the estimator in a way that would make sense.

    it seems like I should be able to do it right where it says Pick up (Walk In) on the estimator, but I cannot figure out where that text is coming from.
    So the shipping options (shipping modules) provide the text in the dropdown. There are a few ways that could be used. One would be to add to the define that presents estimate shipping cost found in: includes/languages/YOUR_TEMPLATE/english.php
    Or includes/languages/YOUR_TEMPLATE/YOUR_LANGUAGE.php
    More generically stated.

    The define is: CART_SHIPPING_OPTIONS found around line 540 of the above file. (It was 543 in one of my files, 545 in another, so somewhere around there)). But it will be bolded like the text shown there... There's a lot of options at that point, but I also wouldn't be surprised if some that are/have looked at this thread aren't trying to determine a solution. I'm still not where I can look at the actual code to provide a suggestion, just able to look up things in the developer toolkit...

    The text displayed about the walkin is going to be found in the shipping subdirectory of the language directory. If you want to modify something there, pick a couple of words in a row that all have the same format and eventually the developers toolkit will. Help you find that section containing the define. Just because words line up left to right doesn't mean they are all adjacent in the code.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #8
    Join Date
    Nov 2005
    Posts
    71
    Plugin Contributions
    0

    Default Re: shipping estimator for not logged in customers

    It is actually in the pop-up window:

    Click image for larger version. 

Name:	Capture.JPG 
Views:	77 
Size:	23.1 KB 
ID:	14898

    I have tried to attach an image of it, I hope this worked!

  9. #9
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: shipping estimator for not logged in customers

    Rwise I think there is a tpl_shipping_estimator.php file that could have the text added, ideally through a determination of whether to display the info at all, then to display the information through language define.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #10
    Join Date
    Nov 2005
    Posts
    71
    Plugin Contributions
    0

    Default Re: shipping estimator for not logged in customers

    So, I found it in English.php and put it in there, but it does not show very well, IMO.

    Click image for larger version. 

Name:	capture1.JPG 
Views:	58 
Size:	29.0 KB 
ID:	14899

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. My Shipping estimator does not work for guests / users not logged in
    By bgroup99 in forum Built-in Shipping and Payment Modules
    Replies: 11
    Last Post: 10 Nov 2011, 07:27 PM
  2. Shipping Estimator for Non-Logged In Customers
    By Donna Joe in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 22 May 2011, 06:36 AM
  3. Shipping Estimator does not work for me when not logged in
    By speedraceratl in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 22 Aug 2009, 06:14 PM
  4. add zip code field for no logged customers in shipping estimator
    By igrossiter in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 27 May 2009, 06:52 PM
  5. Shipping Estimator - problems when not logged in?
    By vik007 in forum General Questions
    Replies: 3
    Last Post: 3 Dec 2007, 02:00 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