Anybody:unsure:
Printable View
Anybody:unsure:
<?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.
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.Quote:
Originally Posted by countrycharm http://www.zen-cart.com/forum/images...s/viewpost.gif
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.
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');
?>
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!
I think I may be in the same boat as mcarbone. I just added COWOA to my site and now each time I click on the "Go to Checkout" button it sends me to what's supposed to be the login page, but it's blank. I double checked my install and it looks like I put all the right files in the right places. Any thoughts? Thanks!
Brian
http://2600strange.com/index.php?mai...=shopping_cart