Page 13 of 123 FirstFirst ... 311121314152363113 ... LastLast
Results 121 to 130 of 1222
  1. #121
    Join Date
    Feb 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    That makes sense. I appreciate you clearing that up for me.
    I will be installing the mod tonight.

    Scott

  2. #122
    Join Date
    Feb 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    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

  3. #123

    Default Re: My Checkout Without Account Mod

    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.

  4. #124
    Join Date
    Feb 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Sweet!!! That will make it really easy. I will install tonight. Thanks for the info.

    Scott

  5. #125
    Join Date
    Jun 2005
    Posts
    39
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    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?
    Attached Images Attached Images  

  6. #126
    Join Date
    May 2006
    Location
    Japan
    Posts
    326
    Plugin Contributions
    1

    Default Re: My Checkout Without Account Mod

    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!

  7. #127
    Join Date
    May 2006
    Location
    Texas
    Posts
    565
    Plugin Contributions
    4

    Default Re: My Checkout Without Account Mod

    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

  8. #128

    Default Re: My Checkout Without Account Mod

    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

  9. #129

    Default Re: My Checkout Without Account Mod

    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:

    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";
    
    -
    This has been included in the most recent package.

    --Joe
    Last edited by J_Schilz; 17 Mar 2007 at 09:03 PM.

  10. #130
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by samad64 View Post
    does this work with linkpoint and paypal?
    I use this mod on 1.3.6 with regular PayPal (not that quick checkout thing on 1.3.7) and it works great. Haven't tried it with linkpoint yet because I manually enter my credit card orders, but I hope to automate that soon.

 

 

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