Page 9 of 40 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 397
  1. #81
    Join Date
    Jun 2005
    Posts
    309
    Plugin Contributions
    0

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

    The new version (3.10) causes a conflict with the linkpoint API. It sees us as chargeing more than the total, and gives the error "SGS-002301: Charge total must be the sum of subtotal, tax, value added tax, and shipping."
    Dr. Byte had given s solution on this page: http://www.zen-cart.com/forum/showth...ght=SGS-002301 that would work for the low order fee module, but it doesn't work for this. Any ideas?
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store

  2. #82
    Join Date
    Jun 2005
    Posts
    309
    Plugin Contributions
    0

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

    Dr. Byte gave me the fix. If you use the new insurance module with link point, replace your includes/modules/payment/linkpint_api.php with this:
    Attached Files Attached Files
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store

  3. #83
    Join Date
    Jun 2004
    Posts
    130
    Plugin Contributions
    0

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

    I'm using the USPS API to determine shipping rates, and it's not working with that. I don't get an option to choose insurance in step 1, and in step 2, it adds insurance at $0.00 to the summary. Am I missing something?

    If I put an amount in for Required Insurance Amount, I get the checkbox but it says $0 still.
    Last edited by Scarlet; 11 Jan 2008 at 01:50 AM.

  4. #84
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    Here is the new includes/modules/order_total/ot_insurance.php

    Please test well before using on a live site.
    This is working fine for me in 1.3.8. and also on another 1.3.8 cart I was working on. I do not use Linkpoint, but I am using the USPS API and it is working correctly. Much thanks!!!!

  5. #85
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

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

    Quote Originally Posted by Scarlet View Post
    I'm using the USPS API to determine shipping rates, and it's not working with that. I don't get an option to choose insurance in step 1, and in step 2, it adds insurance at $0.00 to the summary. Am I missing something?

    If I put an amount in for Required Insurance Amount, I get the checkbox but it says $0 still.
    Please post your settings for the insurance, perhaps it is an issue there.

  6. #86
    Join Date
    Jun 2004
    Posts
    130
    Plugin Contributions
    0

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

    Here is my config. I had to put require shipping on orders over $25,000 to make the checkbox show up, and I had to change it to a percentage to get a fee over $0. You can see it on www.koimillworks.com (in development). I changed it back to table rates.

    Code:
    Insurance 
    
    Enable Insurance Module
    true
    
    Offer Shipping Insurance?
    true
    
    Sort Order
    500
    
    Use Table Rates?
    true
    
    Alternate Insurance Type
    amount
    
    Insurance Percentage
    1.6
    
    Insurance Rate
    $0.50
    
    Increment Amount
    $100.00
    
    Amount Exempt From Fee
    $0.00
    
    Tax Class
    --none--
    
    No Insurance Fee on Virtual Products
    true
    
    No Insurance Fee on Gift Vouchers
    true
    
    No Insurance Fee on Free Shipping
    true
    
    Required Insurance Amount
    $25,000.00
    
    Insurance Zone 1
    --none--
    
    Zone 1 Insurance Table
    50:1.65,100:2.05,200:2.45,300:4.60,:400:5.50,500:6.40,600:7.30

  7. #87
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

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

    Since mine seems to be working correctly, I thought it might help (maybe?) to post my settings:

    Code:
    Enable Insurance Module
    true
    
    Offer Shipping Insurance?
    true
    
    Sort Order
    240
    
    Use USPS Rates?
    true
    
    Alternate Insurance Type
    amount
    
    Insurance Percentage
    
    
    Insurance Rate
    $0.00
    
    Increment Amount
    $0.00
    
    Amount Exempt From Fee
    $0.00
    
    Apply Insurance Fee To Which Orders
    both
    
    Tax Class
    --none--
    
    No Insurance Fee on Virtual Products
    true
    
    No Insurance Fee on Gift Vouchers
    true

  8. #88
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

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

    Quote Originally Posted by Scarlet View Post
    Here is my config. I had to put require shipping on orders over $25,000 to make the checkbox show up, and I had to change it to a percentage to get a fee over $0. You can see it on www.koimillworks.com (in development). I changed it back to table rates.
    You have to create zones in your admin, and then choose the "Zone" for the table rate you're using in the drop down menu.

  9. #89
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

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

    If you want to use it for all zones, run the optional international_zone.sql which includes all of the zones in the world (this file may require updating from time to time). Then set your zone in the configuration to this new zone called "International"

  10. #90
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    272
    Plugin Contributions
    0

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

    Hi, this module is wonderful! I downloaded and installed it easily, but I cannot figure out how to make insurance OPTIONAL, along with a few other things.

    1) I want the feature available, but not required, on all orders (those with free shipping & those where I charge shipping).

    2) I also want the customer to be able to select whether or not they add insurance

    3) I want to use the rates I designate for insurance

    I've read through this entire thread and I see people talking about a check box appearing for the insurance option. Mine is automatically adding in to the customers total. Here's my site if it helps: www.kings-kreations.com/zen

    Since you can't see the checkout without logging in, I'm attaching a link to a screen shot of step 2 of the checkout process.

    http://i80.photobucket.com/albums/j1...out_screen.jpg

    Any help you can offer would be greatly appreciated!

 

 
Page 9 of 40 FirstFirst ... 789101119 ... 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