Page 59 of 86 FirstFirst ... 949575859606169 ... LastLast
Results 581 to 590 of 854
  1. #581
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default 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.

  2. #582
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: COWOA v2.6beta on GitHub

    Quote Originally Posted by dw08gm View Post
    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..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #583
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: COWOA v2.6beta on GitHub

    Quote Originally Posted by dw08gm View Post
    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 View Post
    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..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #584
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    387
    Plugin Contributions
    0

    Default 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.

  5. #585
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,549
    Plugin Contributions
    28

    Default Re: COWOA v2.6beta on GitHub

    Quote Originally Posted by Maynards View Post
    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?

  6. #586
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    387
    Plugin Contributions
    0

    Default Re: COWOA v2.6beta on GitHub

    I install COWOA 2.4

  7. #587
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: COWOA v2.6beta on GitHub

    Quote Originally Posted by Maynards View Post
    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!
    Dave
    Always forward thinking... Lost my mind!

  8. #588
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    387
    Plugin Contributions
    0

    Default 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.

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

    Default 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.
    The full-time Zen Cart Guru. WizTech4ZC.com

  10. #590
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: COWOA (for ZC v1.5.x)

    Quote Originally Posted by delia View Post
    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.
    Dave
    Always forward thinking... Lost my mind!

 

 
Page 59 of 86 FirstFirst ... 949575859606169 ... 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