Re: My Checkout Without Account Mod
Not sure how many of you have noticed the welcome email sent to anyone that checks out with this module has a coupon number listed for 10% off, which expired in 2007.
Here is the welcome email info:
Quote:
Your Discount Coupon - As a thank you for joining our community, we've included a 10% discount coupon. You may use this coupon once to get 10% off any order, large or small. It is good through December of 2007. The coupon code is '08825bbc50'. To use this code, enter it during checkout in the coupon entry field.
I did a search of all the files installed with this module and in the /includes/language/english/YOURTEMPLATE/no_account.php file on line 39 it says this:
PHP Code:
define('EMAIL_TEXT', 'With your account, you can now take part in the <strong>various services</strong> we have to offer you. Some of these services include:' . "\n\n" . '<li><strong>Permanent Cart</strong> - Any products added to your online cart remain there until you remove them, or check them out.' . "\n\n" . '<li><strong>Address Book</strong> - We can deliver your products to another address other than your own. This is perfect to send birthday gifts directly to the birthday-person themselves.' . "\n\n" . '<li><strong>Order History</strong> - View your history of purchases that you have made with us.' . "\n\n" . '<li><strong>Products Reviews</strong> - Share your opinions on products with our other customers.' . "\n\n" . 'Your Discount Coupon - As a thank you for joining our community, we\'ve included a 10% discount coupon. You may use this coupon once to get 10% off any order, large or small. It is good through December of 2007. The coupon code is \'08825bbc50\'. To use this code, enter it during checkout in the coupon entry field.' . "\n\n");
I hope this information helps somebody.
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
FatGuyinAZ
Not sure how many of you have noticed the welcome email sent to anyone that checks out with this module has a coupon number listed for 10% off, which expired in 2007.
Customers who choose the COWOA route don't receive a welcome email. As such, it doesn't actually make any difference what's defined in that file. Admin will still receive "a copy" of it though, if configured. That's how I distinguish which route they take.
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
Steven300
Customers who choose the COWOA route don't receive a welcome email.
This is correct. FatGuyinAZ, what you are seeing is a copy of an email that actually never gets sent to a COWOA customer.
Re: My Checkout Without Account Mod
Okay I wasn't sure. I went through the steps as a customer on my test site and when I entered my email address (as the customer) I entered a fake email address. Therefore, when I got an email from my Admin Test site with the subject of: "[CREATE ACCOUNT] Welcome to Values Galore" I thought the system was sending the welcome email to Admin & the customer.
Now that you two have explained this, I can change the define wording to something I can understand as an Admin that this email is for a COWOA order.
Was there something in the readme's explaining this that I missed? I hate to think I am just being dumb.
Thanks
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
FatGuyinAZ
Was there something in the readme's explaining this that I missed? I hate to think I am just being dumb. Thanks
No, I don't think its stated anywhere in the readme. I guess he just figured that when a store owner tested cowoa, they wouldn't use a fake email address and would see in their email that they were only receiving one "account created" email, which is a copy. :smile:
Re: My Checkout Without Account Mod
Re: My Checkout Without Account Mod
After reading all your posts (yes, all 500!) and struggling with my first ZC install, I'm jumping in with something to offer. I hope to make it easier for new Zenners (like me) to use this module with these three items:
1. A consolidated set of instructions for COWOA and its add-ons
2. A combined COWOA/add-ons files for use with a new ZenCart install
3. A display correction I wrote for the Order Steps add-on.
You can download them from the site I'm working on http://www.bpf.org/shop-dev2, top-left sidebar (Important Links). I couldn't manage to make these items downloadable, though I carefully followed the instructions in the manual, so I punted with an EZ page link. This is a development cart, so the template and some other stuff aren't configured yet.
If these three items seem useful I'd like to submit them, but I figured I'd allow my fellow COWOA-ers to pick them apart first, and maybe advise me on the format. I tried to follow the common format, but for the consolidated instructions find the use of formatting makes them very readable.
You can respond in the forum (preferable) or PM me. Thank you all!
This feature was one my client wanted, and after seeing the persistence of J_Schilz in developing this mod and CraftZombie in continuing support of it, I felt confident in recommending Zen Cart.
Re: My Checkout Without Account Mod
Thanks for this suzing. I've been meaning to try COWOA but was thoroughly confused by all the issues and fixes discussed here, as well as concerned about its interaction with other mods. Now that there is a kind of summary-to-date, I'll finally be able to give it a try.
Rob
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
ronwong
Tried installing on another installation, this time a windows server, I get this:
1054 Unknown column 'true' in 'where clause'
in:
[select count(*) as total from customers where customers_email_address = '
[email protected]' and COWOA_account != true]
This comes out after page 1/5 after the customer enters the address etc and hit continue checkout..
any idea?
I saw this posted but somehow the subject changed without an answer to this problem actually being submitted. I have not being able to solve this. Anybody has any ideas?
Thanks
Re: My Checkout Without Account Mod
Here's an amendment to the COWOA instructions I posted the other day: Where I've used classic as the YOUR_TEMPLATE directory, it would be more correct to use custom or your own template name. This means making a new folder by that name - custom or your template name - at the same level as the classic folder in each case.
The Overrides Chart is a helpful guide as well.
Since I finished the COWOA package, I finally had time to read more about the overrides system, and immediately saw the error of my ways. I think I'll finish reading about overrides before I revise, though, in case there's yet more that applies....