Thank You!
Printable View
Thank You!
FYI
After more testing I discovered easypopulate-4.0-master (configuration part) cannot be installed AFTER Niminx fec.
(Fails when trying to load the configuration portion)
My work around was to install ep-4 first and then css_js_loader & fec.
This work was done on a fresh install of zc 1.5.1 default (classic) template.
Thanks,
If the install.sql doesn't reference the table columns, it will have issues. IMHO a sql that doesn't reference table columns is poorly written.
Thanks for you guys' detail replies. I've double check my YOUR_TEMPLATE and YOUR_ADMIN, but nothing wrong.
I was followed the installation instruction step by step, everything is ok until I check the configuration.
BTW, I've installed CSS/Js loader first, and then FEC, just like you and others. I don't know what is going wrong......
Is that means I've to install ep-4 to get my configuration part run properly? Or I misunderstood?
Below is some of my installed plugin:
Image_Handler4_v4_3_2
BookX
Reviews — Updated (Reviews by Guests)
Product filter Module for Zencart
No, you do not need to install ep-4.
Try installing fec on a test site without any other mods.
It may be one of your other mods is preventing fec from installing properly.
Where does Signature option post to? (where can i see it after it is selected)
How to add more options there?
Hi folks,
I search each thread and could not find answer for this but I was able to figured this out and sharing here so it may be helpful for you all!
Insurance not required but optional and want to have insurance checkbox marked when page loads.
If customer don't want insurance they can simply uncheck box. Using this modification you can get more orders with insurance as box is already selected.
Do following:
Module>Order total >Ot_insurance
Open above mentioned file then press CTRL + F
and type "Checkbox" in search box and hit "ENTER"
Few lines above the line you saw with word "Checkbox" there is a field
$selected = (($_SESSION['opt_insurance'] == '1') ? true : false);
change it to
$selected = (($_SESSION['opt_insurance'] == '1') ? true : true);
If you have standard file with no changes then you can find it by searching for line
Any comment or question contact me Thanks.
I installed the BitCoin plugin from BitPay.
Bit coin appears in the Payment Modules and it's fully configured, but will not display during checkout.
Any ideas on how to get the BitCoin to be an option on the Billing Info section?