Re: Problem with install sql
You could try this Order Total module on post #14:
http://www.zen-cart.com/showthread.p...ight=insurance
with the current USPS October 30, 2014 K6 update:
http://www.zen-cart.com/downloads.php?do=file&id=1292
This does overwrite the file:
/includes/modules/pages/checkout_shipping/header_php.php
and you should ignore the USPS K3 shipping module that is in that Zip file for the optional insurance ...
This will give the Optional Insurance amount the exact quote from USPS for insurance based on the USPS shipping method that the customer selects and give the customer an option to Opt-out of the insurance on the checkout_payment page ...
It requires no SQL changes to the database ...
Re: Problem with install sql
Quote:
Originally Posted by
Ajeh
You could try this Order Total module on post #14:
http://www.zen-cart.com/showthread.p...ight=insurance
with the current USPS October 30, 2014 K6 update:
http://www.zen-cart.com/downloads.php?do=file&id=1292
This does overwrite the file:
/includes/modules/pages/checkout_shipping/header_php.php
and you should ignore the USPS K3 shipping module that is in that Zip file for the optional insurance ...
This will give the Optional Insurance amount the exact quote from USPS for insurance based on the USPS shipping method that the customer selects and give the customer an option to Opt-out of the insurance on the checkout_payment page ...
It requires no SQL changes to the database ...
I updated the USPS mod although I am getting a message in admin/modules/shipping saying that a new version is available.
I have everything installed but I see no options or anything referring to insurance during checkout. The mod is turned on.
Thanks!
Re: Problem with install sql
When in the Modules ... Shipping ... if you click on the USPS shipping module, what date do you see?
Go to your Zen Cart Admin and go to Tools ... Developers Tool Kit ...
In the bottom input box enter:
usps.php
Then, select Catalog ... click SEARCH ...
What comes up on the paths to the files and the lines for:
* @version $Id: usps.php
Re: Problem with install sql
Quote:
Originally Posted by
Ajeh
When in the Modules ... Shipping ... if you click on the USPS shipping module, what date do you see?
Go to your Zen Cart Admin and go to Tools ... Developers Tool Kit ...
In the bottom input box enter:
usps.php
Then, select Catalog ... click SEARCH ...
What comes up on the paths to the files and the lines for:
* @version $Id: usps.php
Date is 2014-09-07
Line #12 : * @version $Id: usps.php 2014-09-07 ajeh Version K5 $
Line #13 : This module has been written for the usps.php shipping module March 7, 2014 K3 or newer
Line #13 : * @version $Id: usps.php 2014-09-07 ajeh Version K5 $
Re: Problem with install sql
You need to download the USPS October 30, 2014 K6 version:
http://www.zen-cart.com/downloads.php?do=file&id=1292
then do the:
1 install to your server
2 REMOVE
3 INSTALL
4 Configure
Re: Problem with install sql
Quote:
Originally Posted by
Ajeh
I just did the above two more times using filezilla and got the same result. I tried using cpanel and success. Strange. Thanks for the patience, not sure what happened there.
I still do not see insurance though...
Thanks!
1 Attachment(s)
Re: Problem with install sql
I've uninstalled and re installed the insurance mod and checked it file by file. Everything looks to be in order. The only mention of insurance is on step 2 of checkout...
Attachment 14648
Thanks!
Re: Problem with install sql
Go to your Tools ... Developers Tool Kit ... and in the bottom input box enter:
insurance
and search the Catalog ...
What are the paths/files and lines that come up?
Re: Optional Shipping Insurance Module Support Thread...
Acutally too much is shown ...
Do you see:
Code:
/includes/modules/pages/checkout_shipping/header_php.php |
Line #158 : $quote[0]['methods'][0]['insurance'] = 0;
Line #169 : 'insurance' => $quote[0]['methods'][0]['insurance']); |
Re: Problem with install sql
Quote:
Originally Posted by
Ajeh
Go to your Tools ... Developers Tool Kit ... and in the bottom input box enter:
insurance
and search the Catalog ...
What are the paths/files and lines that come up?
includes/languages/english/modules/order_total/ot_optionalinsurance.php
includes/modules/order_total/ot_optionalinsurance.php
includes/modules/pages/checkout_shipping/header_php.php
includes/modules/payment/paypal/paypal_functions.php
includes/modules/payment/paypaldp.php
includes/modules/payment/paypalwpp.php
includes/modules/shipping/usps.php