Results 1 to 9 of 9
  1. #1
    Join Date
    Jul 2006
    Posts
    154
    Plugin Contributions
    0

    Default Problem with Shipping Estimator

    Hi,

    there is a problem I'm getting with a shipping estimator on a 3.6 version of the cart. I'm not sure why it started occurring, but I've been trying to fix this for over a month. Perhaps someone could PM me and I would be glad to share the direct paths, but when you click on the shipping estimator I get the following errors:

    Warning: constant(): Couldn't find constant MODULE_SHIPPING_MZMT_GEOZONE_4_TEXT_TITLE in /web/home/path/to/domain.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/domain.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/domain.com/htdocs/includes/modules/shipping/mzmt.php on line 134

    The shipping estimator actually works, but these errors keep repeating and showing up on the page. How can I remove these? Or does anyone know the cause of the problem or if there is something not set right in the admin that would cause the error? They are using flat rates and are manually calculated after the sale, because the products shipped have special weights, etc. I've been racking my brain on this for a long time, and have even tried replacing the modules with no success.

    I hope to one day have this cart figured out, but I'm still a newbie.


    Thanks,
    Kinget

  2. #2
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Problem with Shipping Estimator

    I think you have been looking in the wrong direction, and that "MZMT" points to a contribution you installen, not to the Zen Cart "Shipping Estimator".

    (sorry, but I can't help you with the actual contribution)

  3. #3
    Join Date
    Jul 2006
    Posts
    154
    Plugin Contributions
    0

    Default Re: Problem with Shipping Estimator

    Ah...I see....this estimator was from a contribution, but it's when you click on the estimator it brings up those errors. Not sure why. Very strange. Thank you for this insight. Do you think it possible to replace that contribution with the shipping estimator module, or is the update to 3.7 required to make that adjustment? Thank you for your help.

    Quote Originally Posted by paulm View Post
    I think you have been looking in the wrong direction, and that "MZMT" points to a contribution you installen, not to the Zen Cart "Shipping Estimator".

    (sorry, but I can't help you with the actual contribution)

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Problem with Shipping Estimator

    If you fix the definitions that are missing this should correct the errors ...

    SEE Other post ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Jul 2006
    Posts
    154
    Plugin Contributions
    0

    Default Re: Problem with Shipping Estimator

    Hi Ajeh,

    Thank you. I agree...I think that would fix the problem, however I'm not sure where to type or place those definitions or what they are. I don't have a manual or read me file for that module. Do you know where that would be or how that should look? Thank you for your response and help. :-)

    Kinget

    Quote Originally Posted by Ajeh View Post
    If you fix the definitions that are missing this should correct the errors ...

    SEE Other post ...

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Problem with Shipping Estimator

    Last I saw that code ... many months ago ... I thought you needed a set of defines in the language file for each zone that you create by following the existing pattern in the language file ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Jul 2006
    Posts
    154
    Plugin Contributions
    0

    Default Re: Problem with Shipping Estimator

    I think you are correct. Perhaps I'll just take an educated guess based on the path error its giving me. I always have backups if I mess up. :-)

    At least I'll give it a try and report back....if anyone else out there has those specs, though, please post, it would be most helpful. :-)

    Thanks again for your help.
    Kinget.

    Quote Originally Posted by Ajeh View Post
    Last I saw that code ... many months ago ... I thought you needed a set of defines in the language file for each zone that you create by following the existing pattern in the language file ...

  8. #8
    Join Date
    Jul 2006
    Posts
    154
    Plugin Contributions
    0

    Default Re: Problem with Shipping Estimator

    FYI Update....I added into the English file as suggested using the parameters of the error as a guide and it worked!

    For future reference, this is what I added into English file at the end of the section for the shipping estimator:


    define('MODULE_SHIPPING_MZMT_GEOZONE_4_TEXT_TITLE', 'Unspecified Location');
    define('MODULE_SHIPPING_MZMT_GEOZONE_4_TABLE_1_TEXT_WAY', 'Make Selection Above');
    define('MODULE_SHIPPING_MZMT_GEOZONE_4_ICON', '');

    One can play with the English, but I used what I used so that the customer would know to select their state/province, etc. to receive an actual estimate.

    Thanks to everyone for your help. :-)

    Kinget

  9. #9
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Problem with Shipping Estimator

    Thanks for the update and glad that you have this working now ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. HELP!!!! Problem With Shipping Estimator
    By Nick1973 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 20 Nov 2009, 01:08 PM
  2. Problem with Shipping Estimator
    By Nick1973 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 16 Nov 2009, 01:09 PM
  3. Google checkout display problem with shipping estimator
    By NeilRF in forum Addon Payment Modules
    Replies: 4
    Last Post: 24 Jun 2008, 06:16 AM
  4. Problem with Checkout and Shipping Estimator
    By Sweet ZouZou in forum General Questions
    Replies: 2
    Last Post: 21 Nov 2007, 03:39 AM
  5. Problem with CSS and shipping estimator
    By JLA in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 6 Feb 2007, 03:41 AM

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