Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Mar 2006
    Location
    New Zealand
    Posts
    89
    Plugin Contributions
    0

    help question v1.3.9h - Admin Shipping Module - can't see to edit the modules

    Hi all
    I've recently upgraded to 1.3.9h, have used the All Business Template, and the add-ons are NZ Bank Direct, Contest and Reward Points which were loaded over the last 2 weeks. I have not made any changes to my shipping options. Everything is running fine except I cannot go in and edit my shipping costs and there is a price increase as of 1st August.

    For payments I use bankdeposit (for manual PayPal invoices), dirbanknz and moneyorder.

    I'm not sure how to attach an admin screen shot (upload files didn't upload), however the columns showing in my shipping admin are:
    Modules - Sort Order - Action with no extra column on the right allowing me to edit any of the modules.

    I've tried searching through the forums, but I'm guessing I'm using different terminology as nothing has come up.

    Is it related to a template, or some piece of code I need to adjust and if so, where?

    Thanking you in advance
    Tania :-)
    Elemi

    The Art of Bespoke Aromatherapy
    www.AmorAromatherapy.co.nz

  2. #2
    Join Date
    Jun 2005
    Location
    Hertfordshire, UK
    Posts
    9,927
    Plugin Contributions
    3

    Default Re: v1.3.9h - Admin Shipping Module - can't see to edit the modules

    If the function was there BEFORE the upgrade, then it's possible your upgrade was not done properly.

    The template and payment modules should not affect this, and as shipping module files are loaded into the CATALOG area (no files go into admin folders), you should not have to worry about anything in your admin folders/files.

    What shipping modules are involved here? are they "standard" mods, or are you using custom shipping modules?

    As you are unable to "edit" them, you won't be able to "clip" the pricing variables associated with them, using ZC admin console, but you CAN get this out of the database. So make a BACKUP of the database as your first line of defence. The shipping variables are housed in the CONFIGURATION table, and there are ways to "extract" them from a SQL "dump" of your dbase. If you can get that dbase backup onto your local machine (as a TXT file), then it's possible to extract those variables. You could also try (via phpMyAdmin) to export the data as a csv, or even a excel file.

    When you have your dbase backup, you could try RE-FTP the shipping modules files again, and see if this corrects the problem. It is possible that you may need to REMOVE them first, then INSTALL them again.

    The REMOVE will also take all the variables out of the dbase - but as you now have a dbase backup from which they can be extracted, when you INSTALL them again, you can use copy and paste to put the variables back in.

    Much will depend on WHAT shipping modules you use, so tell us what they are and we may have further advice.
    Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.

  3. #3
    Join Date
    Mar 2006
    Location
    New Zealand
    Posts
    89
    Plugin Contributions
    0

    Default Re: v1.3.9h - Admin Shipping Module - can't see to edit the modules

    My shipping modules are Delivery, Flat, MZMT and Store Pickup

    And I have absolutely no idea how to use mysql or phpmyadmin.
    Elemi

    The Art of Bespoke Aromatherapy
    www.AmorAromatherapy.co.nz

  4. #4
    Join Date
    Jun 2005
    Location
    Hertfordshire, UK
    Posts
    9,927
    Plugin Contributions
    3

    Default Re: v1.3.9h - Admin Shipping Module - can't see to edit the modules

    Delivery, MZMT

    are custom modules. You will need the original module files.
    Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.

  5. #5
    Join Date
    Jun 2005
    Location
    Hertfordshire, UK
    Posts
    9,927
    Plugin Contributions
    3

    Default Re: v1.3.9h - Admin Shipping Module - can't see to edit the modules

    It's 25 to 1 am here in the UK so I won't be around for the next 12 hours...
    Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.

  6. #6
    Join Date
    Mar 2006
    Location
    New Zealand
    Posts
    89
    Plugin Contributions
    0

    Default Re: v1.3.9h - Admin Shipping Module - can't see to edit the modules

    Quote Originally Posted by schoolboy View Post
    Delivery, MZMT

    are custom modules. You will need the original module files.
    I have removed the Delivery and MZMT files (delivery was inactive, MZMT has never been efficient with calculating postage costs for international orders). No change to my admin layout.
    Elemi

    The Art of Bespoke Aromatherapy
    www.AmorAromatherapy.co.nz

  7. #7
    Join Date
    Mar 2006
    Location
    New Zealand
    Posts
    89
    Plugin Contributions
    0

    Default Re: v1.3.9h - Admin Shipping Module - can't see to edit the modules

    Okay - I have just gone through the flat.php modules and found this:

    On my server

    function remove() {
    global $db;
    $db->Execute("delete from " . TABLE_CONFIGURATION . " where configuration_key like 'MODULE\_SHIPPING\_FLAT\_%'");
    }

    My files I copied over from 1.2.7 have this coding:

    function remove() {
    global $db;
    $db->Execute("delete from " . TABLE_CONFIGURATION . " where configuration_key in ('" . implode("', '", $this->keys()) . "')");
    }

    Could this be the issue, and if so, which way should I code it?

    TYIA
    :-)
    Elemi

    The Art of Bespoke Aromatherapy
    www.AmorAromatherapy.co.nz

  8. #8
    Join Date
    Jan 2004
    Posts
    58,471
    Blog Entries
    3
    Plugin Contributions
    111

    Default Re: v1.3.9h - Admin Shipping Module - can't see to edit the modules

    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Mar 2006
    Location
    New Zealand
    Posts
    89
    Plugin Contributions
    0

    Default Re: v1.3.9h - Admin Shipping Module - can't see to edit the modules

    No idea what I did, or how I fixed it, as all I've done this morning is read through the cache (Thanks Doc) looking for a starting point and deleted all references to the mzmt.php file and it's now working... strange.

    Back to my earlier question about the two lines, should I update my flat files to the newer text or just leave them alone as everything is now working?

    :-)
    Elemi

    The Art of Bespoke Aromatherapy
    www.AmorAromatherapy.co.nz

  10. #10
    Join Date
    Jan 2004
    Posts
    58,471
    Blog Entries
    3
    Plugin Contributions
    111

    Default Re: v1.3.9h - Admin Shipping Module - can't see to edit the modules

    As for "the 2 lines", if you're using v1.3.9h, then you should use the v1.3.9h version of the file.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 Can not edit shipping module
    By pixelfix in forum Upgrading from 1.3.x to 1.5.x
    Replies: 1
    Last Post: 29 Feb 2012, 10:19 PM
  2. I can't see the edit box
    By SPembleton in forum Built-in Shipping and Payment Modules
    Replies: 11
    Last Post: 22 Nov 2010, 08:10 PM
  3. Why can't I see any payment modules?
    By paulf in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 21 Nov 2008, 07:03 PM
  4. Payment modules problem -- can't see PayPal
    By deltatech in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 2 Jul 2008, 01:44 AM
  5. Lost the edit column in Shipping Modules page
    By Lou in forum Addon Shipping Modules
    Replies: 1
    Last Post: 27 Jan 2008, 12:31 PM

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
  •