Re: COWOA (for ZC v1.5.x)
Well, that's what I thought!
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..
Quote:
Originally Posted by
DivaVocals
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..
Just noticed my typo (in red).. Just for posterity, the file I MEANT to type is: tpl_login_cowoa_default.php
Re: COWOA Updated and Combined for ZC v1.5.x
Has anyone tried this plugin with version 1.5.4?
Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
ianhg
Has anyone tried this plugin with version 1.5.4?
If you read through the last 2-3 pages of this thread or search for "1.5.4", you'll this question has been addressed..
Re: COWOA (for ZC v1.5.x)
Ok maybe I will re- phrase my question has anyone had any issues using cowoa 2.4 with version 1.5.4? I see that some post refer to version 1.5.3 and a beta version.
Re: COWOA (for ZC v1.5.x)
Quote:
Originally Posted by
ianhg
Ok maybe I will re- phrase my question has anyone had any issues using cowoa 2.4 with version 1.5.4? I see that some post refer to version 1.5.3 and a beta version.
You CAN'T use v2.4 with 1.5.4 hence the discussions regarding the beta version..
Re: COWOA (for ZC v1.5.x)
Quote:
Originally Posted by
ianhg
Ok maybe I will re- phrase my question has anyone had any issues using cowoa 2.4 with version 1.5.4? I see that some post refer to version 1.5.3 and a beta version.
For me, working fine and will take it live this weekend. Heavy modified ZC 1.5.4, responsive design.
Follow the install instructions, make backups, install and test on a test site before moving the files over to your main site. Use a compare program to compare files and don't just drop them.
If something not working right, come back and ask.. remember to give as much info as you can, we can't see what you did!
Gee your fast... so I'm corrected... the code works, but their is difference in ZC versions is why you shouldn't just drop files.... but the beta is working for me....
Re: COWOA (for ZC v1.5.x)
Quote:
Originally Posted by
DivaVocals
You CAN'T use v2.4 with 1.5.4 hence the discussions regarding the beta version..
Thanks for following be reply, might leave until beta version has been fully approved
Re: COWOA (for ZC v1.5.x)
Thanks good luck when you go live
Re: COWOA (for ZC v1.5.x)
Quote:
Originally Posted by
ianhg
Thanks for following be reply, might leave until beta version has been fully approved
Just so you know, it will be a while.. Pretty busy right now with paid work.. That's why I published the code on Github..