Zen Cart Logo
Forums / Addon Shipping Modules / SHIPPING OPTIONS NOT SHOWING UP in SHIPPING ESTIMATOR

SHIPPING OPTIONS NOT SHOWING UP in SHIPPING ESTIMATOR

Views: 4,112

Results 21 to 27 of 27
15 Oct 2011, 5:59 PM
#21
steve_l avatar

steve_l

New Zenner

Join Date:
Oct 2011
Posts:
14
Plugin Contributions:
0

SHIPPING OPTIONS NOT SHOWING UP in SHIPPING ESTIMATOR

Hi

That generated this
row(s) starting from record #
in mode and repeat headers after cells
Sort by key:
configuration_id configuration_title configuration_key configuration_value configuration_description configuration_group_id sort_order last_modified date_added use_function set_function
151 Installed Modules MODULE_SHIPPING_INSTALLED List of shipping module filenames separated by a s... 6 0 2011-10-15 16:28:53 2011-09-27 18:53:36 NULL NULL
723 Table Method MODULE_SHIPPING_TABLE5_MODE weight The shipping cost is based on the order total or t... 6 0 NULL 2011-10-13 13:28:58 NULL zen_cfg_select_option(array('weight', 'price', 'it...
721 Enable Table Method MODULE_SHIPPING_TABLE5_STATUS True Do you want to offer table rate shipping? 6 0 NULL 2011-10-13 13:28:58 NULL zen_cfg_select_option(array('True', 'False'),
722 Shipping Table MODULE_SHIPPING_TABLE5_COST 25:8.50,50:5.50,10000:0.00 The shipping cost is based on the total cost or we... 6 0 NULL 2011-10-13 13:28:58 NULL zen_cfg_textarea(
724 Handling Fee MODULE_SHIPPING_TABLE5_HANDLING 0 Handling fee for this shipping method. 6 0 NULL 2011-10-13 13:28:58 NULL NULL
725 Tax Class MODULE_SHIPPING_TABLE5_TAX_CLASS 0 Use the following tax class on the shipping fee. 6 0 NULL 2011-10-13 13:28:58 zen_get_tax_class_title zen_cfg_pull_down_tax_classes(
726 Tax Basis MODULE_SHIPPING_TABLE5_TAX_BASIS Shipping On what basis is Shipping Tax calculated. Options ... 6 0 NULL 2011-10-13 13:28:58 NULL zen_cfg_select_option(array('Shipping', 'Billing',...
727 Shipping Zone MODULE_SHIPPING_TABLE5_ZONE 0 If a zone is selected, only enable this shipping m... 6 0 NULL 2011-10-13 13:28:58 zen_get_zone_class_title zen_cfg_pull_down_zone_classes(
728 Sort Order MODULE_SHIPPING_TABLE5_SORT_ORDER 0 Sort order of display. 6 0 NULL 2011-10-13 13:28:58 NULL NULL
650 Enable Table Method MODULE_SHIPPING_FREEONFRIDAYS_STATUS True Do you want to offer table rate shipping? 6 0 NULL 2011-10-10 14:31:15 NULL zen_cfg_select_option(array('True', 'False'),
651 Shipping Table MODULE_SHIPPING_FREEONFRIDAYS_COST The shipping cost is based on the total cost or we... 6 0 NULL 2011-10-10 14:31:15 NULL zen_cfg_textarea(
652 Table Method MODULE_SHIPPING_FREEONFRIDAYS_MODE weight The shipping cost is based on the order total or t... 6 0 NULL 2011-10-10 14:31:15 NULL zen_cfg_select_option(array('weight', 'price', 'it...
653 Handling Fee MODULE_SHIPPING_FREEONFRIDAYS_HANDLING 0 Handling fee for this shipping method. 6 0 NULL 2011-10-10 14:31:15 NULL NULL
654 Tax Class MODULE_SHIPPING_FREEONFRIDAYS_TAX_CLASS 0 Use the following tax class on the shipping fee. 6 0 NULL 2011-10-10 14:31:15 zen_get_tax_class_title zen_cfg_pull_down_tax_classes(
655 Tax Basis MODULE_SHIPPING_FREEONFRIDAYS_TAX_BASIS Shipping On what basis is Shipping Tax calculated. Options ... 6 0 NULL 2011-10-10 14:31:15 NULL zen_cfg_select_option(array('Shipping', 'Billing',...
656 Shipping Zone MODULE_SHIPPING_FREEONFRIDAYS_ZONE 0 If a zone is selected, only enable this shipping m... 6 0 NULL 2011-10-10 14:31:15 zen_get_zone_class_title zen_cfg_pull_down_zone_classes(
657 Sort Order MODULE_SHIPPING_FREEONFRIDAYS_SORT_ORDER 0 Sort order of display. 6 0 NULL 2011-10-10 14:31:15 NULL NULL

A big mess. I agree. It is showing up stuff of php files I have already removed and replaced. How about I delete everything in the database that looks dodgy. Then delete the add on php modules that I have installed. Then re-install them. Then see what happens. Does this sound like a good plan?

15 Oct 2011, 6:02 PM
#22
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: SHIPPING OPTIONS NOT SHOWING UP in SHIPPING ESTIMATOR

Are you sure you have ALL shipping modules uninstalled and ALL shipping modules have a red dot on them?

Also, check your files, on the server, for:
/includes/configure.php
/your_secret_admin/includes/configure.php

and make sure that both are using the same database information ...

Then, make sure that the database listed is the one you checked in phpMyAdmin ...

15 Oct 2011, 6:29 PM
#23
steve_l avatar

steve_l

New Zenner

Join Date:
Oct 2011
Posts:
14
Plugin Contributions:
0

Re: SHIPPING OPTIONS NOT SHOWING UP in SHIPPING ESTIMATOR

Yes all dots are red on the shipping modules.

And the files seem to be pointing to the correct database.

Maybe I've overfilled that data base with all my mucking around trying to get it to work.

15 Oct 2011, 6:37 PM
#24
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: SHIPPING OPTIONS NOT SHOWING UP in SHIPPING ESTIMATOR

Go to phpMyAdmin and run the SQL:

SELECT *
FROM `configuration`
WHERE `configuration_key` LIKE '%MODULE_SHIPPING_TABLE%'

delete everything that comes up ...

Then run the SQL:

SELECT *
FROM `configuration`
WHERE `configuration_key` LIKE '%MODULE_SHIPPING_FREEONFRIDAYS%'

and delete everything that comes up ...

Now run the SQL:

SELECT *
FROM `configuration`
WHERE `configuration_key` LIKE '%MODULE_SHIPPING%'

what comes up?

15 Oct 2011, 7:10 PM
#25
steve_l avatar

steve_l

New Zenner

Join Date:
Oct 2011
Posts:
14
Plugin Contributions:
0

Re: SHIPPING OPTIONS NOT SHOWING UP in SHIPPING ESTIMATOR

Done that. Nothing comes up with the database query. Tried installing a simple table rate module. Still nothing comes up in the estimator.
Uninstalled it.

15 Oct 2011, 9:25 PM
#26
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: SHIPPING OPTIONS NOT SHOWING UP in SHIPPING ESTIMATOR

When you have ALL shipping modules removed ... and only see the red dot on each ...

You are saying when you run in phpMyAdmin the SQL:

SELECT *
FROM `configuration`
WHERE `configuration_key` LIKE '%MODULE_SHIPPING%'

that you do not get a configuration_key for:

MODULE_SHIPPING_INSTALLED

or do you see that one?

16 Oct 2011, 11:21 AM
#27
steve_l avatar

steve_l

New Zenner

Join Date:
Oct 2011
Posts:
14
Plugin Contributions:
0

Re: SHIPPING OPTIONS NOT SHOWING UP in SHIPPING ESTIMATOR

Hi

I've deleted everything (database included) and done a complete reinstall. I know it's a bit deafeatest, but it is working now. I'm going to do a complete backup now before I try and install any new shipping modules.

Thank you very much for your help. If the problem re-occurs, I'll be right back here begging for help.

Thanks again

Steve