Page 7 of 86 FirstFirst ... 567891757 ... LastLast
Results 61 to 70 of 854
  1. #61
    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'm fixing to release a new version of Cowoa. IntegratedCOWOA_2.2. In this version there are no new features in Cowoa. I just updated the COWOA_Full_Install.sql statement with the one Diva recommended a while back. This one should correct any future errors that a few people were getting. I also updated the version number in all files that Cowoa uses. Diva If you have this playing nice with Super Orders and want to send details of the merges required for using COWOA with Super Orders 4.0 send them to me and I will include them in this release. I don't use Super Orders so I really can not check to see if it works or not. I will take your word for it.
    If you have my e-mail address.. send the files to me and I will test and bundle in the required SO changes..
    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.

  2. #62
    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 DivaVocals View Post
    If you have my e-mail address.. send the files to me and I will test and bundle in the required SO changes..
    The files has been sent to you.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #63
    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
    The files has been sent to you.
    Cool!!!!!
    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. #64
    Join Date
    May 2012
    Posts
    42
    Plugin Contributions
    0

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

    Hi there, I'm messing about with cowoa on my localhost and it looks like it's the bees knees. Thanks to the developer(s)!

    I'm having an issue though. I have CEON URIs installed and it seems to be causing a problem for me where when I log in, instead of the little links saying logout and my account etc... I still have the login and home links. I'm sure the email and password are right because if I get them wrong I get an error. And more importantly when I remove 1 file of the CEON mod the login works.

    The file is includes/init_includes/overrides/init_sessions.php and the only change from the default is after line 39:
    // BEGIN CEON URI MAPPING 1 of 1
    // Static URIs are relative to the site's root, so cookie should be set for the root
    $path = '/';
    // END CEON URI MAPPING 1 of 1

    So thats defo the problem. Anyone any idea on the solution?

  5. #65
    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 crazysarah View Post
    Hi there, I'm messing about with cowoa on my localhost and it looks like it's the bees knees. Thanks to the developer(s)!

    I'm having an issue though. I have CEON URIs installed and it seems to be causing a problem for me where when I log in, instead of the little links saying logout and my account etc... I still have the login and home links. I'm sure the email and password are right because if I get them wrong I get an error. And more importantly when I remove 1 file of the CEON mod the login works.

    The file is includes/init_includes/overrides/init_sessions.php and the only change from the default is after line 39:
    // BEGIN CEON URI MAPPING 1 of 1
    // Static URIs are relative to the site's root, so cookie should be set for the root
    $path = '/';
    // END CEON URI MAPPING 1 of 1

    So thats defo the problem. Anyone any idea on the solution?
    Not an issue caused by this add-on or even the Ceon add-on.. sounds like your template has the "navMain" section coded incorrectly.. (not using default Zen Cart 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.

  6. #66
    Join Date
    May 2012
    Posts
    42
    Plugin Contributions
    0

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

    Just a explain a bit more... the problem with the login links not going seem to be because the code evaluates if (($_SESSION['customer_id']) && (!$_SESSION['COWOA']=='True')) as false and instead of showing the loutout and my acount links it just always shows the login link. If I put something in the basket the shopping cart and checkout link appear so I'm definately logging in OK.

    Like I say inthe previous post, the problem goes away if I comment out
    // BEGIN CEON URI MAPPING 1 of 1
    // Static URIs are relative to the site's root, so cookie should be set for the root
    //$path = '/';
    // END CEON URI MAPPING 1 of 1

  7. #67
    Join Date
    May 2012
    Posts
    42
    Plugin Contributions
    0

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

    Hey there, I just installed a blank version 1.5 with brand new database and installed CEON URI 4.2.0 and Integrated COWOA_2.1 and the same issue happens. Also I delete (or comment out) the file init_includes/overrides/init_sessions.php the issue dissappears.

    Weird, but it does seem to be something to do with an issue between these two mods.

  8. #68
    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 crazysarah View Post
    Just a explain a bit more... the problem with the login links not going seem to be because the code evaluates if (($_SESSION['customer_id']) && (!$_SESSION['COWOA']=='True')) as false and instead of showing the loutout and my acount links it just always shows the login link. If I put something in the basket the shopping cart and checkout link appear so I'm definately logging in OK.

    Like I say inthe previous post, the problem goes away if I comment out
    // BEGIN CEON URI MAPPING 1 of 1
    // Static URIs are relative to the site's root, so cookie should be set for the root
    //$path = '/';
    // END CEON URI MAPPING 1 of 1
    That's not the issue here.. what you describe could happen if your template has modified the original Zen Cart code that drives these links and makes them dynamic.. This really isn't a COWOA issue.. Your template is the most likely issue. I would check to see if it is using default Zen Cart code in the includes/templates/YOUR_TEMPLATE/common/tpl_header.php file. That is the file that contains the code that drives these links..
    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.

  9. #69
    Join Date
    May 2012
    Posts
    42
    Plugin Contributions
    0

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

    Arrrgh!

    It's sorted now. Last night and most of yesterday I was trying to get this fixed. I had installed brand new zencarts (no template Diva - I think you missed a post while you were typing your last one), installed, uninstalled, deleted, started again and always got the same problem.

    Today I turn on my computer and it just works. WTF? How is that possible? When I refresh the page I hit f5 as well to clear the cache. Obviously it's got something to do with SESSION but how unbelievably frustrating, what a huge waste of time

  10. #70
    Join Date
    May 2012
    Posts
    42
    Plugin Contributions
    0

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

    Oops, just realised that I had commented out the $path = '/'; in the init_sessions.php. So the problem is in fact there.

    Does that mean there is a conflict between the two mods?

 

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