Re: Fast and Easy Checkout for Zen Cart
FAST AND EASY CHECKOUT V1.051
This update simply fixes the error message display for invalid coupon codes.
It also moves the "Refresh" button (more appropriately renamed to "Update") down to the coupon box so that customers can see the adjusted price.
The advanced version will be released in the New Year which combines Easy Sign-Up and Login with Checkout Without an Account.
Re: Fast and Easy Checkout for Zen Cart
Hi Jeff,
Clearing which cache? Firefox's or Zencart's? Not sure how to do it for Zencart.
Re: Fast and Easy Checkout for Zen Cart
Clearing Firefox cache still doesn't allow your FEC to work.
Re: Fast and Easy Checkout for Zen Cart
In your latest version...
For compatibility with Ultimate SEO URLs:
in classes/seo.url.php on ln 141, change to:
if ( ($this->attributes['SEO_ENABLED'] == 'false') || (preg_match('/(.+)\.(html?|xml|css|js|png|jpe?g|gif|bmp|tiff?|ico|gz|zip|rar)$/i', $page)) or $page == 'checkout' ) {
I tried it, but it didn't solve the problem.
Re: Fast and Easy Checkout for Zen Cart
Your latest version doesn't seem to work well... It gave me this error:
Fatal error: Cannot redeclare class order in /home/dealbyet/public_html/includes/classes/order.php on line 20
Re: Fast and Easy Checkout for Zen Cart
The problem lies in this file /includes/modules/pages/checkout/header_php.php
In the old file this line:
zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));
has been changed to this line in the old file:
if (FEC_NOACCOUNT_SKIP_LOGIN == 'false') {
zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));
} else {
zen_redirect(zen_href_link(FILENAME_NO_ACCOUNT, '', 'SSL'));
}
Can I leave this out? I want all customers who want to purchase to register/login.
Re: Fast and Easy Checkout for Zen Cart
Just installed this mod and I'm getting a "page not found" error.
This was a clean install of the mod into a new Zen Cart that doesn't have any other mods. This seems like something obvious to fix, any ideas?
Also, when I try the test site you listed earlier I get the redirect error: http://www.numinix.com/1pagecheckout...=shopping_cart
Thanks,
lindasdd
Re: Fast and Easy Checkout for Zen Cart
did you have Ultimate SEO URL turned on? If you do turn it off and see if it works.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
dealbyethan.com
Hi Jeff,
Clearing which cache? Firefox's or Zencart's? Not sure how to do it for Zencart.
Ultimate SEO URLs
PHP Code:
if (FEC_NOACCOUNT_SKIP_LOGIN == 'false') {
zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));
} else {
zen_redirect(zen_href_link(FILENAME_NO_ACCOUNT, '', 'SSL'));
}
Oops, that is code from FEC Advanced (unreleased). I'll fix it in a bit when I finish my latest addition to that module.
PHP Code:
Also, when I try the test site you listed earlier I get the redirect error...
Sorry, I am using the server to build FED Advanced. The standard version will no longer be showcased. Please bear with me as I complete a side-by-side shipping and billing sign-up page.
Re: Fast and Easy Checkout for Zen Cart
I have published version 1.052 on my website. I just removed the renegade FEC ADVANCED code that shouldn't be in the standard version.
What it was doing was trying to redirect customers to a page called "no_account", which doesn't exist in the standard version. Now it should point to "login".
Still no updates pertaining to the SEO URL's problem. I haven't done any personal testing with this module, however...