Re: Fast and Easy Checkout for Zen Cart
Hi Guys, have just installed the latest version of fec but seem to be getting this error:
Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked.
I read about this in this thread but found no fix, is anyone able to help
Re: Fast and Easy Checkout for Zen Cart
Ok, it isn't 100% - store credit won't apply without choosing a payment method but right now very few customers have store credit so that will either have to be worked out or removed.
Oh, hmm brainstorm - what if it is being caused because it was a redundant code? I mean if I had left it in previously it would have been applied in three places. I will try adding it back into the file for the store credit mod and see if that fixes it without breaking FEC GC and report back. :smile:
Re: Fast and Easy Checkout for Zen Cart
:oops:
Actually, I was wrong, it does work with it commented out I just had to click the refresh button in the Gift Certificate box to get the store credit to apply!
So if you are having trouble with FEC and GC, comment out that section in those two files even if you use the store credit mod. :smile:
See post 559 in this thread
Phew! I can move on to other things! :cool:
Now I just need a 'refresh' button for the store credit box. Anyone have any ideas on how to add that in? :frusty:
Blessings,
Krisann
Keywords: gift certificates, discount coupons, fast easy checkout, fec, store credit, page refreshes, does not apply,
COWOA- 'Continue' button disappeared from Billing page
I have FEC with COWOA installed, along with ESL. I know for certain that the COWOA option worked fine for a while as a couple of customers used it and I myself tested it.
Today I just realized that the "Continue" button is missing from the Billing Information page! Everything else is there...the various fields...but then it's blank after the email field for "Contact details."
I see two CUSTOM files- ...templates/tpl_no_account_default and templates/tpl_modules_no_account, but don't see the originals to compare them to. Plus I'm not intimately familiar with PHP so I'm not even sure what to look for. I didn't make any major changes lately...the last was 3 weeks ago when I added the Sitemap XML module.
alexandergifts.ca ZC 1.38a.
Any ideas?
Cheers,
Robbie
Re: COWOA- 'Continue' button disappeared from Billing page
I just did a test by filling out the Billing page and hitting Enter after typing the last character of an email address in the Contact Details field and I was properly taken to the next page of Shipping Address. (This Shipping Address page is the same for COWOA and Account Creation, right?)
So the page still functions, the problem is the missing "Continue" graphic. I searched a few files for it and don't see anything obviously wrong, though again I'm not a real programmer.
R
Re: Fast and Easy Checkout for Zen Cart
This would be a nice mod if it worked every time and anyone cared about the numerous posts that I and other people have put up concerning the blank confirmation page (checkout&action=null) that comes up on the first time of checking out.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
g_force
This would be a nice mod if it worked every time and anyone cared about the numerous posts that I and other people have put up concerning the blank confirmation page (checkout&action=null) that comes up on the first time of checking out.
Have you tried changing some settings in your php.ini file?
What are your settings for these options set to?
max_execution_time = ?
max_input_time = ?
memory_limit = ?
Re: Fast and Easy Checkout for Zen Cart
thanks smoke!
Quote:
Have you tried changing some settings in your php.ini file?
No
Quote:
What are your settings for these options set to?
max_execution_time = 30
max_input_time = 60
memory_limit = 128M
what do you think? - does that seem ok?
_thanks
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
g_force
max_execution_time = 30
max_input_time = 60
memory_limit = 128M
what do you think? - does that seem ok?
_thanks
Does the problem go away if you change the settings to something like this?
max_execution_time = 300
max_input_time = 90
Re: Fast and Easy Checkout for Zen Cart
thanks again..
Quote:
Does the problem go away if you change the settings to something like this?
max_execution_time = 300
max_input_time = 90
where exactly should I put this? and is the the syntax perfect?
_thanks once more