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?
1 Attachment(s)
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:
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.
Re: Optional Shipping Insurance Module Support Thread...
Quote:
Originally Posted by
jettrue
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!!!!
Re: Optional Shipping Insurance Module Support Thread...
Quote:
Originally Posted by
Scarlet
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.
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
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
Re: Optional Shipping Insurance Module Support Thread...
Quote:
Originally Posted by
Scarlet
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.
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"
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!