Re: Fast and Easy Checkout for Zen Cart
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.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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?
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Design75
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:
Re: Fast and Easy Checkout for Zen Cart
Touchwood,
Use the updated module
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
kobra
Touchwood,
Use the updated module
Thanks for the heads up. Applied and seems to be working in my testing.
Regards
Touchwood.
Re: Fast and Easy Checkout for Zen Cart
Hello, I updated FEC and when installing the sql file this is what appeared:
HTML Code:
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
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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.
Re: Fast and Easy Checkout for Zen Cart
Re: Fast and Easy Checkout for Zen Cart
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?
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
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?