Re: Fast and Easy Checkout for Zen Cart
Hi
1. CSS js loader was configured incorrectly. I fixed that problem. Minify is switched to false.
2. I am still getting the error message.
3. The js error message that came up was
event.returnValue is deprecated. Please use the standard event.preventDefault() instead. jquery.js:9597
4. I have switched FEC to single checkout page.
5. Thanks for your help
justin
Re: Fast and Easy Checkout for Zen Cart
Hi
I have fixed the problem - it was my error I had not loaded correctly the css js loader.
I still get the problem of the error screen comes up for a few seconds before going to the payment portal.
Thanks
Justin
Re: Fast and Easy Checkout for Zen Cart
1054 Unknown column 'admin_profile' in 'field list'
in:
[SELECT admin_id, admin_pass, admin_profile FROM admin WHERE admin_profile = '1' ]
When I login, met the trouble.
Please help me, thank you.
Re: Fast and Easy Checkout for Zen Cart
I'm installing FEC on a site and I've noticed that the /password_forgotten/header_php.php omits the slam prevention present in v1.51/1.52.
I'm assuming this is unintentional(?) and will include it, just wanted to check.
Re: Fast and Easy Checkout for Zen Cart
Hi
When I go to the log in screen the heading for the "returning customers" has the heading "new customers".
I have had a look through the defines and it does not appear ( to my novice eyes) that the problem exists here.
http://www.advisers-australia.com/ze...ain_page=login
Thanks in advance for any suggestions.
Justin :frusty:
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
persion
1054 Unknown column 'admin_profile' in 'field list'
in:
[SELECT admin_id, admin_pass, admin_profile FROM admin WHERE admin_profile = '1' ]
When I login, met the trouble.
Please help me, thank you.
Which version of zencart are you running? I suspect 1.3.x ?
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Advisers Australia
Hi
When I go to the log in screen the heading for the "returning customers" has the heading "new customers".
I have had a look through the defines and it does not appear ( to my novice eyes) that the problem exists here.
http://www.advisers-australia.com/ze...ain_page=login
Thanks in advance for any suggestions.
Justin :frusty:
Sounds like a language issue. Please try these steps
Search using Developers Tool Kit for HEADING_RETURNING_CUSTOMER_SPLIT , it should be in includes/languages/YOUR_TEMPLATE/login.php on line 23
if that reads define('HEADING_RETURNING_CUSTOMER_SPLIT', 'Returning Customers');
Look in includes/templates/YOUR_TEMPLATE/templates/tpl_login_default.php on line 64 it should be using the definition.
Please let us know!
Re: Fast and Easy Checkout for Zen Cart
Hi
thank you for your suggestions. I found the error in includes/templates/YOUR_TEMPLATE/templates/tpl_login_default.php on line 196
The line read: - <span class="fec-fieldset-legend"><?php echo HEADING_NEW_CUSTOMER_SPLIT; ?></span>
I changed this to <span class="fec-fieldset-legend"><?php echo HEADING_RETURNING_CUSTOMER_SPLIT; ?></span>
Now the "new customer" has been replaced with the words "returning customer"
Thank you for your help
Justin
Re: Fast and Easy Checkout
Hi
On the checkout page the box does not appear to change the quantity of the order.
I have gone to the admin/config/productinfo and switched the Product Quantity Box Status - Adding New Products to 1
Is this the correct place?
Thanks
Justin
Re: Fast and Easy Checkout
There should be a edit button, are they skipping the shopping cart?