Re: Fast and Easy Checkout for Zen Cart
Hi everyone,
I searched this thread and found that others shared my problem where you could no longer change shipping address once you've reached the payment page of checkout. For me, it pops up a lighbox window, but the overlayed page is the same page (it did not open a different page to modify the address).
The only resolution I saw was that certain pages might need to be excluded from Simple SEO URL in the config, so I did that. Here's what I'm excluding:
checkout_payment, quick_checkout, fec_confirmation, fec_change_new_address, checkout_shipping_address, qc_change_new_address, /fec/fec_change_new_address.php
Is there something else I need to exclude, or is there a different resolution?
Thanks,
TJ
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
foteek
The only resolution I saw was that certain pages might need to be excluded from Simple SEO URL in the config, so I did that. Here's what I'm excluding:
checkout_payment, quick_checkout, fec_confirmation, fec_change_new_address, checkout_shipping_address, qc_change_new_address, /fec/fec_change_new_address.php
TJ
Hi, I have seen SEO URL mentioned before, but have no idea what is it. Can anyone help me with the info for that?It there anywhere tutorial for this here?:smile:
Re: Fast and Easy Checkout for Zen Cart
i m using this module ...i want to know how can i show product description on request review page i.e tpl_checkout_stacked.php
Re: Fast and Easy Checkout for Zen Cart
Is there any way to use de Payment Type Discount module (ot_payment) with this fast checkout?
thanks
Re: Fast and Easy Checkout for Zen Cart
Hi all am having a problem with fast and easy checkout, It was working fine, but dont no what ive done but its now not working correctly. My site gos live monday so i need this problem fixing asap. Please can someone help.
the problem is with the discount coupon bit. when you enter the redemption code and click the update button nothing happens, apart from error on page shows up bottom left of page. when i click that for details it says
object doesn't support this property or method
index.php
code:0
URI: https://www.xxxxxxxx.co.uk/index.php...ut&action=null
line: 127
char:2
but if i type the code in then click enter it works......
can someone please help me with this????
thanks
Re: Fast and Easy Checkout for Zen Cart
ver 1.3.9c
ANyone know how to uninstall this mod? I have issues that are 99% sure reklated to this install of this mod.
Not sure when this problme began, but ANY login from users in the database are failing with "Error: Sorry, there is no match for that email address and/or password."
Now I have tested this with three of my own IDs and they are all failing? Even a Forgot Password says no such email, even though they ARE there?? I did this test today because strangely I have received NO sales in several days.
Then of course if I try ordering without an account i get "This email already exists".
The last Mod I installed was the Fast and Easy Checkout Configuration checkout mod.
Which included the CSS/JS Loader
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
kevinmc3
ver 1.3.9c
ANyone know how to uninstall this mod? I have issues that are 99% sure reklated to this install of this mod.
check the very first post in this thread (click here)
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
flexiblelove
check the very first post in this thread (
click here)
Thanks, I should have checked the obvious.
Re: Fast and Easy Checkout for Zen Cart
I have a very odd problem that isn't really a big deal (unless I find that it causes other issues in the future). I'm posting more out of curiosity than necessity.
I am having an issue that when the css/javascript loader is enabled, the "Same Address for Shipping/Billing" checkbox isn't hiding the Shipping Address form when the box is checked.
I spent a few hours combing this forum, Numinix's forum and even "google"ing for an answer. I tripled checked that both FEC and the css/javascript loader were correctly installed and that I was using the most current version of both. I was getting a "$ is not defined - Source File: index.php?main_page=login Line: 20" in the Firefox error console so I tried turning the loader off and for some odd reason, the javascript on my login page started to work again and the Shipping Address form was hidden.
Not only did the FEC login page perform correctly with the loader turned off, Tabbed Products Pro, which also requires the css/javascript loader, wouldn't work with it enabled but works if the loader turned off.
I am stumped as to what I could have done to mess the installation of FEC and/or the css/javascript loader so badly that the mods that require the loader will work when it's turned off, but not when it's on.
I'm using:
FEC v. 1.8.1
css/javascript loader released on Aug 26 2009
PHP 5.2.12
Zen Cart v. 1.3.9h
Website link theburningbutterfly.com/shop.
Any insight that you could provide would be very, very welcome.
Thanks in advance!
Re: Fast and Easy Checkout for Zen Cart
I am also having problems with loading javascript. I do NOT have the cg loader or whatever installed.
I have a brand new install of ZenCart 1.3.9h with FEC 1.8.1. When I get to /index.php?main_page=checkout&fecaction=null and select another shipping method, I get a javascript error saying "updateForm is not defined."
Via Firebug, I can see that none of the FEC javascript files are being loaded. I suspect that the files in templates/my template/auto_loaders are not being called. How do I fix that??