Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2006
    Posts
    567
    Plugin Contributions
    0

    Default Admin Shipping Mod Area not showing all shipping modules

    My admin shipping area doesn't seen to be showing any of my shipping mods i current have active, and i can seem to edit any of the mods that are showing up.



    just curious if their may be a quick fix like a file that may be corrupted and in need of replacement.
    www.gorillagear.ca = zencart v1.3.9h with 40+ mods

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: Admin Shipping Mod Area not showing all shipping modules

    Look in the directories:
    /includes/modules/shipping
    /includes/languages/english/modules/shipping

    1 Make sure the code files are in the code directory

    2 Make sure the language files are in the language directory

    3 Make sure you do not have back up files or renamed files with the same code as another shipping module

    4 look at the /cache and see what debug logs are created and the errors in them
    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: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  3. #3
    Join Date
    Feb 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: Admin Shipping Mod Area not showing all shipping modules

    I have the same situation going on in my cart. I am also a newbie to this level of ZenCart. Any help on what those folder should look like if they are correct or not? Where is the /cache folder?

    Thank you....& dang it....I can't seem to get my images shared right..

    /includes/modules/shipping:
    http://imageshack.us/photo/my-images...ncmodship.jpg/

    /includes/languages/english/modules/shipping:
    http://imageshack.us/photo/my-images...ngmodship.jpg/
    Last edited by TheCaptain; 15 Feb 2012 at 05:05 PM.

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: Admin Shipping Mod Area not showing all shipping modules

    The files:
    usps.php
    uspscurrent.php

    are most likely conflicting ...

    Try changing the uspscurrent.php to uspscurrent.php_HIDE

    and see if the conflict ends ...

    If it continues, look in the /cache for other conflicts reported in the debug logs ...
    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: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  5. #5
    Join Date
    Feb 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: Admin Shipping Mod Area not showing all shipping modules

    That was it! Thank you so much....

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: Admin Shipping Mod Area not showing all shipping modules

    You are most welcome ...

    Keep in mind that all of the module directories for:
    payment
    shipping
    order_total

    are auto-loading and will load any php file that is in there ...
    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: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  7. #7
    Join Date
    Jun 2006
    Posts
    567
    Plugin Contributions
    0

    Default Re: Admin Shipping Mod Area not showing all shipping modules

    thank you very much i outsource some work to india and their is a bug in their code in one of the shipping modules. now i just that to filter threw the code. i'm just not sure if it's this peice of code

    Code:
    	  
    	  // Added by SI on 23/11/2011 //
    	  // disable only when customer is retailer
    	  if(($this->enabled == true) && zen_get_customer_is_retailer($_SESSION['customer_id'])){
    	  	$this->enabled = true;
    	  }else{
    	  	$this->enabled = false;
    	  }
    	  // Added by SI on 23/11/2011 //
    or this piece of code that is giving me the issues

    Code:
                                                             'title' => MODULE_SHIPPING_FREERULES_TEXT_WAY.$customers_id,
    www.gorillagear.ca = zencart v1.3.9h with 40+ mods

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: Admin Shipping Mod Area not showing all shipping modules

    Do a search in the Tools ... Developers Tool Kit ... in the bottom input box for:
    function zen_get_customer_is_retailer

    and select Catalog/Admin and click search ...

    Do both the Catalog and the Admin have that function in it?
    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: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

 

 

Similar Threads

  1. Shipping Modules List Not showing
    By bobmatt4u in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 22 Aug 2009, 04:39 PM
  2. UPS and USPS shipping modules not showing
    By jupitergardens in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 6 Aug 2009, 11:30 AM
  3. Error message in Admin - Shipping Modules
    By dfontana in forum Customization from the Admin
    Replies: 6
    Last Post: 24 Mar 2008, 02:37 PM
  4. Cloned Shipping Modules connected in Admin?
    By munchkinhead in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 19 Aug 2007, 01:51 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
  •