Page 33 of 34 FirstFirst ... 2331323334 LastLast
Results 321 to 330 of 340
  1. #321
    Join Date
    Apr 2008
    Posts
    184
    Plugin Contributions
    0

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

    Has anyone any idea why "Amount Exempt From Fee" is not working? I have it setup to $200 and the shipping insurance box still shows on checkout pages. Isn't this suppose to remove the shipping insurance box as it assumes the package is already insured?

    Breaking my head trying to make this work
    M.Valenti
    Contemporary Artist - Entrepreneur
    http://www.manuelavalenti.com - http://www.byvalenti.com

  2. #322
    Join Date
    Aug 2010
    Posts
    47
    Plugin Contributions
    0

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

    What's the solution to this?
    Thanks




    Quote Originally Posted by abcgiftcards View Post
    the module is great.

    if a customer selects the option to insure his shipping on the order confirmation page it comes up as shipping insurance: $1.70

    however, if the customer did not select to insure his shipping it comes up on the order confirmation page as shipping insurance: $0.00.

    i would rather it be blank.

    otherwise a customer who overlooked the option to select shipping insurance and sees on his confirmation page shipping insurance: $0.00 - he will think that he is getting the service for free.

    all other modules that i installed (e.g. gift wrap, etc) they only show up on the order confirmation page if the option is selected.

  3. #323
    Join Date
    Aug 2010
    Location
    Brighton, MI
    Posts
    162
    Plugin Contributions
    1

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

    Quote Originally Posted by JorgeR View Post
    What's the solution to this?
    Thanks
    Jorge-
    I'm going to look at using the same theory that in post# 315 to accomplish this. I am also looking at making this compatible with Marco's USPS module, so it may take me a little while....

  4. #324
    Join Date
    Aug 2010
    Location
    Brighton, MI
    Posts
    162
    Plugin Contributions
    1

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

    As an FYI I have tested this mod with Marco's USPS module, all works well if you have the settings correct.
    If you used this method to hide the optional insurance when UPS is selected:
    Code:
    if ($_SESSION['shipping']['id'] != 'usps_EXPRESS'
      && $_SESSION['shipping']['id'] != 'usps_PRIORITY'
      && $_SESSION['shipping']['id'] != 'usps_PARCEL'
      && !IS_ADMIN_FLAG)
    You need to change it to this: (if you are using upsxml)
    Code:
    if (($_SESSION['shipping']['id'] == 'free_free')
     || ($_SESSION['shipping']['id'] == 'upsxml_UPS Ground')
     || ($_SESSION['shipping']['id'] == 'upsxml_UPS 3 Day Select')
     || ($_SESSION['shipping']['id'] == 'upsxml_UPS 2nd Day Air')
     || ($_SESSION['shipping']['id'] == 'upsxml_UPS Next Day Air Saver')
     || ($_SESSION['shipping']['id'] == 'upsxml_UPS Next Day Air'))
    If you need to hide the Opt. Ins for other shipping modules PM me and I'll help you with that if I can....

  5. #325
    Join Date
    Aug 2009
    Location
    Washington State
    Posts
    52
    Plugin Contributions
    0

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

    Thanks to Mikestaps I was confident installing this on zen 1.3.9h. It works beautifully on my site with the standard zen cart usps shipping.

    It did take me a long time to get this module working. Although it was probably my error, it should be clarified that you MUST use the SQL included to use the table rate, international or otherwise.

    I noticed the included table rates were outdated, so here is the most current information for those wanting to use it.

    50:1.80,100:2.30,200:2.85,300:4.75,400:5.80,500:6.85,600:7.90,700:8.95

    Anything over $700.00 value you will want to add yourself.

  6. #326
    Join Date
    Jul 2011
    Posts
    10
    Plugin Contributions
    0

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

    I've got the shipping insurance module enable and all of the settings appear correct but the shipping insurance entry never appears in the order total when checking out at all. What would be causing it to not show up at all and not effect the order total at all?

  7. #327
    Join Date
    Aug 2010
    Location
    Brighton, MI
    Posts
    162
    Plugin Contributions
    1

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

    Quote Originally Posted by kbrown View Post
    I've got the shipping insurance module enable and all of the settings appear correct but the shipping insurance entry never appears in the order total when checking out at all. What would be causing it to not show up at all and not effect the order total at all?
    Make sure you have zones set up and selected in the table rates, even if you are not using the table rates...


  8. #328
    Join Date
    Jul 2011
    Posts
    10
    Plugin Contributions
    0

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

    Thanks a million mikestap, that totally fixed it.

    I wasn't using zones at all so I didn't have any set up. I created an "Everywhere" zone and assigned shipping insurance to it and now it shows up fine.

  9. #329
    Join Date
    Aug 2010
    Location
    Brighton, MI
    Posts
    162
    Plugin Contributions
    1

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

    Quote Originally Posted by kbrown View Post
    Thanks a million mikestap, that totally fixed it.

    I wasn't using zones at all so I didn't have any set up. I created an "Everywhere" zone and assigned shipping insurance to it and now it shows up fine.
    glad I could help!

  10. #330
    Join Date
    Oct 2011
    Posts
    5
    Plugin Contributions
    0

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

    Quote Originally Posted by JorgeR View Post
    What's the solution to this?
    Thanks
    Quote Originally Posted by mikestaps View Post
    Jorge-
    I'm going to look at using the same theory that in post# 315 to accomplish this. I am also looking at making this compatible with Marco's USPS module, so it may take me a little while....
    Hi,
    Could you kindly elabrate on which file to edit so that when optional insurance is not selected, it will not show up in the order total as $0.0. Your advise is very much appreciated.

 

 
Page 33 of 34 FirstFirst ... 2331323334 LastLast

Similar Threads

  1. Disable entire shipping module?
    By jdl in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 5 Jun 2006, 05:51 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
  •