This seems to be an issue with document.createElement in IE6.
The solution for me was to grab the newest copy of FEC from Numinix website and replace:
/includes/modules/pages/fec_confirmation/jscript_jscssloader.js with the one from the new kit.
I thought I was running the newest version of FEC, but apparently not.
This seems to have fixed the IE6 issue.
Compare the files above for the diffs.
I've checked this thread out and have been pleased with the mod overall... so thanks <<
There is just one thing I think which is the timeout issue which happens on only the first occasion of checking out on the shopping cart page - as you are probably aware going back and pressing the button again fixes it but doesn't look good to prospective customers who are in the all important phase of purchasing and might not bother after all.
So having searched this thread I am still not sure if there was a definitive outcome - let me know if there is a solution available.
- I have PayPal IPN as my only payment module but plan on incorporating a buy now feature so may well use paypal express in accordance with PayPal Website Payments Pro in the future.
_thanks
I made the same boo boo. I don't read sql...can you tell me, please, to re-install a failed first installation do I leave out the five ALTER TABLE lines at the top ONLY, or do I also leave out the INSERT INTO line that is grouped with them.
AND, should I edit the tpl_main_page as in post #329, page 33 of this forum?
AND, admin/orders.php, I've got a bit of code merged into original file from Stock by Attributes 4.7 ...is it compatible to slip that bit of code into the FEC file?
Zen 1.3.8a, FEC 1.5.1; when I had trouble installing the mod I restored my store and db from backups and put the uninstall.sqp from FEC in via admin panel.
Thanks.... www dot soxophoneplayer dot com.
Hey guys, I'm having an issue with the 'One Page Checkout':
The Problem occurs when I am at PayPal's payment screen. If I choose to 'Cancel and Return to site' it will take me to index.php?main_page=checkout_payment instead of index.php?main_page=checkout (which may confuse the customer)
This seems like an easy fix, but I can't seem to find where to edit the code?
*UPDATE*
I fixed the issue by editing the /includes/modules/payment/paypal.php file where it had the 'cancel and return' redirects set to FILENAME_CHECKOUT_PAYMENT, I changed it to just FILENAME_CHECKOUT. There's two instances of it in the PayPal file.
I use PayPal Standard, if you use anything else, then just change the correct file.
![]()
I realise that there are a lot of queries for this one but I would really really appreciate any pointers that you have for this _ thanksI've checked this thread out and have been pleased with the mod overall... so thanks <<
There is just one thing I think which is the timeout issue which happens on only the first occasion of checking out on the shopping cart page - as you are probably aware going back and pressing the button again fixes it but doesn't look good to prospective customers who are in the all important phase of purchasing and might not bother after all.
So having searched this thread I am still not sure if there was a definitive outcome - let me know if there is a solution available.
- I have PayPal IPN as my only payment module but plan on incorporating a buy now feature so may well use paypal express in accordance with PayPal Website Payments Pro in the future.
_thanks
I tried to post this to the forum on the Numnix site but it keeps timing out.
I tried upgrading to 1.5.1 with the same result.Originally Posted by shartlesville
I also had the issue with it hiding the payment method when the credit covers the total BUT it would kick back the error that a payment method must be chosen even though it wasn't required and none were visible.
I am 99% sure the problem with the gift certificate adding and subtracting has to do with the rewards points section that is included in FEC because I had a similar issue when I first installed the store credit mod. Someone else posted in the SC forum that they had an issue with coupons and GC and posted the code they removed to fix that issue. I removed that part of the code from the store credit mod and everything works (except I can't get it to apply points to orders created before I installed it):
I would like to use this mod but I have a lot of GC out and they are just not working at all with FEC turned on.Code:// BEGIN REWARDS POINTS // if credit does not cover order total or isn't selected if ($_SESSION['credit_covers'] != true) { // check that a gift voucher isn't being used that is larger than the order if ($_SESSION['cot_gv'] < $order->info['total']) { $credit_covers = false; } } // END REWARDS POINTS if ($credit_covers) {
If I comment that code out of FEC will FEC still work, are they necessary bits? Do you think that would fix the problem? I am almost afraid to try installing it again. I was up until 5AM trying to fix it last time.It is in these FEC files:
- includes/modules/pages/checkout/header_php.php
- includes/modules/pages/fec_confirmation/header_php.php
Thank you for any assistance you can provide.
Blessings,
Krisann
OMGoodness THAT FIXED IT!
I commented out everything except the last line (if ($credit_covers) { ) in both files and now FEC works perfectly!
Hopefully that doesn't mess anything else up, lol. I'll be back if it does.
Blessings,
Krisann
Bookmarks