Page 103 of 123 FirstFirst ... 35393101102103104105113 ... LastLast
Results 1,021 to 1,030 of 1222
  1. #1021
    Join Date
    Sep 2008
    Posts
    35
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Hmmm...So I have done this, but still not luck. The login page changes shape, as if it's trying to accomodate the COWOA box, but still doesn't show it. I'm baffled! It works on my localhost, but not when I upload it. ?

    When I check the HTML source code the only reference to COWOA is:

    <!-- BOF COWOA -->
    <!-- BOF COWOA -->

    So it's recognising it in some way. Any suggestions

    Thanks
    Last edited by toaldingham; 24 Jul 2010 at 10:45 PM.

  2. #1022
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: My Checkout Without Account Mod

    Will the 1.3.9 version of COWOA work with 1.3.8a? - The 1.3.8. version of this mod doesn't seem to be available any more.

    Thanks.

  3. #1023
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by charmedbytina2 View Post
    The 1.3.8. version of this mod doesn't seem to be available any more.
    Thanks.
    1.3.8 is available here: http://www.zen-cart.com/wiki/index.p...ithout_Account

  4. #1024
    Join Date
    Jul 2010
    Location
    Findon, UK
    Posts
    90
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    I am using 1.3.8 and has installed COWOA. However, my COWOA customers end up with a blank page: index.php?main_page=logoff,

    The same happens when a registred customer tries to logout.

    I've checked all the files I was asked to overwrite and everything seems okay. I've also checked that all files are where they should be. Can anyone help as this driving me crazy.

    Many thanks in advance.

  5. #1025
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by PUREchocolatetruffle View Post
    I am using 1.3.8 and has installed COWOA. However, my COWOA customers end up with a blank page: index.php?main_page=logoff,

    The same happens when a registred customer tries to logout.

    I've checked all the files I was asked to overwrite and everything seems okay. I've also checked that all files are where they should be. Can anyone help as this driving me crazy.

    Many thanks in advance.
    COWOA has nothing to do with the logoff page. What other mods have you installed? Have you tried uploading the logoff page again from the regular Zen install files? Perhaps your files didn't transfer properly.

  6. #1026
    Join Date
    Jun 2009
    Posts
    44
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    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

  7. #1027
    Join Date
    Jul 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by FatGuyinAZ View Post
    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:

    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.
    I know you posted this a long time ago, but thanks for this. I just installed COWOA, tested it, and freaked out a bit as I saw this in the welcome email. Thanks again.

  8. #1028
    Join Date
    Aug 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Ok. I have a quick question for folks that are actually USING cowoa on current LIVE trading sites.

    Roughly what percentage go for the checkout without account option?

    Do folks in general believe it helps to reduce the levels of shopping cart abandonment.

    I do like Zen Cart, but the current checkout process at the moment is just way too long and far too many pages for customers to endure.

  9. #1029
    Join Date
    May 2010
    Location
    Albuquerque, NM, USA
    Posts
    12
    Plugin Contributions
    0

    red flag Re: My Checkout Without Account Mod

    I am running Zen Cart 1.39d and have installed COWOA. I am having a very difficult time. When someone clicks checkout they only get two options: to register or to log in. There is no COWOA option at all. Other than that the checkout operates perfectly, complete with the green arrows and progress bar.

    In my Admin panel there is no listing whatsoever for COWOA. I suspect that if there was I could turn on the COWOA option.

    I have gone through all of the files numerous times and am confident that all is right there. I suspect it is a database problem. I tried running the uninstall COWOA.sql and I receive a white screen with this:

    1054 Unknown column 'query_builder.query_name' in 'where clause'
    in:
    [DELETE FROM zen_query_builder WHERE query_builder.query_name = 'Permanent Account Holders Only' LIMIT 1;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    When I try to re-run the COWOA install sql I get this:

    1062 Duplicate entry 'Permanent Account Holders Only' for key 2
    in:
    [INSERT INTO zen_query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters', 'Permanent Account Holders Only', 'Send email only to permanent account holders ', 'select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS where COWOA_account != 1 order by customers_lastname, customers_firstname, customers_email_address');]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    Is there a 'back door' in a file where I can turn COWOA on? I am at a loss as to what else I can try. Any help or advice would be greatly appreciated.

    Thank you.

  10. #1030
    Join Date
    Jul 2010
    Location
    Findon, UK
    Posts
    90
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by craftzombie View Post
    COWOA has nothing to do with the logoff page. What other mods have you installed? Have you tried uploading the logoff page again from the regular Zen install files? Perhaps your files didn't transfer properly.
    You're absolutely right and your idea worked spot on. A new upload of the logoff page cured the problem. Many, many thanks for your advice.

 

 

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