Page 30 of 42 FirstFirst ... 20282930313240 ... LastLast
Results 291 to 300 of 415
  1. #291

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

    Yeah, a little red never hurts <grin>

    I agree, there is probably a way using an if statement, but I don't know enough about PHP to even hazard a guess.

    You could try posting your question directly to Numinix's website.

    Quote Originally Posted by mikestaps View Post
    I agree... I had put this:


    But we are still getting the UPS orders with USPS insurance...
    Guess I need to add a little red to the text.

    I know there has to be a way to run an if {xxx} statement, but I'm still learning php.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  2. #292
    Join Date
    Aug 2010
    Location
    Hartland, MI
    Posts
    288
    Plugin Contributions
    3

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

    For those interested:

    To make this module only work when the USPS shipping module is selected change the if statement at the beginning of the ot_insurance.php file from this:
    Code:
    if ($_SESSION['shipping']['id'] = 'storepickup_storepickup')
    To this:
    Code:
    if ($_SESSION['shipping']['id'] != 'usps_EXPRESS'
       && $_SESSION['shipping']['id'] != 'usps_PRIORITY'
       && $_SESSION['shipping']['id'] != 'usps_PARCEL'
       && !IS_ADMIN_FLAG)
    You would need to add more lines for other usps shipping options as needed, for example:
    Code:
    if ($_SESSION['shipping']['id'] != 'usps_EXPRESS'
       && $_SESSION['shipping']['id'] != 'usps_PRIORITY'
       && $_SESSION['shipping']['id'] != 'usps_PARCEL'
       && $_SESSION['shipping']['id'] != 'usps_FIRST CLASS'
       && $_SESSION['shipping']['id'] != 'usps_MEDIA'
       && !IS_ADMIN_FLAG)
    Hope this helps...

  3. #293
    Join Date
    Aug 2010
    Location
    Hartland, MI
    Posts
    288
    Plugin Contributions
    3

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

    If you'd like to see it in action my test store is located @ TEST STORE

  4. #294

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

    Nicely done :)


    Quote Originally Posted by mikestaps View Post
    For those interested:

    To make this module only work when the USPS shipping module is selected change the if statement at the beginning of the ot_insurance.php file from this:
    Code:
    if ($_SESSION['shipping']['id'] = 'storepickup_storepickup')
    To this:
    Code:
    if ($_SESSION['shipping']['id'] != 'usps_EXPRESS'
       && $_SESSION['shipping']['id'] != 'usps_PRIORITY'
       && $_SESSION['shipping']['id'] != 'usps_PARCEL'
       && !IS_ADMIN_FLAG)
    You would need to add more lines for other usps shipping options as needed, for example:
    Code:
    if ($_SESSION['shipping']['id'] != 'usps_EXPRESS'
       && $_SESSION['shipping']['id'] != 'usps_PRIORITY'
       && $_SESSION['shipping']['id'] != 'usps_PARCEL'
       && $_SESSION['shipping']['id'] != 'usps_FIRST CLASS'
       && $_SESSION['shipping']['id'] != 'usps_MEDIA'
       && !IS_ADMIN_FLAG)
    Hope this helps...
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  5. #295
    Join Date
    Apr 2009
    Posts
    32
    Plugin Contributions
    0

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

    Hello all you kindly zenners,
    I read through every page in this topic and could not find a solution, but found others that had the same question I have. I am curious if anyone had found a solution to display the shipping insurance module below the shipping methods, rather than in the Order Details section. Just for reference we are using quick checkout.

    Thank you in advance
    Last edited by gingabox; 14 May 2011 at 10:06 AM.

  6. #296
    Join Date
    Dec 2006
    Location
    Australia
    Posts
    92
    Plugin Contributions
    1

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

    Quote Originally Posted by gingabox View Post
    I am curious if anyone had found a solution to display the shipping insurance module below the shipping methods, rather than in the Order Details section. Just for reference we are using quick checkout.

    Thank you in advance
    I'm working on updating the USPS Shipping module to include insurance quoting along with other optional services.
    If you intend to use USPS then that will meet your needs.

  7. #297
    Join Date
    Apr 2009
    Posts
    32
    Plugin Contributions
    0

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

    Quote Originally Posted by Marco B View Post
    I'm working on updating the USPS Shipping module to include insurance quoting along with other optional services.
    If you intend to use USPS then that will meet your needs.

    Thank you for your reply Marco. Really the only thing I am using it for is a $2.50 charge for a Signature Required at delivery option. I don't know if that is something I could do with your updates to the USPS module or not... but would be an awesome option (although probably not hugely popular).

    Thanks again

  8. #298
    Join Date
    Apr 2008
    Posts
    446
    Plugin Contributions
    1

    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

  9. #299
    Join Date
    Aug 2010
    Posts
    53
    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.

  10. #300
    Join Date
    Aug 2010
    Location
    Hartland, MI
    Posts
    288
    Plugin Contributions
    3

    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....

 

 
Page 30 of 42 FirstFirst ... 20282930313240 ... 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