Results 1 to 10 of 1222

Hybrid View

  1. #1
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by dgent View Post
    How is this any different to clicking register an account???
    The purpose of this mod is to avoid cart abandonment by allowing the customer to checkout without requiring them to create an account (enter in a password). The only difference between this and regular checkout is that the customer is not asked for a password and they will not have the ability to log into their account because, in their eyes, they haven't created one. Most of my customers checkout without creating an account. They'll usually create an account if they decide to order from me again. People prefer to use guest checkouts for many reason, which you can read about in the rest of this thread.

    It seems like you need a different mod where you are asking for minimal information. The people who use this mod want/need customer info and we want the customer to feel like they don't HAVE to create an account. You might try to see if you can use Fast and Easy Checkout, but I'm not sure if you can remove any fields, etc.

  2. #2
    Join Date
    Jan 2008
    Posts
    149
    Plugin Contributions
    0

    Default Re: My Checkout Without Account Mod

    This may have already been address--I tried searching but no luck so far. I've installed COWOA--no issues. But, during the checkout process after you pass the "Billing" page, the "My Account" link appears in my header. If you click it you are taken to the My Account section, just like everyone else with an account. Problem is, if you try to mess with the information you won't be able to get anywhere (i.e. the change password option--since there is no "Current Password" for them to use). Is there a way to disable the My Account link only for COWOA customers?

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

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by mcqueeneycoins View Post
    This may have already been address--I tried searching but no luck so far. I've installed COWOA--no issues. But, during the checkout process after you pass the "Billing" page, the "My Account" link appears in my header. If you click it you are taken to the My Account section, just like everyone else with an account. Problem is, if you try to mess with the information you won't be able to get anywhere (i.e. the change password option--since there is no "Current Password" for them to use). Is there a way to disable the My Account link only for COWOA customers?
    Yes, in fact, I have it set up so that "My Account" and "Logoff" do not appear for COWOA customers. To do it, open your includes/templates/Your_Template/Common/tpl_header.php file.

    Find
    Code:
    <?php if ($_SESSION['customer_id']) { ?><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php } ?>
    Right before the above line, add
    Code:
    <?php if (!($_SESSION['COWOA'])) { ?>
    and then add

    Code:
    <?php } ?>
    right after it.

    Do the same thing to
    Code:
    <?php if ($_SESSION['customer_id']) { ?><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>">Logout</a><?php } ?>
    if you want to disable the logoff for COWOA. I do have a link on my order confirmation page that says "click here to end your session", that way COWOA customers can "logoff". Remember to back up your file before you make these changes.

  4. #4
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by craftzombie View Post
    The purpose of this mod is to avoid cart abandonment by allowing the customer to checkout without requiring them to create an account (enter in a password). The only difference between this and regular checkout is that the customer is not asked for a password and they will not have the ability to log into their account because, in their eyes, they haven't created one. Most of my customers checkout without creating an account. They'll usually create an account if they decide to order from me again. People prefer to use guest checkouts for many reason, which you can read about in the rest of this thread.

    It seems like you need a different mod where you are asking for minimal information. The people who use this mod want/need customer info and we want the customer to feel like they don't HAVE to create an account. You might try to see if you can use Fast and Easy Checkout, but I'm not sure if you can remove any fields, etc.
    This is a great explanation Craftzombie.

  5. #5

    Default Re: My Checkout Without Account Mod

    Help? I didn't wait for the "new release" version and tried installing the 1.3.8 version of COWOA, and then putting in the upgrade code. NO dice, now when I enter the cart I have a white screen. I noticed that the instructions for upgrading were for the "template override" which I can't find anywhere. Any ideas?
    playscaleminis.biz

  6. #6
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by PlayscaleMinis View Post
    Help? I didn't wait for the "new release" version and tried installing the 1.3.8 version of COWOA, and then putting in the upgrade code. NO dice, now when I enter the cart I have a white screen. I noticed that the instructions for upgrading were for the "template override" which I can't find anywhere. Any ideas?
    playscaleminis.biz
    Did you do what EVERY MOD writer says to do, backup the files before you add any mods? If so, just copy the originals back in place. You must have missed something if you did your own merge or typed in your own changes from CraftZombies update. Leaving the SQL shouldn't matter.

    If you didn't backup first, then look at your log files located in your cache folder. Look at the newest one first and it will give you an idea of where to look. Not sure, post the log here.

  7. #7

    Default Re: My Checkout Without Account Mod

    JTheed, not to be disrespectful, but DUH.
    My point is that - from my clean backup - I've cut/pasted the codes as instructed five times now, each time with the same result.
    I've left the site as-is right now, hoping that someone can tell me 1) if I did make a major mistake (and how to start looking for the problem), or 2) if the coding won't work with a fresh 1.3.9d install.

  8. #8

    Default Re: My Checkout Without Account Mod

    To be more specific:
    As I asked before - What is this "template override system" that CraftZombie mentioned we SHOULD be using (see the top of the 1.3.9 upgrade announcement/ddirections)? A bunch of the instructions for 1.3.8 had me change files inside my template-specific folders, and I noticed the 1.3.9 upgrade directions change files outside the template folders. If my code is looking for instructions inside the template-specific files, then I suspect those aren't fixed and my coding is screwed.

  9. #9
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: My Checkout Without Account Mod

    Quote Originally Posted by PlayscaleMinis View Post
    JTheed, not to be disrespectful, but DUH.
    My point is that - from my clean backup - I've cut/pasted the codes as instructed five times now, each time with the same result.
    I've left the site as-is right now, hoping that someone can tell me 1) if I did make a major mistake (and how to start looking for the problem), or 2) if the coding won't work with a fresh 1.3.9d install.
    Well DUH lol, you may have left your sight as is, but did you leave a link to it ? Did you look at the log files?

    I'll let CraftZombie answer your override question as this is her update to the mod. If you want to try mine (Because you say you are using a Clean 139 install) , just click on the MY MODS Site in my Signature ( of the Zen Cart files section here). You can even see the COWOA work there.

  10. #10

    Default Re: My Checkout Without Account Mod

    Thanks JTheed, I'll take a closer look after work (the day job, that is...)
    Whoops, it hadn't occurred to me to find and read a log. Is it in the admin? I've never done this kind of programming before - I'm an HTML/graphics kind of gal.
    The URL (not linked, I admit) was in the first post - playscaleminis.biz
    Cheers,
    Janean

 

 

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

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