Results 1 to 10 of 1222

Hybrid View

  1. #1
    Join Date
    Dec 2010
    Posts
    257
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    I just installed this mod, and it's partly working, but partly not. I've read through several dozen pages worth of posts, and my head is spinning. So rather than drive myself absolutely crazy going through 118 pages, I'm going to throw myself on the mercy of the forum, and simply ask for help. I apologize, in advance, if the answers to my questions have already been given, and I simply didn't find them.

    >> STEP 1 - Change the "YOUR_TEMPLATE" directory names to the name of your actual template under the install/includes/templates.

    Did this, no problem.

    >> ****** STEP 1A has been Added
    STEP 1a - In your custom template son your cart, edit the tpl_header.php file and look for this line.
    <?php if (($_SESSION['customer_id']) { ?>
    change it to this.
    <?php if (($_SESSION['customer_id']) && (!$_SESSION['COWOA']=='True')) { ?>
    This prevents the My Account from showing up after the COWOA Users enters their Order Number and E-Mail Address to view their order.
    >> ******


    Small problem here, the tpl_header.php was not located in zencart\includes\templates\pinkywinky, it was located in the zencart\includes\templates\template_default\common\ folder. I made the required changes and uploaded them to the zencart\includes\templates\template_default\common\ folder.

    >> STEP 2 - Upload the includes and admin directory to your zen cart directory.

    That part went fine.

    >> STEP 4 - Install the SQL Patch. To do this, open the file COWOA.sql.

    Not sure what happened to Step 3, but I did this. The file was actually called COWOA_Full_Install.sql. The install.txt doc says it should have modified 14 files, but it only modified 12. Do I need to also install UPDATE_COWOA_2.sql and UPDATE_COWOA_2x to 2c.sql?

    >> STEP 5 - In your admin section, under configuration>layout settings>use split-login page, you want it to say "true".

    It does. :-)

    >> STEP 6 - **** Add to your /includes/filenames.php file the following line: ****
    define('FILENAME_ORDER_STATUS', 'order_status');


    No problem there, and I uploaded it to the proper directory.

    >> Step 7 - **** Go to your Admin Configuration screen and open up COWOA There are 3 configuations that need to be set to True or False.

    Another problem: What COWOA? I logged out and back in again, twice, but I still don't see anything like this under any menu listing.

    Final problem: The site looks as it should, and I like how it splits the customers on the Admin Home page into those with and without accounts. But...when I access the site (http://www.carnal-pleasures.com/zencart/ ... apologies in advance that it's an adult site...I'm only the programmer, please don't blame me!) it's not giving me a COWOA option. Doing a test purchase takes me to the same page as before I installed the mod.

    Welcome, Please Sign In
    New Customer? Please enter your checkout information here
    Returning customers may benefit from creating an account with Carnal Pleasures which allows you to shop faster, track the status of your current orders, review your previous orders and take advantage of our other member's benefits.

    Returning Customers
    Carnal Pleasures account holders may login below.
    Email Address:
    Password:
    Forgot your password?


    There are no options to continue the purchase without creating an account.

    I know I'm close...where did I go wrong?

    THANK YOU, in advance, for your help!!

  2. #2
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by Scully View Post
    I just installed this mod, and it's partly working, but partly not. I've read through several dozen pages worth of posts, and my head is spinning. So rather than drive myself absolutely crazy going through 118 pages, I'm going to throw myself on the mercy of the forum, and simply ask for help. I apologize, in advance, if the answers to my questions have already been given, and I simply didn't find them.

    >> STEP 1 - Change the "YOUR_TEMPLATE" directory names to the name of your actual template under the install/includes/templates.

    Did this, no problem.

    >> ****** STEP 1A has been Added
    STEP 1a - In your custom template son your cart, edit the tpl_header.php file and look for this line.
    <?php if (($_SESSION['customer_id']) { ?>
    change it to this.
    <?php if (($_SESSION['customer_id']) && (!$_SESSION['COWOA']=='True')) { ?>
    This prevents the My Account from showing up after the COWOA Users enters their Order Number and E-Mail Address to view their order.
    >> ******


    Small problem here, the tpl_header.php was not located in zencart\includes\templates\pinkywinky, it was located in the zencart\includes\templates\template_default\common\ folder. I made the required changes and uploaded them to the zencart\includes\templates\template_default\common\ folder.

    >> STEP 2 - Upload the includes and admin directory to your zen cart directory.

    That part went fine.

    >> STEP 4 - Install the SQL Patch. To do this, open the file COWOA.sql.

    Not sure what happened to Step 3, but I did this. The file was actually called COWOA_Full_Install.sql. The install.txt doc says it should have modified 14 files, but it only modified 12. Do I need to also install UPDATE_COWOA_2.sql and UPDATE_COWOA_2x to 2c.sql?

    >> STEP 5 - In your admin section, under configuration>layout settings>use split-login page, you want it to say "true".

    It does. :-)

    >> STEP 6 - **** Add to your /includes/filenames.php file the following line: ****
    define('FILENAME_ORDER_STATUS', 'order_status');


    No problem there, and I uploaded it to the proper directory.

    >> Step 7 - **** Go to your Admin Configuration screen and open up COWOA There are 3 configuations that need to be set to True or False.

    Another problem: What COWOA? I logged out and back in again, twice, but I still don't see anything like this under any menu listing.

    Final problem: The site looks as it should, and I like how it splits the customers on the Admin Home page into those with and without accounts. But...when I access the site (http://www.carnal-pleasures.com/zencart/ ... apologies in advance that it's an adult site...I'm only the programmer, please don't blame me!) it's not giving me a COWOA option. Doing a test purchase takes me to the same page as before I installed the mod.

    Welcome, Please Sign In
    New Customer? Please enter your checkout information here
    Returning customers may benefit from creating an account with Carnal Pleasures which allows you to shop faster, track the status of your current orders, review your previous orders and take advantage of our other member's benefits.

    Returning Customers
    Carnal Pleasures account holders may login below.
    Email Address:
    Password:
    Forgot your password?


    There are no options to continue the purchase without creating an account.

    I know I'm close...where did I go wrong?

    THANK YOU, in advance, for your help!!
    1A. replace your orig file and load your edited file to yourtemplate rather than template_default.

    2. Did you rename 'admin' folder to match YOUR admin folder?

 

 

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