Results 1 to 10 of 1222

Threaded View

  1. #11
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: My Checkout Without Account Mod

    Originally Posted by countrycharm
    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.
    Quote Originally Posted by countrycharm View Post
    I still need help with this if anyone could help. Thanks again.
    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

 

 

Similar Threads

  1. Checkout without account problem
    By weblasomnath in forum Addon Templates
    Replies: 0
    Last Post: 23 Nov 2010, 02:56 PM
  2. Checkout without account
    By GDOrn in forum All Other Contributions/Addons
    Replies: 194
    Last Post: 14 Sep 2010, 08:05 PM
  3. Fast and Easy Checkout - Checkout Without Account not showing
    By Lee-oh in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 3 Feb 2010, 05:09 PM
  4. question about the checkout without account mod
    By hxkknba in forum Addon Payment Modules
    Replies: 1
    Last Post: 12 Oct 2009, 05:48 PM
  5. Changing checkout flow with Checkout Without Account (COWOA)?
    By pe7er in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Feb 2008, 06:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg