This may have been answered but how do I go about putting the Captcha at the bottom of the Step 1 of 5 - Billing Information page. It was working up until I added this module. Thanks for the help.
This may have been answered but how do I go about putting the Captcha at the bottom of the Step 1 of 5 - Billing Information page. It was working up until I added this module. Thanks for the help.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Anybody![]()
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
<?php if($_SESSION['COWOA']) $COWOA=TRUE; ?>
Hi all,
Is the above supposed to be included at line 15 of:
includes\templates\CUSTOM\templates\tpl_checkout_success_default.php?
Thanks.
Answer is yes.
I just inverted the order of installation and installed add-ons first.
I just installed this mod, however, it's telling me "Page not found" when I click on the Continue to try to checkout as guest. I've re-uploaded the files several times to make sure I'm not doing anything wrong.
You can see it here: https://robomatter.net/index.php?main_page=login
Anyone know what's going on?
The no_account.php file is in the "languages/english/my_template/" folder - I can see it in my FTP program. So.. it's there.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
How can I skip the initial COWOA page that gives the customer three options (log in, sign up, or COWOA)? In other words, when the customer clicks "go to checkout" they will be immediately directed to the Billing Information page. I am only selling one product on my website, so it would be sloppy and pointless to have the option to create an account.
Oops. I should do a better job searching the forum. My answer is here:
http://www.zen-cart.com/forum/showth...kip#post522629
If anybody else has the the add on captcha_using_ttf__gd__tel and you add this add on here you will need to add some code to the includes/modules/pages/no_account header.php. to get the captcha to show up. The header needs to look like this.
PHP Code:<?php
/**
* no_account header_php.php
*
* @package page
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: J_Schilz for Integrated COWOA - 14 April 2007
*/
// This should be first line of the script:
$zco_notifier->notify('NOTIFY_HEADER_START_NO_ACCOUNT');
require(DIR_WS_MODULES . zen_get_module_directory('require_languages.php'));
include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_NO_ACCOUNT));
// BOF Captcha
if(CAPTCHA_NO_ACCOUNT != 'false') {
require(DIR_WS_CLASSES . 'captcha.php');
$captcha = new captcha();
}
// EOF Captcha
$breadcrumb->add(NAVBAR_TITLE);
// This should be last line of the script:
$zco_notifier->notify('NOTIFY_HEADER_END_NO_ACCOUNT');
?>
Last edited by countrycharm; 30 Jan 2010 at 06:06 PM.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
I desperately need help on this issue. I've searched this thread to but could not find anything about merging this with the stock by attributes mod.
I know I need to merge orders.php but I'm stuck with the required scripts in modules / pages.
Stock w/sttribute requires that modules/pages/check_out shipping/header_php.php and modules/pages/shopping_cart/header_php.php.
COWOA requires a new pages/no_account/header.php.
Would COWOA be affected by this mod. I'm saoory for the vagueness but I'm lost.
Thanks for your help!