how do you get the master password to work in this module?? i can't seem to figure it out
Thanks
Printable View
how do you get the master password to work in this module?? i can't seem to figure it out
Thanks
the non encrypted version note suggests using the encrypted version http://www.zen-cart.com/downloads.php?do=file&id=94
ok the only file that it makes you change is the header_php.php in login and i looked at them in winmerge there is 2 lines that are different but when i add the lines it overwrites the lines and when i put it on the site it breaks it??
Hi I have been working on installing this all last night and finally got everything merged but I must have one line that is not right.
My debug error log says
[16-Oct-2012 15:20:44] PHP Parse error: syntax error, unexpected T_DOUBLE_ARROW in /home3/xxxxx/public_html/includes/classes/order.php on line 153
My modified includes/classes/order.php on that line reads
'city' => $order->fields['delivery_city'],
'postcode' => $order->fields['delivery_postcode'],
'state' => $order->fields['delivery_state'],
'country' => $order->fields['delivery_country'],
'format_id' => $order->fields['delivery_address_format_id']);
'shipping_telephone' => $order->fields['shipping_telephone']); // added shipping_telephone
if (empty($this->delivery['name']) && empty($this->delivery['street_address'])) {
$this->delivery = false;
I put line 153 in red. My website is www.luckylaketackle.com I have some other mods that I had to work around but it looks like everything else is working right now. It happens when I try and go to checkout. Thanks in advance for any help.
I disabled that line for the time being and a couple others calling for a telephone number. Now this is what I get. I have tried and tried searching for this I added a ?> at the end and that didn't change anything. I added another } and took them out with a number of different combinations but I still get the same error.
[16-Oct-2012 22:25:24] PHP Parse error: syntax error, unexpected $end in /home3/luckylak/public_html/includes/classes/order.php on line 1332
The end of my code for includes/classes/order.php looks like this:
$this->notify('NOTIFY_ORDER_INVOICE_CONTENT_FOR_ADDITIONAL_EMAILS', array('zf_insert_id' => $zf_insert_id, 'text_email' => $email_order, 'html_email' => $html_msg));
zen_mail('', SEND_EXTRA_ORDER_EMAILS_TO, SEND_EXTRA_NEW_ORDERS_EMAILS_TO_SUBJECT . ' ' . EMAIL_TEXT_SUBJECT . EMAIL_ORDER_NUMBER_SUBJECT . $zf_insert_id,
$email_order . $extra_info['TEXT'], STORE_NAME, EMAIL_FROM, $html_msg, 'checkout_extra', $this->attachArray);
}
$this->notify('NOTIFY_ORDER_AFTER_SEND_ORDER_EMAIL', array($zf_insert_id, $email_order, $extra_info, $html_msg));
}
}
I looked at the original and it looks like this. It ends like this. I am pretty new to this and am having no luck with getting this fixed.
Timbojrjr1, which version of FEC are you using? latest is here https://www.numinix.com/zen-cart-mod...en-cart-dl-760
Can anyone using FEC and one page checkout tell me if their discount coupons work? When I enter my coupon and press the update button next to it, NOTHING happens, literally nothing.