Zen Cart Logo
Forums / All Other Contributions/Addons / Fast and Easy Checkout

Fast and Easy Checkout

Views: 550,818

Results 1,721 to 1,740 of 2,177
16 Jan 2014, 12:04 PM
#1721
advisers_australia avatar

advisers_australia

New Zenner

Join Date:
Jan 2014
Location:
Australia
Posts:
39
Plugin Contributions:
0

Fast and Easy Checkout

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

  1. I have switched FEC to single checkout page.

  2. Thanks for your help

justin

16 Jan 2014, 12:45 PM
#1722
advisers_australia avatar

advisers_australia

New Zenner

Join Date:
Jan 2014
Location:
Australia
Posts:
39
Plugin Contributions:
0

Re: Fast and Easy Checkout

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

20 Jan 2014, 9:10 AM
#1723
persion avatar

persion

New Zenner

Join Date:
Apr 2012
Posts:
5
Plugin Contributions:
0

Re: Fast and Easy Checkout

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.

20 Jan 2014, 12:15 PM
#1724
simon1066 avatar

simon1066

Totally Zenned

Join Date:
Feb 2009
Location:
UK
Posts:
1,326
Plugin Contributions:
0

Re: Fast and Easy Checkout

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.

20 Jan 2014, 12:28 PM
#1725
advisers_australia avatar

advisers_australia

New Zenner

Join Date:
Jan 2014
Location:
Australia
Posts:
39
Plugin Contributions:
0

Re: Fast and Easy Checkout

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/zencart/zen-cart-v1.5.1-full-fileset-09182012/index.php?main_page=login

Thanks in advance for any suggestions.

Justin :frusty:

20 Jan 2014, 3:32 PM
#1726
bislewl avatar

bislewl

Totally Zenned

Join Date:
Dec 2011
Location:
Wisconsin, USA
Posts:
674
Plugin Contributions:
12

Re: Fast and Easy Checkout

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 ?

20 Jan 2014, 3:39 PM
#1727
bislewl avatar

bislewl

Totally Zenned

Join Date:
Dec 2011
Location:
Wisconsin, USA
Posts:
674
Plugin Contributions:
12

Re: Fast and Easy Checkout

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/zencart/zen-cart-v1.5.1-full-fileset-09182012/index.php?main_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!

21 Jan 2014, 4:39 AM
#1728
advisers_australia avatar

advisers_australia

New Zenner

Join Date:
Jan 2014
Location:
Australia
Posts:
39
Plugin Contributions:
0

Re: Fast and Easy Checkout

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

21 Jan 2014, 4:56 AM
#1729
advisers_australia avatar

advisers_australia

New Zenner

Join Date:
Jan 2014
Location:
Australia
Posts:
39
Plugin Contributions:
0

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

21 Jan 2014, 5:18 AM
#1730
bislewl avatar

bislewl

Totally Zenned

Join Date:
Dec 2011
Location:
Wisconsin, USA
Posts:
674
Plugin Contributions:
12

Re: Fast and Easy Checkout

There should be a edit button, are they skipping the shopping cart?

21 Jan 2014, 8:38 AM
#1731
advisers_australia avatar

advisers_australia

New Zenner

Join Date:
Jan 2014
Location:
Australia
Posts:
39
Plugin Contributions:
0

Re: Fast and Easy Checkout

hi

yes the edit button is skipping the shopping cart

Justin

27 Jan 2014, 10:40 AM
#1732
mannietjie avatar

mannietjie

New Zenner

Join Date:
Jan 2014
Posts:
2
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hey guys,

I followed the steps given in on the first message on this thread, Now my checkout isn't working, My textboxes are all out of line and this doesn't seem to work for me.

Did i do something wrong?

Link: http://www.aatechnologies.co.za/Demo/index.php?main_page=login

Thanks

27 Jan 2014, 12:45 PM
#1733
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

Mannietjie:

Hey guys,

I followed the steps given in on the first message on this thread, Now my checkout isn't working, My textboxes are all out of line and this doesn't seem to work for me.

Did i do something wrong?

Link: http://www.aatechnologies.co.za/Demo/index.php?main_page=login

Thanks

So you followed the install instructions from 7 years ago, what happens when you follow the instructions from the current version?

27 Jan 2014, 7:50 PM
#1734
bislewl avatar

bislewl

Totally Zenned

Join Date:
Dec 2011
Location:
Wisconsin, USA
Posts:
674
Plugin Contributions:
12

Re: Fast and Easy Checkout

The layout looks, ok, but you are missing some JS files it looks like, did you install CSS/JS loader?

and also personally I usually remove the Email Salutation of Mr/Mrs as most people don't even look at it.

29 Jan 2014, 9:27 AM
#1735
ellenropa avatar

ellenropa

New Zenner

Join Date:
Jan 2014
Location:
Nederland
Posts:
19
Plugin Contributions:
0

Re: Fast and Easy Checkout

HI I have download the CEP but wich sql must I use, I use zen 1.5.1. In the folder prev. sql I dont see the file for zen 1.5.1
Ellen

29 Jan 2014, 5:24 PM
#1736
bislewl avatar

bislewl

Totally Zenned

Join Date:
Dec 2011
Location:
Wisconsin, USA
Posts:
674
Plugin Contributions:
12

Re: Fast and Easy Checkout

ellenropa:

HI I have download the CEP but wich sql must I use, I use zen 1.5.1. In the folder prev. sql I dont see the file for zen 1.5.1
Ellen

The newer versions of Fast & Easy Checkout have an auto-installer, so there is no need manually run an SQL statement unless you wish to uninstall.

29 Jan 2014, 6:43 PM
#1737
ellenropa avatar

ellenropa

New Zenner

Join Date:
Jan 2014
Location:
Nederland
Posts:
19
Plugin Contributions:
0

Re: Fast and Easy Checkout

thank yo so much for the answer
Ellen

5 Feb 2014, 4:37 AM
#1738
joem83 avatar

joem83

Zen Follower

Join Date:
Aug 2012
Posts:
138
Plugin Contributions:
0

Re: Fast and Easy Checkout

Is this addon compatible with taxcloud?

5 Feb 2014, 4:43 AM
#1739
bislewl avatar

bislewl

Totally Zenned

Join Date:
Dec 2011
Location:
Wisconsin, USA
Posts:
674
Plugin Contributions:
12

Re: Fast and Easy Checkout

joem83:

Is this addon compatible with taxcloud?

There are some people who have completed this. I do know that Tax Cloud has been talking redoing the module to have fewer core changes and be more extendable going forward, as I'm not sure if it is even compatible with 1.5.2

5 Feb 2014, 2:24 PM
#1740
joem83 avatar

joem83

Zen Follower

Join Date:
Aug 2012
Posts:
138
Plugin Contributions:
0

Re: Fast and Easy Checkout

Thanks, I have tax cloud, and the last time I tried fast and easy checkout with taxcloud I made a mess. Will just wait