Page 104 of 123 FirstFirst ... 45494102103104105106114 ... LastLast
Results 1,031 to 1,040 of 1222
  1. #1031
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by horsetags View Post
    I have 1.3.9e and Integrated Cowoa (JTheed version) and working great except for the old problem of a customer buying with COWOA and then buying again and trying to register and Zen telling customer that they already have this email address.

    I have tried to look through the threads, but can't find anything.

    Any help would be great

    Tia

    Paul
    If you had posted this in my thread for my version of COWOA
    (http://www.zen-cart.com/forum/showthread.php?t=156174) you would have gotten an answer quicker. Anyway, here is the fix for that.

    In /includes/modules/create_account.php look for this line around line 134:
    Code:
         $check_email_query = "select count(*) as total
                                from " . TABLE_CUSTOMERS . "
                                where customers_email_address = '" . zen_db_input($email_address) . "'";
    Change it to read like this (the and line is added)
    Code:
        $check_email_query = "select count(*) as total
                                from " . TABLE_CUSTOMERS . "
                                where customers_email_address = '" . zen_db_input($email_address) . "'
                                and COWOA_account != 1";
    This way when it searches thru the e-mails, if the record belongs to a COWOA customer, it gets skipped.

  2. #1032
    Join Date
    Jan 2010
    Posts
    70
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    I'm sure this is simple, I just can't find it....


    for some reason the definitions file isn't loading after the mod was isntalled...


    I'm showing

    box_title_customer

    for the box heading of the customers box.... I'm going to double check and make sure all files were uploaded properly... anybody run into this before

  3. #1033
    Join Date
    Jan 2010
    Posts
    70
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Okay, I found the issue...

    The package has the definitions file under the following direcotry

    \includes\languages\english\extra_definitions

    It must be under the admin defines as follows:

    /admin/includes/languages/english/extra_definitions/


    Not sure if that was just me messing it up....but it's fixed in case anyone else the issue

  4. #1034
    Join Date
    Apr 2010
    Location
    Tallahassee, Florida USA
    Posts
    98
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by KGZotU View Post
    Alright, I've made the following modifications.

    Fixed: IE button issues and cleaned up button code in general. Conditionally removed account/order invoice references from email. Conditionally removed product update notification and account references from checkout_success.

    These are reflected in the store and the zip file.

    --Joe
    I've been working on my site for some time. I am now in Authorize.net testing mode for my new merchant account, and should go "live" any day now.......

    I'm working on a few big issues that I want to fix first, and the MAIN issue is the "creation of an account" requirement. Although I'm sure this is a good thing, I KNOW this will run off a lot of customers (it would run me off).

    So I was looking for a add-on that will streamline the process, and still give the customer the OPTION of creating an account. Doing a search, I found this thread, and I am happy to find it! I will certainly download and install this on my test site, and eventually onto my project site.

    I will write back to you and tell you how this is going. I'm a new Zenner, so installing modules is kind of scary. But I've already added a couple, and they don't seem to be exceptionally difficult.....

  5. #1035
    Join Date
    May 2009
    Posts
    26
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    I finally got this installed. I was using Fast and Easy Checkout before and I installed it over a year ago and have been using it with my current template. I decided to create a new template and somehow lost everything and couldnt find the old files. I decided to try COWA because that's all I really need. It was difficult to install with all of the extra mods I have, but I finally got it and tested it and it is working great.

    The only problem I have is the "Newsletter and Email Details" section that asks HTML or text email. To customers this would appear that they are forced to signup for the newsletter if they checkout without an account. My question is, how do I disable this section alltogether? I know it doesn't add to the newsletter because I tested it, but I would like to remove the section and just have it send the emails text only.

  6. #1036
    Join Date
    May 2009
    Posts
    26
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by dgarrett20 View Post
    I finally got this installed. I was using Fast and Easy Checkout before and I installed it over a year ago and have been using it with my current template. I decided to create a new template and somehow lost everything and couldnt find the old files. I decided to try COWA because that's all I really need. It was difficult to install with all of the extra mods I have, but I finally got it and tested it and it is working great.

    The only problem I have is the "Newsletter and Email Details" section that asks HTML or text email. To customers this would appear that they are forced to signup for the newsletter if they checkout without an account. My question is, how do I disable this section alltogether? I know it doesn't add to the newsletter because I tested it, but I would like to remove the section and just have it send the emails text only.
    I just changed it to Email Details in the english language file. That should work fine.

  7. #1037
    Join Date
    Sep 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    I have installed this mod, but I am having some problem with it.

    So far the problem I found is

    When I try to checkout without account, I filled all the information -name,phone#,shipping address etc...then I hit continue checkout, all those info i just put in are all gone, and stays at the same page, just like you refresh a page.

    I have 3 php scripts is visible on the page

    1. Home :: NAVBAR_TITLE

    2.
    just above the green arrow showing
    TEXT_ORIGIN_LOGIN

    3. right to the continue checkout bottom

    TITLE_CONTINUE_CHECKOUT_PROCEDURE
    TEXT_CONTINUE_CHECKOUT_PROCEDURE


    I have v1.3.9d ,PHP Version: 5.2.14 (Zend: 2.2.0)

    thank you eveyone

  8. #1038
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by vip_peng View Post
    ...then I hit continue checkout, all those info i just put in are all gone, and stays at the same page, just like you refresh a page.
    it just sounds like you have some files missing due to an error during upload. try reinstalling. and make sure you installed the sql files too.

  9. #1039
    Join Date
    Sep 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by craftzombie View Post
    it just sounds like you have some files missing due to an error during upload. try reinstalling. and make sure you installed the sql files too.
    I already fixed, i forgot to change 2 folders name to my own template name

  10. #1040
    Join Date
    Apr 2010
    Location
    Tallahassee, Florida USA
    Posts
    98
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod- Not Working

    I tried a few days ago to install the COWA module to my test site.

    When I check out, it goes to a page that requires for me to either sign up for an account, or log in.

    So, today, I reinstalled it. I did not install the SQL patch again, as I'm sure it's still there. Same result.

    Obviously this is not working.

    The installation procedure I used:

    1) I removed from the install/includes directory the YOUR_TEMPLATE directory, as I have no customized/override templates in this test site. I will rename this directory to match my override directory and include it when I actually put this in my project site (if I ever get to that point-- ha ha)-- anyway, that's what the instructions said to do......

    2) I did NOT DO STEP 1a (editing the tpl_header) because I could not find any custom template directory(ies) that had a header_tpl file. For the short term, I didn't think this would matter, as the instructions state this is only for the purpose of preventing the My Account from showing up after the COWA users enter their order number and e-mail. --I thought I'd worry about this issue later)

    3)I installed the SQL patch. This was the first time I"ve ever done that. I copied the stuff in the install package, and pasted it in there, and then hit "send" ..... (yes, I made sure it ended with a ; )

    4) I added the define('FILENAME_ORDERS_STATUS'); to the includes/filename.php file. I put it as the last line on the page.

    5) I went to the Admin, configuration, and there is no COWOA selection available. I could not set the three parametrs as specified.....

    Any help would be appreciated............I'm determined to add this module...

    Last edited by JDog21; 19 Sep 2010 at 03:11 AM.

 

 

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