Page 4 of 4 FirstFirst ... 234
Results 31 to 40 of 40
  1. #31
    Join Date
    Nov 2006
    Posts
    79
    Plugin Contributions
    0

    Default Re: Shipping estimator coming up blank

    I did get the UPSxml module installed, and it returns shipping rates in the shipping estimator whether a user is logged in or not.

    I definitely need to figure the Canada Post out, because my rates with them are really good.

    If I was to reinstall just the shipping estimator files, do you know which ones I'd have to upload?

  2. #32
    Join Date
    Nov 2006
    Posts
    79
    Plugin Contributions
    0

    Default Re: Shipping estimator coming up blank

    Update on the Canada Post shipping module...

    No success yet.

    Does anyone have a working model showing a user who is not logged in being able to use the shipping estimator?

  3. #33
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Shipping estimator coming up blank

    Found a bug ...

    /includes/modules/shipping/canadapost.php
    around line 131:
    Code:
          $this->_canadapostDest($order->delivery['city'], $order->delivery['state'], $order->delivery['country']['iso_code_2'], $order->delivery['postcode']);
    should be changed to:
    Code:
          if (!zen_not_null($order->delivery['state']) && $order->delivery['zone_id'] > 0 ) {
            $state_name = zen_get_zone_code($order->delivery['country_id'], $order->delivery['zone_id'], '');
            $order->delivery['state'] = $state_name;
          }
    
          $this->_canadapostDest($order->delivery['city'], $order->delivery['state'], $order->delivery['country']['iso_code_2'], (zen_not_null($order->delivery['postcode']) ? $order->delivery['postcode'] : 'null'));
    This way the null values being handled due to not-logged-in-customers get set to usable values.


    Downloads section has been updated
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #34
    Join Date
    Nov 2006
    Posts
    79
    Plugin Contributions
    0

    Default Re: Shipping estimator coming up blank

    I bow to thee..thank you many many much for this.

  5. #35
    Join Date
    Oct 2006
    Location
    New Jersey, USA
    Posts
    118
    Plugin Contributions
    0

    Default Re: Shipping estimator coming up blank

    I am experiencing the same blank shipping estimator and don't know where to start finding my problem. Too bad I'm not in Canada. It looks like that got solved.
    I have both USPS and UPS installed. When user is not logged in, the estimator does not list any shipping methods.
    Where do I start lookiing?
    Thanks
    John

  6. #36
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Shipping estimator coming up blank

    Until the user adds their zip code there is nothing to show... there is nothing to calculate rates from.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  7. #37
    Join Date
    Oct 2006
    Location
    New Jersey, USA
    Posts
    118
    Plugin Contributions
    0

    Default Re: Shipping estimator coming up blank

    Thanks, Kim, but I was even dumber than that. I had the zone set in USPS to not ship anywhere but the middle of the ocean.
    Once I took out the zone, it worked like a charm.
    Next thing I have learn is how to restrict the shipping methods based on product. e.g I can't send a widget via media mail.
    Can you oint me in the direction of restricting USPS methods based on product?
    Thanks
    John

  8. #38
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Shipping estimator coming up blank

    Quote Originally Posted by johnd View Post
    Next thing I have learn is how to restrict the shipping methods based on product. e.g I can't send a widget via media mail.
    Can you oint me in the direction of restricting USPS methods based on product?
    Zen Cart doesn't offer that feature at the present time.
    However, if you wanted to write custom code, you could tackle it yourself or perhaps post in the Commercial Help Wanted section to hire a coder to assist you.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #39
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Shipping estimator coming up blank

    Unless you carry things that can actually go media mail or other restricted classes it would be better to simply not offer those rates. Offer Priority and Parcel Post.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  10. #40
    Join Date
    Oct 2006
    Location
    New Jersey, USA
    Posts
    118
    Plugin Contributions
    0

    Default Re: Shipping estimator coming up blank

    DrByte -- I'd love to tackle your suggestion of coding it someday -- I'm not there now.

    But, Kim, I'm going to go with your suggestion to get me live faster.

    Thank you both, so much.
    Now, that's today's thank you. I'll be back.

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Shipping Estimator not working for me - comes up blank
    By lucky__starre in forum General Questions
    Replies: 5
    Last Post: 19 Sep 2010, 03:58 PM
  2. Shipping Estimator Popup blank
    By torvista in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 19 Dec 2009, 03:39 PM
  3. blank shipping estimator
    By nyanko chan in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Nov 2008, 06:04 PM
  4. Shipping Estimator showing blank rates, UPS XML Mod. ZC v1.2.6
    By jacdesigner in forum Addon Shipping Modules
    Replies: 7
    Last Post: 1 Jun 2008, 03:29 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