Re: My Checkout Without Account Mod
Quote:
Originally Posted by
novastar
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.
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.
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
AdamT
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>.
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.
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.
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
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/
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
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
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