Hope this is the right place to post this question on Multi-geozone module
Hi...
I posted this earlier in the shipping area, only to find out that I should post this question in the contribution area.
I have a cart 3.6 that is running the multi-geozone module. When you click on the cart's shipping estimator after adding a product, it brings up the following errors:
(Please note that I have removed the actual domain path for security reasons, but if anyone has any insight or needs to look, I'm glad to PM the path)
Warning: constant(): Couldn't find constant MODULE_SHIPPING_MZMT_GEOZONE_4_TEXT_TITLE in /web/home/path/to/doamin.com/htdocs/includes/modules/shipping/mzmt.php on line 67
Warning: constant(): Couldn't find constant MODULE_SHIPPING_MZMT_GEOZONE_4_TABLE_1_TEXT_WAY in /web/home/path/to/doamin.com/htdocs/includes/modules/shipping/mzmt.php on line 125
Warning: constant(): Couldn't find constant MODULE_SHIPPING_MZMT_GEOZONE_4_ICON in /web/home/path/to/doamin.com/htdocs/includes/modules/shipping/mzmt.php on line 134
Shipping Estimate:
While if you fill in the blanks for the shipping estimator, it actually works, but I keep getting these errors, and they keep repeating. I've been trying for over a month to figure out what went wrong. It worked previously, then suddenly these errors showed up. Not sure if someone changed any settings in the admin, but I actually went into the admin to see if I could make any adjustments or if there were any settings that were wrong, and I haven't found anything. I also tried re-installing the estimator and the mzmt module, and still receive the same errors. Does anyone know how I can keep these errors from showing up on the shipping estimator? I'd be glad to list the domain and url to test and desperate for help on this one.
Thanks always for your help.
Kinget
Re: Hope this is the right place to post this question on Multi-geozone module
When you extended the number of Zones that you are using, did you update the language file to match them, per the instructions? :smile:
Re: Hope this is the right place to post this question on Multi-geozone module
Ah....I see. :lamo: Thank you. I didn't originally install that module into the cart, and don't have the instructions and couldn't find it in the archives. Strange, because it had worked previously when the cart was first set up. Is there a copy I can download? so I know how to add that in, and that would probably fix it, then...thanks so much for your help.
Quote:
Originally Posted by
Ajeh
When you extended the number of Zones that you are using, did you update the language file to match them, per the instructions? :smile:
Re: MZMT - Variable passed to each() is not an array
I have given up. Zen cart is not that easy to set up when one enconter an error, and the support on the forum here is not that good. Its a "fix it your self or wait for an update" or something.
When i was new to phpnuke and later dragonfly i always got a lot of support and help from the support forums, but it seems like there is not enough people on this project that can help the newbies that is trying to set this thing up.
Re: MZMT - Variable passed to each() is not an array
Quote:
Originally Posted by
dantien
Does it have something to do with this?
"Lastly, there is a limit of 255 characters on each of the Zone Shipping Tables and Zone Countries. This can be changed in the database to suit your needs."
Probably does.
Try this:
Code:
update configuration change configuration_value configuration_value text;
Your database will be a lot larger now, but if the 255-char limit is the cause, you should be free of it.
Re: MZMT - Variable passed to each() is not an array