Re: Fast and Easy Checkout for Zen Cart
ahhh, you have ULTIMATE SEO URLs. Not once have you mentioned this. Never leave this information out when troubleshooting any module. Let alone the fact USU is very buggy to begin with.
I will add this information to the readme.txt:
in classes/seo.url.php on ln 141, change to:
PHP Code:
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' ) {
That will disable it for 'checkout' so that it can use parameters in the PHP url.
Re: Fast and Easy Checkout for Zen Cart
Sorry it never occurred to me that Ultimate SEO URL would affect Fast and Easy Checkout. I changed /includes/classes/seo.url.php but it still says the page isn't redirecting properly. Did I change the right file?
Re: Fast and Easy Checkout for Zen Cart
I'll have to find out if there are other changes to be made. For now I would disable the module and use the regular checkout until I speak with the person who did the SEO modifications.
Re: Fast and Easy Checkout for Zen Cart
Hi,
Any news from the person who did the SEO modifications? Or should I turn off Ultimate SEO URL so that I can use Fast and Easy Checkout? I heard that nowadays SEO URLs are no longer important. Is it true?
Re: Fast and Easy Checkout for Zen Cart
Can someone help me on this one.. I already edit the file seo.class.php and done adding the page to be filtered like checkout.. but an error occured.. "the page isn't redirecting properly.." maybe der some rewriterule to add to .htaccess file??
Re: Fast and Easy Checkout for Zen Cart
hahahaha... i know how to fix... i won't share it to you guys... just pm me if u want the solution..
PS: just offer....
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
matto
hahahaha... i know how to fix... i won't share it to you guys... just pm me if u want the solution..
PS: just offer....
That is a bad attitude considering that these modules are free... But I guess you are new and haven't learned the concept of sharing.
Anyways, Ethan, I believe you need to go into the SEO URL admin and disable: ENABLE AUTOMATIC REDIRECTS
Let me know if that works.
Re: Fast and Easy Checkout for Zen Cart
I'm installing Magic SEO URLs as well. I am pretty sure FEC will work with that.
Re: Fast and Easy Checkout for Zen Cart
Quote:
I believe you need to go into the SEO URL admin and disable: ENABLE AUTOMATIC REDIRECTS
Disabling ENABLE AUTOMATIC REDIRECTS doesn't solve the problem. Turning off ENABLE SEO URLs did make the Fast and Easy Checkout module work. But is it worth disabling Ultimate SEO URLs though? I heard that SEO URLs are not so important nowadays. Is it true? Please advise.
Re: Fast and Easy Checkout for Zen Cart
First I want to thank you for this awesome contribution!
I have it set-up and it so far it looks correct, the only problem I seem to be having is that on the checkout page it is not showing the billing or shipping address for the customer to review.....(It shows step 1 delivery information--no address and then step 2 billin ginformation and no address...)
I am sure it si something in my files, and i have just reviewed everything but just cannot see where it pulls this information...
ANy help would be greatly appreciated!