Page 18 of 42 FirstFirst ... 8161718192028 ... LastLast
Results 171 to 180 of 415
  1. #171
    Join Date
    Jun 2008
    Posts
    20
    Plugin Contributions
    0

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

    Thank you, I upgraded to v3.15 and is working with the int'l zone. Only thing is that the insurance rates are not matching USPS rates when I add different totals to the cart. The more the total is, the less the correct insurance amount matches what it should be. Thoughts?

  2. #172
    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 motherthemother View Post
    Thank you, I upgraded to v3.15 and is working with the int'l zone. Only thing is that the insurance rates are not matching USPS rates when I add different totals to the cart. The more the total is, the less the correct insurance amount matches what it should be. Thoughts?

    Did you turn on table rates?:

    Use Table Rates?
    true

  3. #173
    Join Date
    Jun 2008
    Posts
    20
    Plugin Contributions
    0

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

    Hi, these are my settings:

    Shipping Insurance

    Enable Insurance Module
    true

    Sort Order
    210

    Use Table Rates?
    true

    Alternate Insurance Type
    amount

    Insurance Percentage


    Insurance Rate
    $0.00

    Increment Amount
    $0.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
    $500.00

    Insurance Zone 1
    International

    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

    Insurance Zone 2
    International

    Zone 2 Insurance Table
    50:1.65,100:2.05,200:2.45,300:4.60,:400:5.50,500:6.40,600:7.30

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

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

    This bug was already reported:

    50:1.65,100:2.05,200:2.45,300:4.60,:400:5.50,500:6.40,600:7.30
    Change to:

    50:1.65,100:2.05,200:2.45,300:4.60,400:5.50,500:6.40,600:7.30
    Because the script couldn't return a table rate, it was using your ALTERNATE INSURANCE TYPE.

  5. #175
    Join Date
    Oct 2007
    Location
    Lakewood, CO
    Posts
    40
    Plugin Contributions
    0

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

    The USPS has increased charges for insurance and we all need to update our table with these new insurance rates in the United States zone....

    50:1.70,100:2.15,200:2.60,300:4.60,400:5.55,500:6.50,600:7.45

    Mark

  6. #176
    Join Date
    Jun 2008
    Posts
    20
    Plugin Contributions
    0

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

    Quote Originally Posted by mewell View Post
    The USPS has increased charges for insurance and we all need to update our table with these new insurance rates in the United States zone....

    50:1.70,100:2.15,200:2.60,300:4.60,400:5.55,500:6.50,600:7.45

    Mark
    Great thank you.

    numinix - thanks for your help. I remember seeing that in the thread while skimming now. Plus I'm an idiot, I think I was looking at the tax line in my cart... doh!

    I'm fixed up.

  7. #177
    Join Date
    Jul 2008
    Location
    Wisconsin
    Posts
    24
    Plugin Contributions
    0

    help question Re: Optional Shipping Insurance Module Support Thread...

    Hi -

    I've downloaded the optional shipping insurance module and installed it, but I don't see it showing up on my page where it said it should (or anywhere else for that matter!) I have a new install of ZC - v1.3.8a - and have installed only my CC gateway (Securepay), and USPS shipping (webtools) besides this module, and would like to know if someone can take a look at my settings and see what I have done wrong (I've watched for "bugs" in the codes etc. ie: and extra : or , where they shouldn't be and have not found any as yet).

    Here's what my settings are:
    Shipping Insurance

    Enable Insurance Module
    true

    Sort Order
    210

    Use Table Rates?
    true

    Alternate Insurance Type
    amount

    Insurance Percentage
    0

    Insurance Rate
    $0.00

    Increment Amount
    $0.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
    $2,500.00

    Insurance Zone 1
    All

    Zone 1 Insurance Table
    50:1.70,100:2.15,200:2.60,300:4.60,400:5.55,500:6.50,600:7.45



    If you need to know what my USPS settings are - here they are:


    Enable USPS Shipping
    True

    Enter the USPS Web Tools User ID
    **********(I have an ID - just **'d it out here)

    Which server to use
    production

    Handling Fee
    0

    Tax Class
    --none--

    Tax Basis
    Shipping

    Shipping Zone
    --none--

    Sort Order
    0

    All Packages are Machinable
    True

    USPS Options
    Display weight, Display transit time

    Domestic Shipping Methods
    PRIORITY

    International Shipping Methods
    Priority Mail International, Priority Mail Int Flat Rate Box, First-Class Mail Int

    Debug Mode
    Email


    I don't know what I have set wrong - other than I realize I don't want to have "all zones" or "all countries" set with the same amount of insurance - as they differ. I was trying anything to get it to show up - so I just left it that way for now. I don't know the use of zones - as I ship virtually everywhere - so I don't really have a need for zones - OR DO I? I guess I may not understand what is meant by zones in this case.

    Please explain it if you can - so I can fix this! Thanks,
    Sara

  8. #178
    Join Date
    Jun 2008
    Posts
    20
    Plugin Contributions
    0

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

    This is in my admin under Modules> Order Total. Thoughts?

    Warning: constant(): Couldn't find constant MODULE_ORDER_TOTAL_INSURANCE_ZONE_3 in /includes/modules/order_total/ot_insurance.php on line 43

    This is my line 43:

    if ((int)constant('MODULE_ORDER_TOTAL_INSURANCE_ZONE_' . $i) > 0) {
    Last edited by motherthemother; 25 Jul 2008 at 06:33 PM.

  9. #179
    Join Date
    Jun 2008
    Posts
    20
    Plugin Contributions
    0

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

    Quote Originally Posted by motherthemother View Post
    This is in my admin under Modules> Order Total. Thoughts?

    Warning: constant(): Couldn't find constant MODULE_ORDER_TOTAL_INSURANCE_ZONE_3 in /includes/modules/order_total/ot_insurance.php on line 43

    This is my line 43:

    if ((int)constant('MODULE_ORDER_TOTAL_INSURANCE_ZONE_' . $i) > 0) {

    When I disable the insurance module it goes away. Seems something with the zoning settings. When I use the old values or new values, it gives me the error

  10. #180
    Join Date
    Jan 2006
    Posts
    45
    Plugin Contributions
    0

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

    I have just downloaded and installed this module but it doesn't seem to be working at all. During checkout, I cannot see an option for selecting the Shipping Insurance. I am using zencart 1.3.8a and I would like to get the percentage based insurance calculation. I am using the following settings for the Shipping Insurance:

    Enable Insurance Module
    true

    Sort Order
    500

    Use Table Rates?
    false

    Alternate Insurance Type
    percent

    Insurance Percentage
    6

    Insurance Rate
    $0.00

    Increment Amount
    $0.00

    Amount Exempt From Fee
    $100.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
    $0.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

 

 
Page 18 of 42 FirstFirst ... 8161718192028 ... 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