That makes sense. I appreciate you clearing that up for me.
I will be installing the mod tonight.
Scott
That makes sense. I appreciate you clearing that up for me.
I will be installing the mod tonight.
Scott
I'm going to install the mod tonight. I have installed easy populate and Image Handler 2. Does anyone know if this mod will mess with those installations or can I just drop the folders in?
Scott
Scott,
I took a look at those two mods, and at least as far as overwriting files goes they don't seem to conflict. So long as you haven't done any other modification to overwrite/override files you should be good with renaming the template folders and dropping the files in. And running the SQL patch of course.
I always recommend a backup beforehand as well. (;
--Joe
PS: Just to confirm, I've gone through with dropping my handle. The first link in my sig confirms my intent, as well as the sig of my former profile.
Formerly KGZotU
Integrated Checkout Without Account (wiki w/pics, demostore and download)
Defunct member, no longer able to support COWOA. (link)
Sweet!!! That will make it really easy. I will install tonight. Thanks for the info.
Scott
Hi first of all this is a great mod and I hope this will be a standard integration in zen cart in the future.
I'd like to modify the split login page so that the COWOA floating box stands on top with the original split login boxes underneath. Any idea can I modify this in tpl_login_default page without messing up the Paypal layout?
J_Schilz,
Hey that sucks about your name. There should be a way to change that as long as you are in good standings but I can see reasons why not.
Hey is there a reason that this in not in the download section? Is the zen team against it? I am about to integrate it into my new site that I am working on in Japanese.
Thanks so much for your help in this.
GDSpeed
Skin Evolution.
Lynda.com,its a great place to learn.
Camelot Hosting,it's where my site calls home!
E-Start your Zen-Cart,KH is the Man, Thanks for all the hard work!
im thinking since its still in a beta version (from what the wiki says) thats why it hasn't been accepted.. of course i have no clue though :)
does this work with linkpoint and paypal? the test site only has check/money order, which of course is to prevent real payments from coming through. I apologize for nto reading through the thread first.. im tired so im heading off to bed right now and thought i'd ask that question before i did so![]()
Samad's got it right. Once I'm sure I've got all the bugs ironed out and have taken it out of beta I'll submit it for the download section. I keep on telling myself, "I am not my post count," but at any rate most of those were over the last few months.
I haven't tested this with any payment methods, however it should not have any effect upon them. Other people have installed this to their live shops and have not reported payment module problems. The only thing it should effect in payment is removing the Gift Voucher box from checkout payment.
Also of of note, due to an error with my host none of my sites were sending out e-mails last night. I should have this fixed shortly, but Zen was not sending out e-mails, nor were any of my contact forms working.
Thanks again for the support!
Joe
Formerly KGZotU
Integrated Checkout Without Account (wiki w/pics, demostore and download)
Defunct member, no longer able to support COWOA. (link)
Slitter: Sorry I missed your post earlier. It shouldn't be a problem. If you're familiar with php and html, just use my included tpl_login_default as a guide. Shoot me a PM if you have any problems.
Bug: I found a small bug when I tried putting this mod on a fresh install under different settings. If I created a COWOA account and then created a regular account with the same e-mail address I could checkout, logoff from, but not log back onto that permanent account. If you have the SQL version of this mod you might want to give this a check by creating a COWOA account, logging off, creating a new account with the same e-mail address, logging off, and then trying to log back on.
The fix is simple enough:
This has been included in the most recent package.Code:/includes/modules/pages/login/header.php ===================================================== FIND: - $check_customer_query = "SELECT customers_id, customers_firstname, customers_password, customers_email_address, customers_default_address_id, customers_authorization, customers_referral FROM " . TABLE_CUSTOMERS . " WHERE customers_email_address = :email"; - REPLACE WITH: - $check_customer_query = "SELECT customers_id, customers_firstname, customers_password, customers_email_address, customers_default_address_id, customers_authorization, customers_referral FROM " . TABLE_CUSTOMERS . " WHERE customers_email_address = :email AND COWOA_account != 1"; -
--Joe
Last edited by J_Schilz; 17 Mar 2007 at 09:03 PM.
Formerly KGZotU
Integrated Checkout Without Account (wiki w/pics, demostore and download)
Defunct member, no longer able to support COWOA. (link)
Bookmarks