Page 23 of 42 FirstFirst ... 13212223242533 ... LastLast
Results 221 to 230 of 415
  1. #221
    Join Date
    Oct 2006
    Posts
    39
    Plugin Contributions
    0

    Default Re: Optional Shipping Insurance Module Support Thread...

    would love to see if you got this working, melissa!

    Quote Originally Posted by ladyhypnotist View Post
    I'm still trying to figure out how to exclude the optional insurance from fedex, so that it will only be available for USPS.

    In includes/modules/order_total/ot_insurance.php, I believe this phrase excludes the insurance for in store pickup:

    if ($_SESSION['shipping']['id'] == 'storepickup_storepickup') {
    class ot_insurance extends base{
    function process() {
    }
    }
    } else {

    But if I try changing the first line to:

    if ($_SESSION['shipping']['id'] == 'fedexexpress_fedexexpress') {

    nothing seems to happen. The insurance still shows up for fedexexpress. Is there a different name I should use for fedexexpress? Where can I find this info to plug in there?

    Once I can get it to work for fedexexpress, would the logic to exclude insurance for both store pickup and fedex look like this?:

    if ($_SESSION['shipping']['id'] == 'storepickup_storepickup' || $_SESSION['shipping']['id'] == 'fedexexpress_fedexexpress') {

    Thanks! I'm still new to php, so it's a bit trial and error.
    Melissa

  2. #222
    Join Date
    Aug 2006
    Location
    Chicago IL
    Posts
    84
    Plugin Contributions
    0

    Default Re: Optional Shipping Insurance Module Support Thread...

    I just installed this, great mod.

    Everything was working until I selected an international zone in the insurance mod.

    Now when I go into admin-->modules I get a fatal error and half the mods are not showing up.

    Fatal error: Call to a member function on a non-object in ../order_total/ot_gv.php on line 29

    Any ideas? I can't get into the insurance mod because it won't fully load my list of modules now.

  3. #223
    Join Date
    Aug 2006
    Location
    Chicago IL
    Posts
    84
    Plugin Contributions
    0

    Default Re: Optional Shipping Insurance Module Support Thread...

    OK and now the fatal error is gone. What the heck? I didn't do anything lol

  4. #224
    Join Date
    May 2009
    Location
    Virginia
    Posts
    101
    Plugin Contributions
    0

    Default Re: Optional Shipping Insurance Module Support Thread...

    Quote Originally Posted by myplace311 View Post
    finally got mine working,
    You must set one zone in order for this to work, even if you are not using the table

    Setting one zone did indeed make the module show up in Step 2 of the checkout. Thank you for sharing the info!

  5. #225
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Optional Shipping Insurance Module Support Thread...

    Quote Originally Posted by myplace311 View Post
    finally got mine working,
    You must set one zone in order for this to work, even if you are not using the table

    Just wanted to throw in that I confirmed this too.. (for anyone having issues with this not showing in the cart..)

    Though neither the instructions or user interfacet state this very clearly, Zones are required whether you use table rates or not.

    FYI, your zones need to be defined before installing this module. If a zone is added after you install and configure ithe mod, you must uninstall and reinstall this module. Also you CANNOT create a zone called "Worldwide" with all countries and all zones.. It WILL NOT work with this add-on.. (unless there is something I am missing) So for US stores you must create a US zone. I believe the SQL included with this add-on will create an International Zone.


    Sure wish I had known all of this before.. This is probably why I never got any version past 3.10 to work..

  6. #226
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,555
    Plugin Contributions
    70

    Default Re: Optional Shipping Insurance Module Support Thread...

    Quote Originally Posted by DivaVocals View Post
    Just wanted to throw in that I confirmed this too.. (for anyone having issues with this not showing in the cart..)

    Though neither the instructions or user interfacet state this very clearly, Zones are required whether you use table rates or not.

    FYI, your zones need to be defined before installing this module. If a zone is added after you install and configure ithe mod, you must uninstall and reinstall this module. Also you CANNOT create a zone called "Worldwide" with all countries and all zones.. It WILL NOT work with this add-on.. (unless there is something I am missing) So for US stores you must create a US zone. I believe the SQL included with this add-on will create an International Zone.


    Sure wish I had known all of this before.. This is probably why I never got any version past 3.10 to work..
    v3.2.0 states this more clearly from the module admin.

  7. #227
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Optional Shipping Insurance Module Support Thread...

    Quote Originally Posted by numinix View Post
    v3.2.0 states this more clearly from the module admin.
    Honestly not trying to be funny.. It really wasn't clear that you still needed to setup a zone if you were NOT using table rates.. It wasn't until I came here to the forum to see whether others had the issue and what they did to solve it that the answer became clear.. All's well now, and I've made a note for myself for future reference..

  8. #228
    Join Date
    Oct 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Optional Shipping Insurance Module Support Thread...

    I have installed this mod but there is no option for it in any of my checkout processes before 3 of 3... I have mandatory insurance at 500 dollars but no added costs of it are showing up before step 3 of 3... my question is, when should this be prompted to the customer?

  9. #229
    Join Date
    Nov 2009
    Posts
    27
    Plugin Contributions
    0

    Default Re: Optional Shipping Insurance Module Support Thread...

    Quote Originally Posted by numinix View Post
    v3.2.0 states this more clearly from the module admin.
    numinix,

    Can you tell me where version 3.15 or 3.2.0 is, I've seen it referred to a couple of times now? I can't seem to find that version of the Option Shipping Insurance Module on either your site or in the Zen-Cart downloads section.

    Regards

    James Koretsky
    BNM Hobbies

  10. #230
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,555
    Plugin Contributions
    70

    Default Re: Optional Shipping Insurance Module Support Thread...

    Quote Originally Posted by a02l1zz View Post
    numinix,

    Can you tell me where version 3.15 or 3.2.0 is, I've seen it referred to a couple of times now? I can't seem to find that version of the Option Shipping Insurance Module on either your site or in the Zen-Cart downloads section.

    Regards

    James Koretsky
    BNM Hobbies
    I searched "optional insurance" on the Numinix website and found this:

    http://www.numinix.com/zen-cart/taxe...ping-insurance (v3.2.0)

 

 
Page 23 of 42 FirstFirst ... 13212223242533 ... LastLast

Similar Threads

  1. Optional Shipping Insurance Module Question
    By kminnich in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 7 Oct 2008, 01:16 AM
  2. Optional Shipping Insurance Module
    By Darkwander in forum Addon Shipping Modules
    Replies: 2
    Last Post: 9 Oct 2006, 02:18 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR