Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
weif
As mentioned above, I'm working on trying to get this working on a 1.5.6 site.
It looks like the process of emailing has actually been moved into another file, but I am unclear whether this needs to be moved to that other file - wherever it is - or if this needs to be processed before the function of sending emails is called...
COWOA is really old and with COWAA and One Page Checkout, you may be spinning your wheels.... I have COWAA setup on my 156 upgrade. I am on final testing with PHP7.3 getting ready to do the upgrade of my site. Once I'm done with that I plan to go ahead and push an update for COWAA which would save you some time. I'm pushing for this week to finish up..
Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
davewest
COWOA is really old and with COWAA and One Page Checkout, you may be spinning your wheels.... I have COWAA setup on my 156 upgrade. I am on final testing with PHP7.3 getting ready to do the upgrade of my site. Once I'm done with that I plan to go ahead and push an update for COWAA which would save you some time. I'm pushing for this week to finish up..
Hi davewest. I'm just going through the process of getting COWOA to work on 156... Were you successful in getting it to work or am I wasting my time? :)
Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
JboyJW
Hi davewest. I'm just going through the process of getting COWOA to work on 156... Were you successful in getting it to work or am I wasting my time? :)
It was pushed to GitHub but still haven't had time to finish it off to what I would like to do... I am using it on a ZC156b site so it is working but without a one page for checkout. https://github.com/davesaddle/zenCOWAA
Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
davewest
It was pushed to GitHub but still haven't had time to finish it off to what I would like to do... I am using it on a ZC156b site so it is working but without a one page for checkout.
https://github.com/davesaddle/zenCOWAA
Oh... you created your own version, I see. Cool. Hmm... Not a fan of the default behavior being guest and them having to click an Account! button to log in. Will have to consider my options. Thanks for the link.
Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
JboyJW
Oh... you created your own version, I see. Cool. Hmm... Not a fan of the default behavior being guest and them having to click an Account! button to log in. Will have to consider my options. Thanks for the link.
Actually, theirs different behaviors depending which switch is flipped.. for my site, I used register account as the standard. Creating a full account happens during checkout if they enter a password or not.. its up to the customers. basically doing away with create account.. Guest is not the default, but can be done by any user, even an account holder.
Re: COWOA Updated and Combined for ZC v1.5.x
Hello davewest,
I'm keen to try your version, just wondering if you had progressed to 1.5.6c yet?
I'm using 1.5.6c so of course I am happy to investigate on my site, but it would help to know what your baseline is at the moment.
Re: COWOA Updated and Combined for ZC v1.5.x
I added a COWOA version for Zen-Cart 1.5.6c and Zen-Cart 1.5.7 here:
https://github.com/lindasdd/integratedCOWOA_2.8
The 1.5.6c version has been used in a production environment.
The 1.5.7 version has only been used in a test environment.
Once I use the 1.5.7 in production I will submit it to the plugins.
Re: COWOA Updated and Combined for ZC v1.5.x
@lindasdd ... have you given OPC a try? One-Page-Checkout is a drop-in plugin at this point.
I'd be curious to hear your thoughts vs COWOA.
2 Attachment(s)
Re: COWOA Updated and Combined for ZC v1.5.x
I never used One Page Checkout because I was not aware it also handled guest accounts.
I just installed it on my test site. I think it is pretty awesome.
A drop-in plugin that impacts so much of the site is pretty surprising.
The flow works well and makes sense.
Install was amazingly easy.
This will be the checkout I use when I go live with Zen-Cart 1.5.7 in a couple days.
I will do a bunch of customizing to the styling and layout, but that's expected.
The 1 page where I make the most changes is the login page shown in the attached pics.
Each chevron (arrow) expands that section using jquery toggle. This was most important in mobile because I felt the login page was overwhelming and this made it much simpler.
Desktop:
Attachment 19229
Mobile:
Attachment 19230
Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
DrByte
@lindasdd ... have you given OPC a try? One-Page-Checkout is a drop-in plugin at this point.
I'd be curious to hear your thoughts vs COWOA.
I used OPC from 1/1/21-2/20/21ish.
Pros:
- one page checkout
- installation/integration was easy and didn't require modification to core files
- guests have orders but no accounts (how one would want guest checkout to work)
Cons:
- didn't work with my current store credit tool (not OPC's fault)
- was causing some address book error log issues (possibly not OPC's fault, didn't dig in enough to figure it out)
- guests have orders but no accounts
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.