Page 85 of 86 FirstFirst ... 357583848586 LastLast
Results 841 to 850 of 854
  1. #841
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by lindasdd View Post
    Ultimately I had to stop using OPC because 'guests have orders but no accounts' means my sales funnel becomes broken.

    The most important part of my sales funnel is a discounted sample pack product. 99% of customers order it as their first item. The discount is a one time use code.

    Under OPC, guest checkout doesn't get an account, so there is no way to offer them a one time use code. The solutions are either to not offer guests a code or to not limit the code to one time use. Both have downsides.

    Next step in the funnel is a one time use lower tier free shipping discount code. One time use per customer. Again, not possible with OPC.

    There are potentially all sorts of work arounds but they would most likely require customers to jump through hoops which will cut conversion rates off at the knees. So not worth it. Even a simple, "check your email for the code" is too much for the first checkout experience of a customer.
    Linda,
    Thanks for sharing these details!
    If you could "wave a wand" and have it work "your way", what would the ideal flow look like with guest checkout?
    You talked about wanting them to "have an account", but let's unpack that: do they actually need an account? or do you just want the store to recognize that "hey, you've shopped with this email address before" and "therefore we're offering you the following automatic discount"? (and maybe it would be based on "you've shopped X number of times using this email address"?) ... but would getting them to provide their email address be too much to ask? (It's less than asking them to login with both an email address and a password they've gotta look up in a Welcome email).
    Again: how do you envision your funnel's "rules" would get triggered by the customer, assuming the browser doesn't yet know who they are when they first visit the site?
    (one idea: would they get auto-logged-in or at least auto-coupon-applied if they click a link in a marketing re-engagement email?)
    Again: what do you have in mind in the "perfect system"?

    I'm thinking there might be some very simple adjustments that could accommodate it, but it's tough to figure those out without knowing your ideal flow.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #842
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    What I want for a "perfect system" is too custom to my needs.

    Whereas if you are asking for my opinion on an optimal default checkout flow template, it would be very similar to One Page Checkout.

    It just needs to be able to handle coupon code usage restrictions

    To your specific ideas / questions:
    - do they actually need an account? - No. If the coupon restriction programming worked off email address rather than customer ID, an account wouldn't be needed. The down side to that is what happens when email addresses change. Alternatively, for my purposes, if the system offered a different code to each email address user it could work.

    - do you just want the store to recognize that "hey, you've shopped with this email address before" - that would potentially be helpful. For example it might ask, "Looks like you have returned. Would you like to use your prior details?"

    - and "therefore we're offering you the following automatic discount"? - This doesn't interest me, but probably other people it would. What might interest me is a non-visible "and therefore we are NOT offering you the following automatic discount".
    - and maybe it would be based on "you've shopped X number of times using this email address"? - This doesn't interest me, but probably other people it would.
    - but would getting them to provide their email address be too much to ask? - No this is not too much of an ask. It is already being asked.
    - would they get auto-logged-in or at least auto-coupon-applied if they click a link in a marketing re-engagement email? - That would be awesome. But isn't a requirement.

    All of the above though seems like a lot of jumping through hoops for something that is already working as long as guest accounts get an account (at least in the database) like in COWOA.

    Your additional questions sort of veered off on a tangent about coupons. At the moment I utilize Mailbeez to generate customer specific coupons for different scenarios - abandoned cart, winback campaigns, rewards, etc.

  3. #843
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by lindasdd View Post
    All of the above though seems like a lot of jumping through hoops for something that is already working as long as guest accounts get an account (at least in the database) like in COWOA.
    It's that generic "account that is really a non-account" that I'm very much trying to avoid, as well as avoiding creating "accounts" for people who haven't actually asked for an account.

    I wandered into coupon discussion because that was the driver behind the problem you were reporting.

    That said I can see how tracking coupon redemptions to customer-email-address in the absence of knowing a customer_id would be beneficial. Will noodle on that.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #844
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    One possible solution is that coupons are limited to only full accounts AND in order to do that, but not hurt checkout conversion rate *too much*, wait till the coupon code box to state 'It looks like you would like to use a coupon. Coupon codes are only available for customers with a customer profile. Check this box to make your already entered customer details a full customer profile.'

    It is important that it is presented right at the point that the customer sees the benefit and that it is effortless (just check a box).

    The only thing that leaves is setting a password. Either do that on the checkout_success page (similar to how OPC asks guests if they want to make it a full account), or don't do it. And just mention in the customer welcome email that they can always set a password using the password forgotten tool.

    If someone created the above flow I would run it through my A/B testing to see the impact on conversion rates.

  5. #845
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,473
    Plugin Contributions
    88

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by lindasdd View Post
    One possible solution is that coupons are limited to only full accounts AND in order to do that, but not hurt checkout conversion rate *too much*, wait till the coupon code box to state 'It looks like you would like to use a coupon. Coupon codes are only available for customers with a customer profile. Check this box to make your already entered customer details a full customer profile.'

    It is important that it is presented right at the point that the customer sees the benefit and that it is effortless (just check a box).

    The only thing that leaves is setting a password. Either do that on the checkout_success page (similar to how OPC asks guests if they want to make it a full account), or don't do it. And just mention in the customer welcome email that they can always set a password using the password forgotten tool.

    If someone created the above flow I would run it through my A/B testing to see the impact on conversion rates.
    The highlighted bit above is already handled by OPC, you'd just define ot_coupon as an order total that doesn't apply to guest checkout. The messaging could be done via a messageStack output on OPC's data-gathering page that kicks in if the customer is in guest-checkout.

  6. #846
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by lat9 View Post
    The highlighted bit above is already handled by OPC,
    Yes, which is awesome.

    But without "Check this box to make your already entered customer details a full customer profile." it isn't solving my problem.

    One solution might be to state at the login page "Guest Checkout customers can not use coupons." - except good luck doing that in a way that customers notice without it being overly intrusive. So either you have a login page that yells the info to everyone, or you have a guest customer who is now frustrated because they already put their info in, but now can't use a code.

  7. #847
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,473
    Plugin Contributions
    88

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by lindasdd View Post
    Yes, which is awesome.

    But without "Check this box to make your already entered customer details a full customer profile." it isn't solving my problem.

    One solution might be to state at the login page "Guest Checkout customers can not use coupons." - except good luck doing that in a way that customers notice without it being overly intrusive. So either you have a login page that yells the info to everyone, or you have a guest customer who is now frustrated because they already put their info in, but now can't use a code.
    There's also a constant definition (present in /includes/languages/english/checkout_one.php):
    Code:
        // -----
        // This constant defines the instructions you want displayed at the very top of the "checkout_one" page, before the form entry.
        //
        define ('TEXT_CHECKOUT_ONE_TOP_INSTRUCTIONS', '');  //-Displayed within a set of <p>...</p> tags if not empty.
    If that language constant isn't an empty string (as distributed), then that information displays at the top of the checkout_one page's rendering. You could modify that to indicate the "guests can't use coupons" text.

  8. #848
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Yes, but again, not an ideal solution from a user experience and conversion rate perspective.

  9. #849
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    I have found a problem with the version of COWOA that I use with my clients (as I upgrade, it gets deleted). In the meantime, I believe the version I'm using has an issue with discount coupons and sales tax. I have checked everything I can think of but if one uses a discount coupon to check out, it does not add sales tax. I checked to make sure that the order total order had discount coupon before sales tax and there's nothing else there except shipping. But if I check out without a coupon, it charges sales tax. The question becomes what version of COWOA and where did I get it from last? I think it was the last posted on github but I don't have a clue which one - I just see I downloaded 2016 - at some point I may have done some upgrading of it for 1.5.5. I've advised my client that removal is the best way to go forward.

    I do like the way this one works by the way as opposed to any of the others I've tried. The only thing I didn't like was the confusion created by customers who don't realize they used it before and get frustrated when they can't log in on their next visit. And then converting a site back to normal means a discussion with the site owner to see if they want to change all accounts to non guest, possibly setting up a problem with duplicate accounts.
    The full-time Zen Cart Guru. WizTech4ZC.com

  10. #850
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: COWOA Updated and Combined for ZC v1.5.x

    Quote Originally Posted by delia View Post
    I do like the way this one works by the way as opposed to any of the others I've tried.
    ... in what regard?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 85 of 86 FirstFirst ... 357583848586 LastLast

Similar Threads

  1. v139c COWOA Module (my update for ZC v1.3.x)
    By JTheed in forum All Other Contributions/Addons
    Replies: 398
    Last Post: 29 Oct 2014, 02:35 PM
  2. Installed FEC before COWOA, now COWOA config menu doesn't appear
    By i-make-robots in forum Addon Payment Modules
    Replies: 8
    Last Post: 12 Jan 2014, 01:34 PM
  3. v151 How to install COWOA (for ZC v1.5.x)
    By edgemeister in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 4 Apr 2013, 05:21 PM
  4. v151 Which COWOA Plugin? Fast and Easy or original COWOA ?
    By damon in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 8 Nov 2012, 03:44 AM

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