numinix please help me, when install it and i confirm the order on my site starts a white checkout page only, how can i do?
numinix please help me, when install it and i confirm the order on my site starts a white checkout page only, how can i do?
I have managed to get this modules installed, is so great! However, I notice one thing upon the "Confirm order" being click which brings to the "Processing your Order, please wait" . At this page, the category side box looks to be out of order and being shows up at the left side ( which suppose to be at the right side ) while the left sidebox being shows up at the bottom of the page.
My apologies - you mentioned the migration and I glossed over it in my haste.
I downloaded and installed v1.23 along with the 1.24 BETA patch, per your suggestion. Unfortunately, the behavior has not changed and shipping is still not included in the total.
Any thoughts?
[QUOTE=numinix;640025]You'll need to enable strict error reporting and paste the FATAL error which is causing your page to not load.
How can I do?
You need to edit tpl_main_page.php as described in the support forum the same as in Easy Sign-Up and Login.
hi numinix
have you or anyone overcome the shipping display issue at all? i use free shipping and zones that work fine without fec and even with fec installed they show up and work, but only if clicked on... in other words, the customer's cart at the top of the page displays a completely wrong zone shipping rate (it also doesn't display what zone it's calculating shipping on), but displays correctly once the shipping method is selected further down the page.
thanks in advance
Are you referring to this:
If yes, it has been changed during the installation.4. Add the following line to tpl_main_page.php:
- Find: <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>
- Replace With: <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?><?php if(FEC_ONE_PAGE == 'true' && $_GET['main_page'] == 'checkout_confirmation') echo ' onLoad="document.checkout_confirmation.submit();"';?>>
I managed to get it disabled by adding the following lines :
if ($current_page_base == 'fec_confirmation' and $cPath == '')
{ $flag_disable_right = true; }
if ($current_page_base == 'fec_confirmation' and $cPath == '')
{ $flag_disable_left = true; }
Bookmarks