Page 67 of 86 FirstFirst ... 1757656667686977 ... LastLast
Results 661 to 670 of 854
  1. #661
    Join Date
    Apr 2014
    Location
    NJ
    Posts
    59
    Plugin Contributions
    0

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

    I'm currently in the process of upgrading my zencart website from 1.5.3 to 1.5.4. I got my initial version of zencart from a hosting company--I think it was a couple of years ago. It was version 1.5.0, and it included a bunch of addons.
    I have been diligently upgrading the website over the last several versions, but avoiding changing the code related to the addons.
    I am now realizing that in order for my site to be secure, I should either upgrade or remove all the addons.
    One of these addons is COWOA, and it looks like it is a really old version. It's hard to tell what version it is. For example, in the file includes/extra_datafiles/no_account_filenames.php, in the file header, it doesn't list the version. It says:
    Code:
    /**
     * @package Pages
     * @copyright Copyright 2003-2006 Zen Cart Development Team
     * @copyright Portions Copyright Joseph Schilz
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: J_Schilz for Integrated COWOA - 14 April 2007
     */
    I'd like to upgrade to the newest version of COWOA. But these are my concerns:
    In the IntegratedCOWOA_2.4 version, there is a folder for New_Installation, and another folder for Upgrade-2-3_to_2-4. However, my situation doesn't fit into either or these conditions. I have a version much older than 2-3 (I'm not even sure what version it is).

    Perhaps I can uninstall the existing version, and then install the new version. But how do I uninstall the existing version? I could search for all files that contain "COWOA", and overwrite those by the basic zencart 1.4 files, and remove specific COWOA files. And then follow the "new installation" path.
    But what about the sql changes? Do I need to somehow remove certain sql tables or fields? What about existing orders that were created with COWOA?

    I'd really appreciate any suggestions on how to handle this. I'd like to get the secure, fancy, new version of COWOA. But I don't want to destroy my site in the process.

    Thanks in advance for any help with this! I apologize if this question has been answered, but I couldn't find an answer while searching this thread.

  2. #662
    Join Date
    Jul 2007
    Posts
    342
    Plugin Contributions
    7

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

    Quote Originally Posted by earth-friendly View Post
    I'm currently in the process of upgrading my zencart website from 1.5.3 to 1.5.4. I got my initial version of zencart from a hosting company--I think it was a couple of years ago. It was version 1.5.0, and it included a bunch of addons.
    I have been diligently upgrading the website over the last several versions, but avoiding changing the code related to the addons.
    I am now realizing that in order for my site to be secure, I should either upgrade or remove all the addons.
    One of these addons is COWOA, and it looks like it is a really old version. It's hard to tell what version it is. For example, in the file includes/extra_datafiles/no_account_filenames.php, in the file header, it doesn't list the version. It says:
    Code:
    /**
     * @package Pages
     * @copyright Copyright 2003-2006 Zen Cart Development Team
     * @copyright Portions Copyright Joseph Schilz
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: J_Schilz for Integrated COWOA - 14 April 2007
     */
    I'd like to upgrade to the newest version of COWOA. But these are my concerns:
    In the IntegratedCOWOA_2.4 version, there is a folder for New_Installation, and another folder for Upgrade-2-3_to_2-4. However, my situation doesn't fit into either or these conditions. I have a version much older than 2-3 (I'm not even sure what version it is).

    Perhaps I can uninstall the existing version, and then install the new version. But how do I uninstall the existing version? I could search for all files that contain "COWOA", and overwrite those by the basic zencart 1.4 files, and remove specific COWOA files. And then follow the "new installation" path.
    But what about the sql changes? Do I need to somehow remove certain sql tables or fields? What about existing orders that were created with COWOA?

    I'd really appreciate any suggestions on how to handle this. I'd like to get the secure, fancy, new version of COWOA. But I don't want to destroy my site in the process.

    Thanks in advance for any help with this! I apologize if this question has been answered, but I couldn't find an answer while searching this thread.
    First of all back up everything the database and the files on the server.
    Then I would download the latest version of COWOA from here https://www.zen-cart.com/downloads.php?do=file&id=1416 and also the older version from here https://www.zen-cart.com/downloads.php?do=file&id=1115 the objective would be to compare the files. You would also need to have a program like DiffMerge which will allow you to compare files. Be careful as some files might have other contributions added check in particular customers.php.
    The current version of includes/extra_datafiles/no_account_filenames.php shows the following:
    Code:
    /**
     * @package Pages
     * @copyright Copyright 2003-2006 Zen Cart Development Team
     * @copyright Portions Copyright Joseph Schilz
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: Integrated COWOA v2.4  - 2007 - 2013
     */
    So it would appear that you do have the older version.
    I would see if the versions have different files, remove any unused ones, if any from the server. Upload the latest files to overwrite the existing files. and then apply SQL upgrade from your admin panel.

  3. #663
    Join Date
    Jan 2013
    Posts
    1
    Plugin Contributions
    0

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

    I installed COWOA 2.4 on 1.5.4. The functionality all seems to be there but the site looks like it has no style at all. All the spacing, background colors and anything to do with the template appearance seems to be lost. I was careful and went back over the install to be sure I did everything correctly. I have looked at all the files that get installed and don's see any that would affect the main stylesheet.

    Can you give me any guidance on what might of gotten changed that the site now looks so bad?

    PS - if I switch to the default green template that comes with the original ZC install, that looks fine. So it is definitely something that happened to the template I am using.

    Thank You.

  4. #664
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

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

    Quote Originally Posted by mindstreams1 View Post
    I installed COWOA 2.4 on 1.5.4. The functionality all seems to be there but the site looks like it has no style at all. All the spacing, background colors and anything to do with the template appearance seems to be lost. I was careful and went back over the install to be sure I did everything correctly. I have looked at all the files that get installed and don's see any that would affect the main stylesheet.

    Can you give me any guidance on what might of gotten changed that the site now looks so bad?

    PS - if I switch to the default green template that comes with the original ZC install, that looks fine. So it is definitely something that happened to the template I am using.

    Thank You.
    COWOA 2.4 was written a long time ago and is not compatible with Zen Cart 1.5.4. There is a beta version, search this thread, available for 1.5.4

  5. #665
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

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

    Quote Originally Posted by jeking View Post
    COWOA 2.4 was written a long time ago and is not compatible with Zen Cart 1.5.4. There is a beta version, search this thread, available for 1.5.4

    I have used this version on shops running 1.5.4 with no problem. You really can not say it is not compatible it does work. But it would make since to upgrade to the beta version since it is out. It has a lot of bug fixes.

    https://github.com/DivaVocals/zen_COWOA
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

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

    Quote Originally Posted by countrycharm View Post
    I have used this version on shops running 1.5.4 with no problem. You really can not say it is not compatible it does work. But it would make since to upgrade to the beta version since it is out. It has a lot of bug fixes.

    https://github.com/DivaVocals/zen_COWOA
    One of these days I have to get around to submitting pull requests to this repo with changes that eliminate the use of the graphic arrows and replaces them with Font Awesome Icons... May try to get that done this weekend.. THEN since this repo has been around long enough and folks have fully vetted it, I'll submit it for a formal release..
    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.

  7. #667
    Join Date
    Apr 2014
    Location
    NJ
    Posts
    59
    Plugin Contributions
    0

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

    Hi. I currently have the beta version installed in my test site. I think I have noticed some slightly strange behavior, that I wanted to make you aware of.
    I put something in my cart, went to checkout, and went to guest checkout.
    On the billing page, I entered some billing information. Then I went to the next step to the shipping info page.
    At that point, I thought, perhaps I really do want to login at this point, so I clicked the Login link at the top.
    It takes me to the "My Account" page, where I see the "My Account" links, which seem a bit strange, because at this point, the customer thinks they don't have an account, but are a "Guest".
    I also clicked on the "Create Account" page. I'm not sure what happens if you fill out the info on that page and try to create an account. But at the top, there is another link to login at the login page, and again, if you click on that, it takes you to the "My Account" page.
    So at this point, I am in a semi-logged-in state. It thinks I am logged in, so that it takes me to the "My Account" page. But, the link at the top says "Log In", and there is no way to "Log Out" from this state.
    I just thought that someone might want to change their mind, and really create an account, or login, after they have started the guest account process, and it doesn't seem like there is a way to do that.
    Perhaps this flow is really fine, but it just seemed a little confusing to me, and I wanted to bring it to your attention.
    I saw a description in some of the previous downloads, about how you could get into this state in other ways, and the fix was to log you out at those points. Perhaps that should happen here? Although perhaps that would be annoying to customers, because they have already entered in their billing address, and that would undo all this work.
    If you think it would make sense to logout the customer here, could you please let me know what changes I should make in the code to make that happen. I'm in the middle of upgrading my site, and I'd love to get this working right.
    Thanks very much!

    By the way, this mod is awesome! I am upgrading from a much older version. I love the progress bar at the top, and the smaller number of steps to enter the account info.

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

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

    Quote Originally Posted by earth-friendly View Post
    Hi. I currently have the beta version installed in my test site. I think I have noticed some slightly strange behavior, that I wanted to make you aware of.
    I put something in my cart, went to checkout, and went to guest checkout.
    On the billing page, I entered some billing information. Then I went to the next step to the shipping info page.
    At that point, I thought, perhaps I really do want to login at this point, so I clicked the Login link at the top.
    It takes me to the "My Account" page, where I see the "My Account" links, which seem a bit strange, because at this point, the customer thinks they don't have an account, but are a "Guest".
    I also clicked on the "Create Account" page. I'm not sure what happens if you fill out the info on that page and try to create an account. But at the top, there is another link to login at the login page, and again, if you click on that, it takes you to the "My Account" page.
    So at this point, I am in a semi-logged-in state. It thinks I am logged in, so that it takes me to the "My Account" page. But, the link at the top says "Log In", and there is no way to "Log Out" from this state.
    I just thought that someone might want to change their mind, and really create an account, or login, after they have started the guest account process, and it doesn't seem like there is a way to do that.
    Perhaps this flow is really fine, but it just seemed a little confusing to me, and I wanted to bring it to your attention.
    I saw a description in some of the previous downloads, about how you could get into this state in other ways, and the fix was to log you out at those points. Perhaps that should happen here? Although perhaps that would be annoying to customers, because they have already entered in their billing address, and that would undo all this work.
    If you think it would make sense to logout the customer here, could you please let me know what changes I should make in the code to make that happen. I'm in the middle of upgrading my site, and I'd love to get this working right.
    Thanks very much!
    Check your install, what you’re describing shouldn't happen. Lest I never could get it to break that bad... You may also have something else off to make it so accessing the user account side possible without a logged in user.

    I just thought that someone might want to change their mind, and really create an account, or login, after they have started the guest account process, and it doesn't seem like there is a way to do that.
    There is a way that I use, that the customer during the checkout process can decide to enter a password or not and that determines if it's a Guest or Standard account. I keep running into side project spin-offs, I'll finish coding and upload someday to my page.

    The guest cart is added to the customer cart when they log in which is normal for ZC and not part of COWOA.

    If you installed under the standard install, it should work without any problems. If the template was modified or other mods installed, than you should merged the files. If you turn COWOA off, the site should respond normal if the issue still there, then it's not COWOA.
    Dave
    Always forward thinking... Lost my mind!

  9. #669
    Join Date
    Apr 2014
    Location
    NJ
    Posts
    59
    Plugin Contributions
    0

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

    davewest, thanks for your response!
    I looked through the code, and unless I am misunderstanding things, I see the following:
    in includes/modules/yourtemplate/no_account.php, it looks like it is inserting a customer record in the db, and then setting $_SESSION['customer_id'] to the new customer id. I think this happens after you start the checkout process as a guest, and have filled out the billing info.
    Then, I see in includes/modules/pages/login/header_php.php, which I think you would get to if you click the login link, and it checks to see if $_SESSION['customer_id'] is set, and if so, redirects you to the account page.
    So if I understand the code correctly, once you have entered the billing info in the "checkout without an account" page, you are treated as if you are logged in, as far as the login page goes, so it redirects you to the account page.

    Perhaps someone could correct me if I am wrong. Also, perhaps someone has a store where they have the most recent version of this mod installed, and I will be happy to test it out to see if I get the same behavior as what I saw on my test website.

    I'm not positive about what the "best" behavior would be in this situation. But I think perhaps the following:
    - If you have entered your billing information, as a guest, and after that step, you change your mind and decide you want to login, and click the login link, should it just bring up the regular login page, and get rid of the billing info you have just typed in, effectively "logging you out" of the guest account?
    The only downside to this behavior would be that if the customer then changes their mind again, and wants to continue their checkout process without an account, the billing info that they had entered previously would be wiped out at this point.
    But if they click the "login" link, perhaps it is reasonable that their info would be wiped out.

    Sorry if I have been rambling. I just wanted to make people aware of the behavior that I saw, and find out if other people think a different behavior would be preferable.
    It just seems that if you are checking out as a guest, and you click the login link, you would be confused/disturbed to have things appear that you have an account.

  10. #670
    Join Date
    Apr 2014
    Location
    NJ
    Posts
    59
    Plugin Contributions
    0

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

    I have the 2.6 beta version installed in my test site. I just want to make people aware of a problem I was having.
    I was getting an ajax error during the checkout process, when I went from the payment page to the confirmation page, for the COD and Paypal modules (these are both modules where credit cards are NOT accepted on the site. I did not get the error for authorizenet_aim, where credit cards ARE accepted on the site.) I got the error when I was checking out as a logged-in user, not as a guest.
    The way I finally fixed this problem was by doing a comparison between the includes/templates folders of 1.5.3 and 1.5.4, and then checking to see if I had made all those changes to my template files.
    I found that includes/templates/mytemplatedir/templates/tpl_checkout_payment_default.php had a couple of changes, and the version I had installed from COWOA did not have these changes. They were the following changes:
    1.5.3:
    Code:
    <?php echo zen_draw_form('checkout_payment', zen_href_link(FILENAME_CHECKOUT_CONFIRMATION, '', 'SSL'), 'post', ($flagOnSubmit ? 'onsubmit="return check_form();"' : '')); ?>
    1.5.4:
    Code:
    <?php echo zen_draw_form('checkout_payment', zen_href_link(FILENAME_CHECKOUT_CONFIRMATION, '', 'SSL'), 'post'); ?>
    1.5.3:
    Code:
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONTINUE_CHECKOUT, BUTTON_CONTINUE_ALT, 'onclick="submitFunction('.zen_user_has_gv_account($_SESSION['customer_id']).','.$order->info['total'].')"'); ?></div>
    1.5.4:
    Code:
    <div class="buttonRow forward" id="paymentSubmit"><?php echo zen_image_submit(BUTTON_IMAGE_CONTINUE_CHECKOUT, BUTTON_CONTINUE_ALT, 'onclick="submitFunction('.zen_user_has_gv_account($_SESSION['customer_id']).','.$order->info['total'].')"'); ?></div>
    I hope this can help someone else avoid some frustration, and pulling out of hair!

 

 
Page 67 of 86 FirstFirst ... 1757656667686977 ... 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