TamyA, I replied in your thread.
Printable View
I'm running 1.15.3, and recently our robot checker/CAPTCHA box has disappeared from our Create an Account page. In the admin configs, there isn't an option to turn off or on the CAPTCHA, and despite it missing, if you try to create an account, it says that you have to check the anti-bot box first... which is now impossible. I've tried updating to the most recent version, and now when I go to the configs page, all I get is a box that has FAST AND EASY CHECKOUT CONFIG, and under that, 3 boxes that say General, Guest, and Login, and under that Save and Cancel. That's it. no options or anything. When I go and try to make an account, I no longer get the "please check the box", but instead it just cycles back to the same login page, and doesn't say anything new. None of this triggers an error report either, so I have no idea what is going wrong. I followed the install/update instructions completely, including the php overwrites/edits.
*Edit to last post*
Attachment 17824
This is the only thing I get when I go to the config page.
Does this module work in zc 1.5.6? My checkout payment options are not showing up after an upgrade.
I'm running v1.5.5f. Added the FEC plugin. When customer uses the guest checkout option, they receive an error that instructs them to refresh and they get the same error. Each time, the charge is registered through Paypal and they are charged however the order never makes it through to admin. The plugin installed smoothly and everything appears to work properly except this aspect. I disable the checkout without creating an account and all is well sans the easy checkout. Curious if this is unique to me or if others have had the issue? Thanks!
I am currently using fast and easy checkout.
For some reason I am having trouble getting the out of stock to show throughout the checkout process. I am only seeing it on the cart page.
/includes/templates/theme871/templates/tpl_checkout_stacked.php
On fast and easy checkout On the page given above I have
Code:<?php if ($flagAnyOutOfStock) { ?>
<?php if (STOCK_ALLOW_CHECKOUT == 'true') { ?>
<div class="messageStackError"><?php echo OUT_OF_STOCK_CAN_CHECKOUT; ?></div>
<?php } else { ?>
<div class="messageStackError"><?php echo OUT_OF_STOCK_CANT_CHECKOUT; ?></div>
<?php } //endif STOCK_ALLOW_CHECKOUT ?>
<?php } //endif flagAnyOutOfStock ?>
Code:<td class="cartProductDisplay" colspan="2"><?php echo $order->products[$i]['name']; ?>
<?php echo $stock_check[$i]; ?>
Seems to be the same piece code on the default as in the fast and easy checkout. But for some reason it does not want to show (item is out of stock).
Anyone have any ideas on how to get the out of stock to show throughout the entire checkout process
I installed this on a 1.5.6c cart using the Square payment module. Now the credit card fields do not display. If I disable FEC they do display. Anyone else having this issue or using Square successfully?
how can i clean this up. i want to close the spacing.
https://jnsflooringandsupplies.com/Log_In
I am trying to get FEC up and running on my website. It seems to be working on the store end ... but in the Admin Area, certain setting won't update when trying to save them. You can make the change and then update and the site returns a white page and doesn't update the setting in the database. The error is being generated by a the configuration_default.php added by the FEC module.
Been scouring the forum for an answer have yet to find one. Thanks in advance for any help that can be offered.Code:PHP Fatal error: Uncaught Error: Call to undefined function zen_admin_demo()
Here's the full error message:
We are running Zen Cart 1.5.7 with PHP 7.2.Code:[04-Sep-2020 11:31:48 America/Los_Angeles] PHP Fatal error: Uncaught Error: Call to undefined function zen_admin_demo() in /home/*****/moonrivercardstore.com/store_NLW/admin_***/configuration_default.php:19
Stack trace:
#0 /home/*****/moonrivercardstore.com/store_NLW/admin_***/index.php(11): require()
#1 {main}
thrown in /home/*****/moonrivercardstore.com/store_NLW/admin_***/configuration_default.php on line 19
[04-Sep-2020 11:31:48 America/Los_Angeles] Request URI: /store_***/admin_***/index.php?cmd=configuration_default&gID=10&cID=244&action=save, IP address: 71.85.54.137
--> PHP Fatal error: Uncaught Error: Call to undefined function zen_admin_demo() in /home/*****/moonrivercardstore.com/store_NLW/admin_***/configuration_default.php:19
Stack trace:
#0 /home/*****/moonrivercardstore.com/store_NLW/admin_***/index.php(11): require()
#1 {main}
thrown in /home/*****/moonrivercardstore.com/store_NLW/admin_***/configuration_default.php on line 19.