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
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
Re: Shipping estimator coming up blank
Quote:
Originally Posted by
Ajeh
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
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 $
Re: Shipping estimator coming up blank
Hmmm ... I see nothing wrong in all that ...
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.
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 ?
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?
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?
Re: Shipping estimator coming up blank
Quote:
Originally Posted by
tqualizer_man
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 ...