Re: COWOA v2.6beta on GitHub
As always, you make compelling argument, I like your passion and drive, and really do appreciate your efforts to drag lesser folk kicking and screaming into the 21st century. Also good to read views of others. Sometiimes things just need to be beaten into shape, however brittle or immalleable...
Suggestion:
In the COWOA fieldset in \includes\templates\MyTemplate\templates\tpl_login_default.php
Whether
<?php (COWOA_STATUS == 'true')) { ?>
should be replaced by
<?php if (($_SESSION['cart']->count_contents() > 0) && (COWOA_STATUS == 'true')) { ?>
to only allow COWOA when customer has products in cart. Otherwise COWOA is visible to visitors proceeding directly to login. Or is this the intention of the original code.
Re: COWOA v2.6beta on GitHub
Quote:
Originally Posted by
dw08gm
Suggestion:
In the COWOA fieldset in \includes\templates\MyTemplate\templates\tpl_login_default.php
Whether
<?php (COWOA_STATUS == 'true')) { ?>
should be replaced by
<?php if (($_SESSION['cart']->count_contents() > 0) && (COWOA_STATUS == 'true')) { ?>
to only allow COWOA when customer has products in cart. Otherwise COWOA is visible to visitors proceeding directly to login. Or is this the intention of the original code.
This is a change I've applied to client stores.. Actually I thought it HAD been added to the Github repo.. Thanks for the reminder..
Re: COWOA v2.6beta on GitHub
Quote:
Originally Posted by
dw08gm
As always, you make compelling argument, I like your passion and drive, and really do appreciate your efforts to drag lesser folk kicking and screaming into the 21st century. Also good to read views of others. Sometiimes things just need to be beaten into shape, however brittle or immalleable...
Suggestion:
In the COWOA fieldset in \includes\templates\MyTemplate\templates\tpl_login_default.php
Whether
<?php (COWOA_STATUS == 'true')) { ?>
should be replaced by
<?php if (($_SESSION['cart']->count_contents() > 0) && (COWOA_STATUS == 'true')) { ?>
to only allow COWOA when customer has products in cart. Otherwise COWOA is visible to visitors proceeding directly to login. Or is this the intention of the original code.
Quote:
Originally Posted by
DivaVocals
This is a change I've applied to client stores.. Actually I thought it HAD been added to the Github repo.. Thanks for the reminder..
Well this change IS in the COWOA code.. and I'm thinking that since you are looking for it to be in the "tpl_login_default.php" file that whatever changes you made when installing the beta version is the reason why you're not seeing the code.. (which is in the new tpl_login_default.php file) Sounds like you are not using some of all of the current COWOA beta code..
Re: COWOA v2.6beta on GitHub
I am working with version 1.5.4 and just installed the COWOA addon.
When testing and going through the checkout process I get this warning and don't know how to fix it.
ENTRY_EMAIL_ADDRESS_COWOA_ERROR_EXISTS
Can anyone help with a fix?
Thank you in advance.
Re: COWOA v2.6beta on GitHub
Quote:
Originally Posted by
Maynards
I am working with version 1.5.4 and just installed the COWOA addon.
When testing and going through the checkout process I get this warning and don't know how to fix it.
ENTRY_EMAIL_ADDRESS_COWOA_ERROR_EXISTS
Can anyone help with a fix?
Thank you in advance.
Which version of COWOA did you install?
Re: COWOA v2.6beta on GitHub
Re: COWOA v2.6beta on GitHub
Quote:
Originally Posted by
Maynards
I install COWOA 2.4
Your using an existing email address account to test COWOA with. The ZC system is designed to use the email address to create accounts same with COWOA. this prevents duplicate accounts and other problems. the fact your seeing ENTRY_EMAIL_ADDRESS_COWOA_ERROR_EXISTS means you are missing the define in your template english.php file, should be around line 200.
Try a different email address, check that you don't have an existing account, if the message stills triggers, make sure modules/YOUR_TEMPLATE/no_account.php was not modified or fully loaded.
The code is functioning as it should if an account with that email address exist!
Re: COWOA v2.6beta on GitHub
Thanks davewest
I was using and existing email. I did not know it worked like that. This mod is new to me.
I typed in a fake email and it went through.
Thanks again. Greatly appreciated.
Re: COWOA (for ZC v1.5.x)
Perhaps a silly question but is not a customer supposed to be able to come back and create an account after checking out COWOA before? This is the old version I'm talking about, not your beta version - which I'm going to go get.
Re: COWOA (for ZC v1.5.x)
Quote:
Originally Posted by
delia
Perhaps a silly question but is not a customer supposed to be able to come back and create an account after checking out COWOA before? This is the old version I'm talking about, not your beta version - which I'm going to go get.
Yes.. back as far as I can remember that's how it works..
When a current cowoa costumer comes back and decides to create an account ether during checkout or standard, the past orders, shipping addresses all become theirs based on the email address given.