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

Fast and Easy Checkout

Views: 550,834

Results 1,681 to 1,700 of 2,177
6 Dec 2013, 6:48 AM
#1681
snk060 avatar

snk060

New Zenner

Join Date:
Aug 2013
Posts:
56
Plugin Contributions:
0

Fast and Easy Checkout

bislewl:

are all your payment methods at different sort values and none at zero? any issues with shipping modules, do you have an Non-shared ssl?

I am using two payment module and both have sort order 0. There is no issue with shipping module, I am using flat shipping. Yes, I have non-shared ssl.

6 Dec 2013, 6:51 AM
#1682
bislewl avatar

bislewl

Totally Zenned

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

Re: Fast and Easy Checkout

snk060:

I am using two payment module and both have sort order 0. There is no issue with shipping module, I am using flat shipping. Yes, I have non-shared ssl.
Ok, try make one at lets say 10 and one at 20 (I would never recommend even 1 at zero), also make sure your zones are properly set up with the payment mods. I have seen that issue before too.

6 Dec 2013, 6:55 AM
#1683
snk060 avatar

snk060

New Zenner

Join Date:
Aug 2013
Posts:
56
Plugin Contributions:
0

Re: Fast and Easy Checkout

bislewl:

Ok, try make one at lets say 10 and one at 20 (I would never recommend even 1 at zero), also make sure your zones are properly set up with the payment mods. I have seen that issue before too.

Thanks bislewl,

I will try after making these changes and will let you know.

Many thanks!

6 Dec 2013, 11:44 AM
#1684
green_books avatar

green_books

New Zenner

Join Date:
Nov 2013
Location:
Hong Kong
Posts:
44
Plugin Contributions:
0

Re: Fast and Easy Checkout

Only a few steps more to be success. (Almost the same of #1670)

The "Fast and Easy Checkout Configuration" page still didn't showed content but only got save changes and cancel button.
Attachment 13468

Below is line 234-237 of configuration.php, which control every save changes and cancel button in configuration. (like the capture above).

				<div class="mod-buttons">
					<button class="mod-buttons-call"><?php echo TEXT_BUTTON_SAVE_CHANGES; ?></button>
					<a href="<?php echo zen_href_link(FILENAME_CONFIGURATION, 'gID=' . $_GET['gID']); ?>" class="mod-buttons-second"><?php echo TEXT_BUTTON_CANCEL; ?></a>
				</div>	

However, I couldn't figure out where is the content code of the form and why it's no show......

Step 11. In the Admin Panel, go to Configuration->Fast and Easy Checkout Configuration and set "Easy Sign-Up and Login" to true.
Step 12. In the Admin Panel, go to Configuration->Fast and Easy Checkout Configuration and Enable the mod by setting "Fast and Easy Checkout" to true.

Since I can't change the status of both step 11 & 12, I decided to change it by code (like below), but nothing happen:

Below: administrator>includes>installers>fec>new.php

Line 18

('Fast and Easy Checkout', 'FEC_STATUS', 'true', 'Activate Fast and Easy Checkout? (note: Easy Sign-up and Login must be disabled separately)', " . $configuration_group_id . ", 10, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),

Line 28

('Easy Sign-Up and Login', 'FEC_EASY_SIGNUP_STATUS', 'true', 'Activate Easy Sign-Up and Login?', " . $configuration_group_id . ", 20, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),

Could anyone figure out a way to do this? :yes: Either one solution of below:
1.) Display the content of "Fast and Easy Checkout Configuration" page
2.) change the "Fast and Easy Checkout Configuration" page status through coding

Many Thanks,
Eva

9 Dec 2013, 9:12 AM
#1685
green_books avatar

green_books

New Zenner

Join Date:
Nov 2013
Location:
Hong Kong
Posts:
44
Plugin Contributions:
0

Re: Fast and Easy Checkout

No reply......
Any Suggestions? :huh:

9 Dec 2013, 4:09 PM
#1686
bislewl avatar

bislewl

Totally Zenned

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

Re: Fast and Easy Checkout

Have you changed where it says YOUR_ADMIN to to your admin directory and YOUR_TEMPATE to your template directory?

10 Dec 2013, 5:37 PM
#1687
linuxguy2 avatar

linuxguy2

Zen Follower

Join Date:
Sep 2013
Location:
Texas
Posts:
315
Plugin Contributions:
0

Re: Fast and Easy Checkout

There are three place you have to change YOUR_TEMPLATE

Your Catalog > includes/languages/english/YOUR_TEMPLATE
Your Catalog > includes/languages/english/extra_definitions/YOUR_TEMPLATE
Your Catalog > includes/templates/YOUR_TEMPLATE

And of course change the YOUR_ADMIN

Some of the Plugins I was using cause problems installing fec.
I had to install css_js_loader first and then fec before I installed other mods.

11 Dec 2013, 6:13 PM
#1688
brandonturpin avatar

brandonturpin

Zen Follower

Join Date:
Dec 2008
Location:
Utah, USA
Posts:
183
Plugin Contributions:
7

Re: Fast and Easy Checkout

I have a quick question, I have a client using this plugin which we love, but the issue is when someone goes to the login page, all they need is an email address. If you put the email and no password of any account, it will show the history of that email address. I have looked multiple places to change this and I do not see it. Im sure its been answered but is there a way to make them need a password to see the account history?

11 Dec 2013, 6:19 PM
#1689
bislewl avatar

bislewl

Totally Zenned

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

Re: Fast and Easy Checkout

brandonturpin:

I have a quick question, I have a client using this plugin which we love, but the issue is when someone goes to the login page, all they need is an email address. If you put the email and no password of any account, it will show the history of that email address. I have looked multiple places to change this and I do not see it. Im sure its been answered but is there a way to make them need a password to see the account history?

Yes this was an issue that has been resolved in version 1.14.2, however that version hasn't been approved by zen-cart.com yet so you will need to obtain that via another method. It is on the author's website.

11 Dec 2013, 6:57 PM
#1690
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Fast and Easy Checkout

The plugin has been updated.

11 Dec 2013, 7:32 PM
#1691
bislewl avatar

bislewl

Totally Zenned

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

Re: Fast and Easy Checkout

Thank You!

12 Dec 2013, 12:57 AM
#1692
linuxguy2 avatar

linuxguy2

Zen Follower

Join Date:
Sep 2013
Location:
Texas
Posts:
315
Plugin Contributions:
0

Re: Fast and Easy Checkout

FYI
After more testing I discovered easypopulate-4.0-master (configuration part) cannot be installed AFTER Niminx fec.
(Fails when trying to load the configuration portion)
My work around was to install ep-4 first and then css_js_loader & fec.
This work was done on a fresh install of zc 1.5.1 default (classic) template.

Thanks,

12 Dec 2013, 3:31 AM
#1693
bislewl avatar

bislewl

Totally Zenned

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

Re: Fast and Easy Checkout

If the install.sql doesn't reference the table columns, it will have issues. IMHO a sql that doesn't reference table columns is poorly written.

12 Dec 2013, 5:37 AM
#1694
green_books avatar

green_books

New Zenner

Join Date:
Nov 2013
Location:
Hong Kong
Posts:
44
Plugin Contributions:
0

Re: Fast and Easy Checkout

bislewl:

Have you changed where it says YOUR_ADMIN to to your admin directory and YOUR_TEMPATE to your template directory?

linuxguy2:

There are three place you have to change YOUR_TEMPLATE

Your Catalog > includes/languages/english/YOUR_TEMPLATE
Your Catalog > includes/languages/english/extra_definitions/YOUR_TEMPLATE
Your Catalog > includes/templates/YOUR_TEMPLATE

And of course change the YOUR_ADMIN

Some of the Plugins I was using cause problems installing fec.
I had to install css_js_loader first and then fec before I installed other mods.

Thanks for you guys' detail replies. I've double check my YOUR_TEMPLATE and YOUR_ADMIN, but nothing wrong.
I was followed the installation instruction step by step, everything is ok until I check the configuration.

BTW, I've installed CSS/Js loader first, and then FEC, just like you and others. I don't know what is going wrong......

linuxguy2:

FYI
After more testing I discovered easypopulate-4.0-master (configuration part) cannot be installed AFTER Niminx fec.
(Fails when trying to load the configuration portion)
My work around was to install ep-4 first and then css_js_loader & fec.
This work was done on a fresh install of zc 1.5.1 default (classic) template.

Thanks,

Is that means I've to install ep-4 to get my configuration part run properly? Or I misunderstood?

Below is some of my installed plugin:
Image_Handler4_v4_3_2
BookX
Reviews — Updated (Reviews by Guests)
Product filter Module for Zencart

12 Dec 2013, 2:42 PM
#1695
linuxguy2 avatar

linuxguy2

Zen Follower

Join Date:
Sep 2013
Location:
Texas
Posts:
315
Plugin Contributions:
0

Re: Fast and Easy Checkout

No, you do not need to install ep-4.

Try installing fec on a test site without any other mods.
It may be one of your other mods is preventing fec from installing properly.

12 Dec 2013, 11:30 PM
#1696
jimmie avatar

jimmie

Totally Zenned

Join Date:
Jan 2013
Location:
New Port Richey, Florida
Posts:
969
Plugin Contributions:
0

Re: Fast and Easy Checkout

Where does Signature option post to? (where can i see it after it is selected)
How to add more options there?

13 Dec 2013, 2:29 AM
#1697
green_books avatar

green_books

New Zenner

Join Date:
Nov 2013
Location:
Hong Kong
Posts:
44
Plugin Contributions:
0

Re: Fast and Easy Checkout

linuxguy2:

No, you do not need to install ep-4.

Try installing fec on a test site without any other mods.
It may be one of your other mods is preventing fec from installing properly.

Okay, thanks for your help.
I'll try later then. :smile:

13 Dec 2013, 3:14 PM
#1698
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hi folks,
I search each thread and could not find answer for this but I was able to figured this out and sharing here so it may be helpful for you all!

Insurance not required but optional and want to have insurance checkbox marked when page loads.
If customer don't want insurance they can simply uncheck box. Using this modification you can get more orders with insurance as box is already selected.

Do following:

Module>Order total >Ot_insurance

Open above mentioned file then press CTRL + F
and type "Checkbox" in search box and hit "ENTER"

Few lines above the line you saw with word "Checkbox" there is a field

$selected = (($_SESSION['opt_insurance'] == '1') ? true : false);

change it to

$selected = (($_SESSION['opt_insurance'] == '1') ? true : true);

If you have standard file with no changes then you can find it by searching for line

Any comment or question contact me Thanks.

3 Jan 2014, 7:38 PM
#1699
infidel avatar

infidel

New Zenner

Join Date:
Oct 2013
Posts:
20
Plugin Contributions:
0

Re: Fast and Easy Checkout

I installed the BitCoin plugin from BitPay.
Bit coin appears in the Payment Modules and it's fully configured, but will not display during checkout.

Any ideas on how to get the BitCoin to be an option on the Billing Info section?

3 Jan 2014, 7:41 PM
#1700
bislewl avatar

bislewl

Totally Zenned

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

Re: Fast and Easy Checkout

Infidel:

I installed the BitCoin plugin from BitPay.
Bit coin appears in the Payment Modules and it's fully configured, but will not display during checkout.

Any ideas on how to get the BitCoin to be an option on the Billing Info section?

Do other payment modules work?