Zen Cart Logo
Forums / Addon Payment Modules / Installed FEC before COWOA, now COWOA config menu doesn't appear

Installed FEC before COWOA, now COWOA config menu doesn't appear

Views: 3,563

Results 1 to 9 of 9
17 Dec 2012, 7:40 PM
#1
i_make_robots avatar

i_make_robots

New Zenner

Join Date:
Aug 2012
Posts:
46
Plugin Contributions:
0

Installed FEC before COWOA, now COWOA config menu doesn't appear

Loving zencart 1.5 here.

Followed the steps for installing FEC no problem. Realized it didn't give me COWOA. A little disappointed FEC didn't warn me to have COWOA first. Tried to install COWOA. several SQL warnings - columns already exist. Now there's no COWOA config panel and I still don't have COWOA ability when I try to check out.

Anyone else have this happen? What step did I miss?

Thank you!

17 Dec 2012, 8:29 PM
#2
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Installed FEC before COWOA, now COWOA config menu doesn't appear

I don't know about the latest version, but FEC used to come with (it's ownversion) of cowoa included in it

17 Dec 2012, 9:03 PM
#3
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Installed FEC before COWOA, now COWOA config menu doesn't appear

Must be an installation issue, as Design75 rightly states FEC does have COWOA included. Have you enabled the COWOA option in the FEC configuration area?

17 Dec 2012, 10:33 PM
#4
i_make_robots avatar

i_make_robots

New Zenner

Join Date:
Aug 2012
Posts:
46
Plugin Contributions:
0

Re: Installed FEC before COWOA, now COWOA config menu doesn't appear

yes, i enabled it. when i go to checkout it asks me to either sign in or reister, there's no "continue without an account" option.

18 Dec 2012, 9:12 AM
#5
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Installed FEC before COWOA, now COWOA config menu doesn't appear

What happens if you set it to checkout with COWOA only?

18 Dec 2012, 3:31 PM
#6
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Installed FEC before COWOA, now COWOA config menu doesn't appear

i-make-robots:

Loving zencart 1.5 here.

Followed the steps for installing FEC no problem. Realized it didn't give me COWOA. A little disappointed FEC didn't warn me to have COWOA first. Tried to install COWOA. several SQL warnings - columns already exist. Now there's no COWOA config panel and I still don't have COWOA ability when I try to check out.

Anyone else have this happen? What step did I miss?

Thank you!

First you need to roll back your site just before you installing FEC. You did make a backup didn't you? After that you can start over clean so you don't have 2 Cowoa's installed at the same time.

12 Nov 2013, 2:17 PM
#7
rjharris37 avatar

rjharris37

New Zenner

Join Date:
Apr 2009
Posts:
17
Plugin Contributions:
0

Re: Installed FEC before COWOA, now COWOA config menu doesn't appear

Update:

I know this post is kinda old, but I looked everywhere for an answer before solving it for my website, so I wanted to share the solution that worked for me.

I installed the latest version of FEC dated 11-6-2013 I believe. There are 2 closing brackets missing at the end of ..includes/YOUR_TEMPLATE/templates/tpl_modules_no_account.php

I had to add 2 lines to the end of that file and then COWOA included in FEC will work:

<?php } ?> <?php } ?>

I don't know why there are no other posts about this error in the downloaded install files for FEC. Others must be having problems with it as well.

29 Dec 2013, 11:12 PM
#8
cefyn avatar

cefyn

New Zenner

Join Date:
May 2007
Posts:
87
Plugin Contributions:
1

Re: Installed FEC before COWOA, now COWOA config menu doesn't appear

<p> > **rjharris37:** > > Update: I know this post is kinda old, but I looked everywhere for an answer before solving it for my website, so I wanted to share the solution that worked for me. I installed the latest version of FEC dated 11-6-2013 I believe. There are 2 closing brackets missing at the end of ..includes/YOUR_TEMPLATE/templates/tpl_modules_no_account.php I had to add 2 lines to the end of that file and then COWOA included in FEC will work: I don't know why there are no other posts about this error in the downloaded install files for FEC. Others must be having problems with it as well. Thanks for posting this.I installed the latest FEC download from the Numinix site today and the cowoa page wouldn't load but those two lines fixed it.Never woulda figured that out!</p>
12 Jan 2014, 12:34 PM
#9
cefyn avatar

cefyn

New Zenner

Join Date:
May 2007
Posts:
87
Plugin Contributions:
1

Re: Installed FEC before COWOA, now COWOA config menu doesn't appear

That fix is only applicable to a wamp server.When I put it on a live site,linux server,I had to revert and it was o.k.