Page 94 of 123 FirstFirst ... 44849293949596104 ... LastLast
Results 931 to 940 of 1222
  1. #931
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: My Checkout Without Account Mod

    Anybody
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #932
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: My Checkout Without Account Mod

    <?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.

  3. #933
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: My Checkout Without Account Mod

    Answer is yes.
    I just inverted the order of installation and installed add-ons first.

  4. #934
    Join Date
    Dec 2009
    Posts
    55
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    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.

  5. #935
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by countrycharm View Post
    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.
    I still need help with this if anyone could help. Thanks again.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #936
    Join Date
    Jan 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    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.

  7. #937
    Join Date
    Jan 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Oops. I should do a better job searching the forum. My answer is here:

    http://www.zen-cart.com/forum/showth...kip#post522629

  8. #938
    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

  9. #939
    Join Date
    Feb 2009
    Location
    Simi Valley, CA
    Posts
    100
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    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!

  10. #940
    Join Date
    Dec 2009
    Posts
    9
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    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

 

 
Page 94 of 123 FirstFirst ... 44849293949596104 ... LastLast

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR