Page 112 of 123 FirstFirst ... 1262102110111112113114122 ... LastLast
Results 1,111 to 1,120 of 1222
  1. #1111
    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.

  2. #1112
    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.

  3. #1113
    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>.

  4. #1114
    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.

  5. #1115
    Join Date
    Oct 2011
    Posts
    1
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Hello!

    I have installed (and re-installed) COWOA 2-0c1 with ZC 1.3.9, and I have searched this thread but not found a discussion of the issues I am having.

    1) In testing, the emails providing the link to view order status (using an email address and order#) take me to the login page. There is no option to login in without an account when following the link provided in the email confirmation. It appears that the link is correct (it references account_history_info), but that page does not appear.

    2) The initial checkout page "merges" the end of "New Customer? Please enter your checkout information" with "Returning Customers". "information" and "Returning Customers" occupy the same space.

  6. #1116
    Join Date
    Mar 2010
    Location
    Bonners Ferry, Idaho
    Posts
    69
    Plugin Contributions
    1

    Default Re: My Checkout Without Account Mod

    Hello, I installed COWOA on 1.3.9h. Windows IIS7.

    It all seems to install fine and I enabled it in the Admin / Configuration / COWOA

    But it does not show up on the login page when I go to checkout. I have tried reuplaoding the files, and made sure I modified the YOUR_TEMPLATE folder to my template name.

    Any ideas out there why its not showing up?

    Thank you,
    Jacob Bushnell

  7. #1117
    Join Date
    Mar 2005
    Posts
    58
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    I have installed COWOA on my zencart 1.3.9h site. Everything seemed to install great and I made sure to change YOUR_TEMPLATE etc. Followed everything to a t. I don't see COWOA in admin config section and no option to checkout without account on checkout page. Baffled. Any help appreciated.
    http://seedandbread.org/shop2/

  8. #1118
    Join Date
    Mar 2010
    Location
    Bonners Ferry, Idaho
    Posts
    69
    Plugin Contributions
    1

    Default Re: My Checkout Without Account Mod

    creativeone, when ever I have a baffling problem I usually try re-uploading my files. Several times before I have had files corrupted in the ftp transfer.

    Hope that helps,
    Jacob

  9. #1119
    Join Date
    Mar 2005
    Posts
    58
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Thanks for the response but it didn't seem to help. Still no COWOA in admin to turn on or off and when I checkout I get this page
    http://seedandbread.org/shop2/index.php?main_page=login

  10. #1120
    Join Date
    Mar 2010
    Location
    Bonners Ferry, Idaho
    Posts
    69
    Plugin Contributions
    1

    Default Re: My Checkout Without Account Mod

    I have had plenty of trouble getting the the free COWOA mod to work for various reasons.

    I would suggest looking at the Numinix paid checkout module: https://www.numinix.com/zen-cart-mod...zen-cart-d-797

    It have the COWOA option built in.
    I have purchased their modules for 3 other carts before and they worked pretty nice. If you have problems they do offer support.

    Thank you,
    Jacob

 

 

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