Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 40
  1. #21
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Shipping estimator coming up blank

    What is the version number of these files?
    /includes/modules/tqualizer/shipping_estimator.php
    /includes/modules/shipping_estimator.php
    /includes/templates/tqualizer/templates/tpl_modules_shipping_estimator.php
    /includes/templates/template_default/templates/tpl_modules_shipping_estimator.php
    .

    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.

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

    Default Re: Shipping estimator coming up blank

    The only files which seem to not match between my modifications and the original are:

    tpl_contact_us_default.php
    tpl_index_default.php
    tpl_index_product_list.php
    tpl_login_default.php
    tpl_modules_attributes.php
    tpl_modules_create_account.php
    tpl_modules_main_product_image.php
    tpl_modules_products_all_listing.php
    tpl_modules_product_info_display.php
    tpl_products_all_default.php
    tpl_shopping_cart_default.php
    stylesheet.css
    html_header.php
    tpl_footer.php
    tpl_header.php
    tpl_main_page.php
    template_info.php

  3. #23
    Join Date
    Nov 2006
    Posts
    79
    Plugin Contributions
    0

    Default Re: Shipping estimator coming up blank

    Quote Originally Posted by Ajeh View Post
    It should specify all the info on the Zen Cart version in more detail ...
    There is a tonne of information in there...not sure how much you want!lol

    Server Host: shared.tor.plhosting.com (127.0.0.1) Database Host: 69.90.75.37 (69.90.75.37) Server OS: Linux 2.4.20-021stab028.12.777-smp Database: MySQL 4.1.11-Debian_4sarge2 Server Date: 12/05/2006 07:12:08 Database Date: 12/05/2006 10:12:08 Server Up Time: 07:12:08 up 24 days, 13:14, 0 users, load average: 0.02, 0.03, 0.00
    PHP Version: 4.3.11 (Zend: 1.3.0)
    HTTP Server: Apache/2.0.51 (Fedora) Zen Cart 1.3.6

    Database Patch Level: 1.3.6

    v1.3.6 [2006-11-12 01:25:19] (Fresh Installation)
    PHP Version 4.3.11

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

    Default Re: Shipping estimator coming up blank

    /includes/modules/tqualizer/shipping_estimator.php:
    I don't have a tqualizer directory in here - ehhh?

    /includes/modules/shipping_estimator.php:
    * @version $Id: shipping_estimator.php 4717 2006-10-09 09:27:48Z drbyte $

    /includes/templates/tqualizer/templates/tpl_modules_shipping_estimator.php:
    @version $Id: tpl_modules_shipping_estimator.php 4717 2006-10-09 09:27:48Z drbyte $

    /includes/templates/template_default/templates/tpl_modules_shipping_estimator.php[/quote]:
    * @version $Id: tpl_modules_shipping_estimator.php 4717 2006-10-09 09:27:48Z drbyte $

  5. #25
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Shipping estimator coming up blank

    Hmmm ... I see nothing wrong in all that ...
    .

    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.

  6. #26
    Join Date
    Nov 2006
    Posts
    79
    Plugin Contributions
    0

    Default Re: Shipping estimator coming up blank

    This is so strange, I feel I should say again that if a customer is logged in, and works their way back to the cart page, and they open the shipping estimator, it works fine.

  7. #27
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Shipping estimator coming up blank

    If you turn on some of the other shipping modules, do those modules bring up any rates for the not-logged-in-user ?
    .

    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.

  8. #28
    Join Date
    Nov 2006
    Posts
    79
    Plugin Contributions
    0

    Default Re: Shipping estimator coming up blank

    I've not been able to get the UPS module to work...

    Which ones would you recommend that will work for a Canadian store, that can pull real time rates?

  9. #29
    Join Date
    Nov 2006
    Posts
    79
    Plugin Contributions
    0

    Default Re: Shipping estimator coming up blank

    Hey DrByte,

    Speaking with Canada post, they have pointed out an error message being return on my requests that the Postal Code is not getting passed to the server.

    Have you ever seen this before, and might it have anything to do with the problem of shipping estimator not working?

  10. #30
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Shipping estimator coming up blank

    Quote Originally Posted by tqualizer_man View Post
    Speaking with Canada post, they have pointed out an error message being return on my requests that the Postal Code is not getting passed to the server.

    ...might it have anything to do with the problem of shipping estimator not working?
    Yes ... missing the postal code would certainly cause there to be no rate returned, and thus the lack of options being presented...

    I'm not sure "why" that's happening though ...
    .

    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.

 

 
Page 3 of 4 FirstFirst 1234 LastLast

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