Results 1 to 10 of 1222

Hybrid View

  1. #1
    Join Date
    Jul 2009
    Posts
    127
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    In my header there's a welcome message that says the customers name when logged in but shows input boxes if not logged in. When ever I use COWOA to checkout it shows the customers name in the header as if they're logged in. They can even go to the "My Account" page and it continues to show even after the sale is finished. How can I fix this?

  2. #2
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by novastar View Post
    In my header there's a welcome message that says the customers name when logged in but shows input boxes if not logged in. When ever I use COWOA to checkout it shows the customers name in the header as if they're logged in. They can even go to the "My Account" page and it continues to show even after the sale is finished. How can I fix this?
    I'm not sure what kind of template you are using because I do not have any kind of welcome message or anything, but as an example for you or anyone else.....

    I have mine set to not show the "My Account" link or the "Log Out" link while a customer is using COWOA. For my particular template, in includes/templates/common/tpl_header.php, I have the following:

    This is for the "My Account" link:
    Code:
    <?php if (!($_SESSION['COWOA'])) { ?><?php if ($_SESSION['customer_id']) { ?><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo zen_customer_store_account(); ?></a><?php } ?><?php } ?>
    This is for the "Log Out" link:
    Code:
    <?php if (!($_SESSION['COWOA'])) { ?><?php if ($_SESSION['customer_id']) { ?><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>">Logout</a></li><?php } ?><?php } ?>
    I do have a "Click here to end your session" link on my order confirmation page, which is really the log off link. That way they technically log out without really knowing there was an account created.

    Also, just for the hell of it, I have the "Create Account" (or "Register") link disappear when a registered customer is logged in because I feel it is not necessary. Mine looks like:
    Code:
    <?php if (!$_SESSION['customer_id']) { ?><a href="<?php echo zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'); ?>">Register</a><?php } ?>
    And it's also set so when a registered customer is logged in, it shows their name in "My Account"... example: "Sarah's Account".

    Please back up your file before you make any of my changes. I hope they work for you, but some templates are weird and sometimes things go all screwy for some people.

    If none of that pertained to your question, maybe the code I included can be used in your case, but in a different area, etc.????
    I could maybe be a little bit more helpful if you have a link to the site if it happens to be online at the moment.

  3. #3
    Join Date
    Aug 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    I'm wanting to add Google Adwords conversion tracking code to my "checkout success" page. I understand the checkout success file is normally at /includes/languages/english/html_includes/define_checkout_success.php.

    After installing Cowoa there is a new checkout success page located at /includes/templates/MY_TEMPLATE/templates/tpl_checkout_success_default.php.

    So where exactly do I paste my Adwords Conversion code, to properly count all "converted customers", both from regular account checkouts and Cowoa checkouts? Confused.

  4. #4
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by AdamT View Post
    I'm wanting to add Google Adwords conversion tracking code to my "checkout success" page. I understand the checkout success file is normally at /includes/languages/english/html_includes/define_checkout_success.php.

    After installing Cowoa there is a new checkout success page located at /includes/templates/MY_TEMPLATE/templates/tpl_checkout_success_default.php.

    So where exactly do I paste my Adwords Conversion code, to properly count all "converted customers", both from regular account checkouts and Cowoa checkouts? Confused.
    COWOA does not install a new checkout success page. That page is always there and comes with the core Zen files. You are confusing language files with template files... those two checkout success files do different things.

    Anyway, it's been so long since I added my Google code to my files so I had to use the Developers Tool Kit to try and find where I put my code. I do not have Google code on the checkout success page. Mine is located at includes/templates/your_template/common/tpl_main_page.php and is placed at the bottom of the page right before </body>.

  5. #5
    Join Date
    Aug 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    I'm talking about Google Adwords conversion tracking code, not Google Analytics. I figured it out. The conversion code goes at the end of the includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_success_default.php file.

  6. #6
    Join Date
    Nov 2007
    Location
    Buffalo, NY
    Posts
    16
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Okay, I have installed this MOD and the only problem I am having is on the ADMIN side of updating order status.

    When trying to update an order status in Admin, I am receiving the following error: Fatal error: Call to undefined function zen_date_diff() in /home/directoryofsite/public_html/adminfolderhere/orders.php on line 217


    Zen Cart Version 1.3.8a
    Patch: 1
    Server OS: Linux 2.6.18-238.19.1.el5
    PHP Version: 5.2.16 (Zend: 2.2.0)
    Database: MySQL 5.0.92
    Bellirosa Needful Things
    http://www.bellirosa.com/store/

  7. #7
    Join Date
    Nov 2007
    Location
    Buffalo, NY
    Posts
    16
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by chriskelm1 View Post
    Okay, I have installed this MOD and the only problem I am having is on the ADMIN side of updating order status.

    When trying to update an order status in Admin, I am receiving the following error: Fatal error: Call to undefined function zen_date_diff() in /home/directoryofsite/public_html/adminfolderhere/orders.php on line 217


    Zen Cart Version 1.3.8a
    Patch: 1
    Server OS: Linux 2.6.18-238.19.1.el5
    PHP Version: 5.2.16 (Zend: 2.2.0)
    Database: MySQL 5.0.92
    Okay, im the novice... installed the 1.3.9 version on 1.3.8a.... Sorry for wasting anyone's time!
    Bellirosa Needful Things
    http://www.bellirosa.com/store/

  8. #8
    Join Date
    Apr 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Hi there,

    We have a large problem with logging in in combination with cowoa in our 1.3.8 shop. I've tried using the search function on this topic, but I get no matches or a trillion matches on my key words. Please forgive me if my problem has been noted by someone else before.

    We use an old version of cowoa, but I can't find what version it is, going throuh the files on our website.

    This is the problem, which costs us lots of orders because customers break of the order process.

    When I do a purchase without account with an email address, p.e. cowoa AT shop DOT com it goes without problems.

    Then I return and do another purchase, but I make an account using the same email address cowoa AT shop DOT com this also goes without problems.

    When I than return for my third order, I try to login with this same email address and the chosen password, the shop does not recognize me and sais: Sorry, for this combination email address/password there is no login found.

    When I, as the shop owner, go to the account used to do the purchase without account and change the email address from cowoa AT shop DOT com to anything else, like qqqcowoa AT shop DOT com, the user can login again.

    Does anyone recognize this and does anyone know what we can do to change this? We would be gratefull!

    Cheers, Frank.

 

 

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