Re: Optional Shipping Insurance Module Support Thread...
Try editing the file:
/includes/modules/order_total/ot_insurance.php
and add the code in RED:
Code:
//if ($_SESSION['shipping']['id'] == 'storepickup_storepickup') {
if (preg_match("/storepickup/i", $_SESSION['shipping']['id'])) {
Does this correct your issues with Store Pickup?
Re: Optional Shipping Insurance Module Support Thread...
Sorry about the delayed respond. Was traveling cross country on a trade show. Now that, I have a breather.
Yes, that apparently fixed the problem. Walking / Pickup now works properly like it had before. No doubt this should by default be change for the next update. Surprised that nobody else seem to have reported this problem so far.
Thank you again, Ajeh!
Quote:
Originally Posted by
Ajeh
Try editing the file:
/includes/modules/order_total/ot_insurance.php
and add the code in
RED:
Code:
//if ($_SESSION['shipping']['id'] == 'storepickup_storepickup') {
if (preg_match("/storepickup/i", $_SESSION['shipping']['id'])) {
Does this correct your issues with Store Pickup?
Re: Optional Shipping Insurance Module Support Thread...
Thanks for the update that this change fixed it for you ... :smile:
Re: Problem with install sql
What shipping module(s) are you using?
Re: Problem with install sql
Quote:
Originally Posted by
Ajeh
What shipping module(s) are you using?
Hi Ajeh,
This one... http://www.zen-cart.com/downloads.php?do=file&id=232
Re: Problem with install sql
And the Shipping Module(s) you are using with it?
Re: Problem with install sql
Quote:
Originally Posted by
Ajeh
And the Shipping Module(s) you are using with it?
USPS only
Re: Problem with install sql
What version of Zen Cart are you using?
Re: Problem with install sql
Quote:
Originally Posted by
Ajeh
What version of Zen Cart are you using?
v.1.5.1