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

Fast and Easy Checkout

Views: 550,870

Results 1,521 to 1,540 of 2,177
25 Dec 2012, 6:48 PM
#1521
ravins avatar

ravins

New Zenner

Join Date:
Feb 2012
Posts:
14
Plugin Contributions:
0

Fast and Easy Checkout

Hi I have installed fast and easy check out on zencart V151.Site is running on local. When clicked on add to cart button on product info screen blank screen is showing.Logs has following message:
PHP Fatal error: Call to undefined function zen_create_random_value() in C:\server\www\includes\classes\shopping_cart.php on line 1295.
Site was working perfectly earlier. Having this problem since this addon is installed.
Site has following addons: admin login as customer,product filter,product pagination,zen light box. problem appeared after installing fec.

Any suggestions would help me.Thank you.

25 Dec 2012, 8:38 PM
#1522
picandnix avatar

picandnix

Totally Zenned

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

Re: Fast and Easy Checkout

Ravins:

Hi I have installed fast and easy check out on zencart V151.Site is running on local. When clicked on add to cart button on product info screen blank screen is showing.Logs has following message:
PHP Fatal error: Call to undefined function zen_create_random_value() in C:\server\www\includes\classes\shopping_cart.php on line 1295.
Site was working perfectly earlier. Having this problem since this addon is installed.
Site has following addons: admin login as customer,product filter,product pagination,zen light box. problem appeared after installing fec.

Any suggestions would help me.Thank you.

Which version of FEC are you using?

26 Dec 2012, 1:44 AM
#1523
touchwood avatar

touchwood

New Zenner

Join Date:
Nov 2012
Posts:
31
Plugin Contributions:
0

Re: Fast and Easy Checkout

Design75:

did you use this https://www.numinix.com/zen-cart-modules/other-modules/css-js-loader link? It is working for me

https://github.com/yellow1912/cjloader --> from the CSS JS Loader link below.

Download and install CSS JS Loader.
If using Zen Cart version 1.3.7, read this post.
Patch your database by copying and pasting the contents of install.sql in the Admin Panel at Tools->Install SQL Patches.
Before uploading, rename these folders to your specific folder names:
/YOUR_ADMIN -> Rename to your admin folder name
/includes/templates/YOUR_TEMPLATE -> Rename to your template folder name
/includes/modules/YOUR_TEMPLATE -> Rename to your template folder name
/includes/languages/english/YOUR_TEMPLATE -> Rename to your template folder name
Upload all files and updated folders in this package while maintaining the directory structure.
Open includes/classes/order.php and find:

26 Dec 2012, 2:29 AM
#1524
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Fast and Easy Checkout

Touchwood,

Use the updated module

26 Dec 2012, 6:06 AM
#1525
touchwood avatar

touchwood

New Zenner

Join Date:
Nov 2012
Posts:
31
Plugin Contributions:
0

Re: Fast and Easy Checkout

kobra:

Touchwood,

Use the updated module

Thanks for the heads up. Applied and seems to be working in my testing.

Regards

Touchwood.

26 Dec 2012, 7:53 PM
#1526
budy avatar

budy

New Zenner

Join Date:
Jun 2009
Posts:
56
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hello, I updated FEC and when installing the sql file this is what appeared:

1062 Duplicate entry 'Permanent Account Holders Only' for key 'query_name'
in:
[INSERT INTO zen_query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters', 'Permanent Account Holders Only', 'Send email only to permanent account holders ', 'select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS where COWOA_account != 1 order by customers_lastname, customers_firstname, customers_email_address');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

Is this alright? In my site everything seems going well but I'am a bit concerned if there might be something that escapes my attention.

Another thing is that I'd like to remove the checkout without account and I've been trying to find out for the past few hours how to do it and I've found nothing. I appreciate if somebody can tell me how to do it.

Many thanks

26 Dec 2012, 8:15 PM
#1527
picandnix avatar

picandnix

Totally Zenned

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

Re: Fast and Easy Checkout

budy:

Another thing is that I'd like to remove the checkout without account and I've been trying to find out for the past few hours how to do it and I've found nothing. I appreciate if somebody can tell me how to do it.

Many thanks

there is an option in FEC configuration to do this.

26 Dec 2012, 10:03 PM
#1528
budy avatar

budy

New Zenner

Join Date:
Jun 2009
Posts:
56
Plugin Contributions:
0

Re: Fast and Easy Checkout

Thanks Picandnix!

27 Dec 2012, 3:59 AM
#1529
navido avatar

navido

Zen Follower

Join Date:
Sep 2008
Posts:
221
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hi all

I use 1.5.0. I have had this module on 1.3.8 before..working like a charm. However on 1.5.0 when i enable it and click to go to checkout i get:

"This webpage has a redirect loop" With the following error:
Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.

I have done a clean install for the 1.5.0. Not upgraded.

Can anyone let me know how to fix this? And why does this appear?

27 Dec 2012, 8:13 AM
#1530
picandnix avatar

picandnix

Totally Zenned

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

Re: Fast and Easy Checkout

navido:

Hi all

I use 1.5.0. I have had this module on 1.3.8 before..working like a charm. However on 1.5.0 when i enable it and click to go to checkout i get:

"This webpage has a redirect loop" With the following error:
Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.

I have done a clean install for the 1.5.0. Not upgraded.

Can anyone let me know how to fix this? And why does this appear?

hmm, which version are you using, any other mods and did you merge or just overwrite files?

27 Dec 2012, 11:27 AM
#1531
ravins avatar

ravins

New Zenner

Join Date:
Feb 2012
Posts:
14
Plugin Contributions:
0

Re: Fast and Easy Checkout

picandnix:

Which version of FEC are you using?

I am using FEC 1.10.0

27 Dec 2012, 11:52 AM
#1532
picandnix avatar

picandnix

Totally Zenned

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

Re: Fast and Easy Checkout

Ravins:

I am using FEC 1.10.0

ok firstly try using the latest version 1.11 from the numinix website.

28 Dec 2012, 4:26 AM
#1533
touchwood avatar

touchwood

New Zenner

Join Date:
Nov 2012
Posts:
31
Plugin Contributions:
0

Re: Fast and Easy Checkout

Sorry to be a pain -

After completing installation (Vers 1.11.0) during testing getting " Your order is being processed message" after completing sale prior to payment section.

After looking through many previous forum posts on this error I have turned off Ebay, just using COD and Money Order as payment options.

A pointer in the right direction would be appreciated.

Regards

28 Dec 2012, 7:14 AM
#1534
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Fast and Easy Checkout

Touchwood:

Sorry to be a pain -

After completing installation (Vers 1.11.0) during testing getting " Your order is being processed message" after completing sale prior to payment section.

After looking through many previous forum posts on this error I have turned off Ebay, just using COD and Money Order as payment options.

A pointer in the right direction would be appreciated.

Regards

did you also install the js/css loader? (step 1 of the installation)

28 Dec 2012, 10:48 AM
#1535
touchwood avatar

touchwood

New Zenner

Join Date:
Nov 2012
Posts:
31
Plugin Contributions:
0

Re: Fast and Easy Checkout

Design75:

did you also install the js/css loader? (step 1 of the installation)

Yes - see post #1523. Had some issues with the link to the version in the install notes so downloaded and installed version from main site.
Is there a test verify that the js/css loader installation worked correctly?

Regards

28 Dec 2012, 11:52 AM
#1536
touchwood avatar

touchwood

New Zenner

Join Date:
Nov 2012
Posts:
31
Plugin Contributions:
0

Re: Fast and Easy Checkout

Sorted - thanks guys. My bad.

Went through all the operations of the install of the CSS/JS loader again. Missed renaming /includes/Templates/Your Template.

Regards

Touchwood

28 Dec 2012, 1:12 PM
#1537
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Fast and Easy Checkout

:laugh:happens to the best of us sometimes :bangin:

30 Dec 2012, 12:24 PM
#1538
ravins avatar

ravins

New Zenner

Join Date:
Feb 2012
Posts:
14
Plugin Contributions:
0

Re: Fast and Easy Checkout

picandnix:

ok firstly try using the latest version 1.11 from the numinix website.

My site had a addon 'admin login as customer-with master password'. Seems like that was corrupted after fec install.I uninstalled 'admin login as customer' addon and then installed FEC1.11.0. and it is working fine this time.Thank you.
My next task is to adding payment methods(paypal) and modify shipping methods. Please suggest any pointers.

30 Dec 2012, 1:22 PM
#1539
picandnix avatar

picandnix

Totally Zenned

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

Re: Fast and Easy Checkout

Ravins:

My site had a addon 'admin login as customer-with master password'. Seems like that was corrupted after fec install.I uninstalled 'admin login as customer' addon and then installed FEC1.11.0. and it is working fine this time.Thank you.

I'm fairly sure that mod will work fine with FEC. Which ZC version are you using? Did you merge files or simply overwrite?
Which file(s) conflict between FEC and Admin Login as Customer?

My next task is to adding payment methods(paypal) and modify shipping methods. Please suggest any pointers.

you need to be a little more specific, what is it you wish to do? It's probably better starting a new thread to ask this though as this is the FEC thread not a shipping/PayPal thread therefore your question may get swallowed up and never answered.

30 Dec 2012, 11:58 PM
#1540
ravins avatar

ravins

New Zenner

Join Date:
Feb 2012
Posts:
14
Plugin Contributions:
0

Re: Fast and Easy Checkout

picandnix:

I'm fairly sure that mod will work fine with FEC. Which ZC version are you using? Did you merge files or simply overwrite?
Which file(s) conflict between FEC and Admin Login as Customer?
I am using zencart v151.First time I merged the files. Second time I have over written files. Both the times I was getting blank screen when clicked on add to cart button.Then switched back to previous backed up version. Even then I was having same issue. Then I uninstalled admin login as customer mod then It was working.I am not sure which files had conflict.I did not do much research. Since problem got fixed after uninstalling admin as customer module I thought it was corrupted.I might have did some mistake while installing fec earlier.

you need to be a little more specific, what is it you wish to do? It's probably better starting a new thread to ask this though as this is the FEC thread not a shipping/PayPal thread therefore your question may get swallowed up and never answered.
I am in the process of building the site. I am planning to have paypal as payment method.Not sure How to integrate paypal payment module.I will look into other forums.
Thank you responding to the request.