Thanks numinix,
I followed your instruction on http://www.numinix.com/forum/viewtopic.php?t=4
1. Upload all files to their respective folders;
2. Rename /includes/templates/YOUR_TEMPLATE to your custom template name;
3. Copy and paste the install.sql file into ADMIN->TOOLS->INSTALL SQL PATCHES to be able to activate or deactivate the one-page checkout
feature included with Fast and Easy Checkout for Zen Cart;
---------------------------------
Nothing happened after that .....
I saw there is a step 4 but only as optional, I am not sure if we have to do that to make this add 0n work??And which tpl_main_page.php you are mention in step4? Thanks
----------------------------
4. Add the following line to tpl_main_page.php:
- Find: Code:
<body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>
- Replace With: Code:
<body id="<?php echo $body_id . 'Body'; ?>"<?php echo (FEC_ONE_PAGE == 'true' && $_GET['main_page'] == 'fec_confirmation' ? ' onLoad="document.fec_confirmation.submit()"' : ($zv_onload != '' ? ' onload="'.$zv_onload.'"' : '')); ?>>
It is located in includes/templates/YOUR_TEMPLATE/common/. It is only optional if you do not ever want to use the one-page checkout. It is still a good idea to complete as it can be turned on or off from the admin.