Moderator's note - separate threads merged here. Please don't post in multiple places.
Moderator's note - separate threads merged here. Please don't post in multiple places.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
http://www.sidewalkstyles.com Comfort Footwear, Accessories and More.
creinold SBA with Dynamic Drop Downs latest Alpha release: http://www.sidewalkstyles.com/creino...art_V1.5.0.zip
Okay for all who is having problems with the Shipping and Billing button not working, I figured out why mine wasn't working. It had a problem with an SEO addon I installed from CEON.
CEON_URI Mapping... Here's the fix:
Login to admin then go to Modules --> Ceon URI Mapping (SEO) Config
Scroll down to the bottom to "Excluded Files"
and put in: /fec/fec_change_new_address.php
That will solve the problem with the change shipping and billing address buttons not working! =)
http://www.sidewalkstyles.com Comfort Footwear, Accessories and More.
creinold SBA with Dynamic Drop Downs latest Alpha release: http://www.sidewalkstyles.com/creino...art_V1.5.0.zip
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Hi,
I'm using the Fast and Easy AJAX checkout for Zen cart. Everything works great, except for one thing. When I get to the payment page, after the shipping and billing address, if I try to click "Change Address" it just opens up a lightbox window of the same checkout page (not a page for editing my address).
Worse yet, after doing that, the customer cannot checkout because it keeps saying that no payment method was chosen, even though it was and still is.
Has anyone seen this, or does anyone have ideas? I'm wondering if this is something specific to my site and other modules, but I don't even know where to start.
Thanks,
TJ
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
I'm using v1.3.9h, and just installed FEC and CSS JS Loader (latest versions). Previously I was using COWOA, which worked fine but I now want to make use of the account creation side of things and FEC seemed the way to go.
When "One Page Checkout" is true, the checkout page hangs on my website rather than going to PayPal. When is it false it works. Also, if I change the default shipping choice and continue, it reverts back to the default shipping again.
My research tells me that there is a problem with the jquery files not being loaded properly with CSS JS Loader, but I don't know how to rectify it.
Can anybody help?
My shop can be found here:
http://www.ghostofthedoll.co.uk/powdermonki/handmade
Thanks!
Hi don't know about your issue with one page checkout I don't use on my site with FEC.
Though I did notice when you click the PayPal Express Checkout it doesn't add your postage.
Have you looked into how many other mods are accessing jquery and whether there may be a conflict with other jquery files.
Not to worry about the postage showing up in PayPal, it does add it properly.
I've set this mod up on another site with no problems, using all the same mods I have on mine. How do I check to see if there is a conflict, or that the required scripts are being loaded properly?
Thanks!
Ok. I've narrowed it down to the html_header.php file included with cjloader. I uploaded the original cjloader file again (over my altered one) and the One Page Checkout worked fine, but at least two of the style sheets failed to load (the most important two!), so my site doesn't look right.
Stylesheet.css has this at the top, which calls up two extra stylesheets:
These are the two missing files. I guess I could just copy the info from them both into stylesheet.css, but would like to figure out why they aren't loading in case other stylesheets are failing to load too.Code:@import url("layout.css"); @import url("colors.css");
Any ideas?
Thanks!