Did you install the css/js loader ??
Printable View
You may need to make a small edit to your template's tpl_main_page.php file (/includes/templates/YOUR_TEMPLATE/common/)
In the STANDARD tpl_main_page.php file, there is a line that reads as follows:
You need to REPLACE that line with:Code:<body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>
Code:<body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?><?php if(FEC_ONE_PAGE == 'true' && $_GET['main_page'] == 'fec_confirmation') echo ' onLoad="document.fec_confirmation.submit();"';?>>
I downloaded a fresh version of FEC yesterday morning, uploaded all files as instructed. But when I go into my admin area and turn on the FEC, and go to my site to test the mod. When I click on checkout it gives me blank page. Is their something else I need to do or how can I fix this problem?
zencart version 1.5.1
fec 1.10
either post the content of your latest error logs or start over by grabbing latest version here https://www.numinix.com/tags/free-ze...-easy-checkout
Okay I was able to google how to check error log! The error that I am receiving
[04-Mar-2013 08:59:02] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/templates/template_default/templates/tpl_checkout_default.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home1/urbancl1/public_html/test/includes/templates/template_default/common/tpl_main_page.php on line 122
This indicates that you have not installed correctly the pluginQuote:
Originally Posted by divaboutiques
Are you using a template?
The best way to install any mod is to check through each file of the mod compared to the files of your existing store, does the mod overwrite any files? If so then you need to compare and merge those files. Start by comparing tpl_main_page.php & tpl_checkout_default.php
divaboutiques,
If the site is the one in your signature then this is not even a ZenCart