Zen Cart Logo
Forums / All Other Contributions/Addons / My Checkout Without Account Mod

My Checkout Without Account Mod

Locked

Views: 323,003

Results 1,061 to 1,080 of 1,220
This thread is locked. New replies are disabled.
02 Jan 2011, 21:40
#1061
craftzombie avatar

craftzombie

Zen Follower

Join Date:
Jul 2006
Posts:
494
Plugin Contributions:
0

My Checkout Without Account Mod

greengreetings:

**When I go to Configuration -> COWOA, all I see is Title, Value, and Action, but the rest of the page is blank.
**
I am using v1.3.9h and I did a full install.

On the front-end, the "sign up" and "login" boxes are the only ones that show up. There is no COWOA box.

I have changed the names of all the override templates.

Any suggestions as to what I have done wrong?

The box is there. You have to have an item in the cart before it will show up.

02 Jan 2011, 22:12
#1062
greengreetings avatar

greengreetings

Zen Follower

Join Date:
May 2009
Location:
Virginia
Posts:
90
Plugin Contributions:
0

Re: My Checkout Without Account Mod

craftzombie:

The box is there. You have to have an item in the cart before it will show up.

It's not on the website in my signature, though. It's on my test site. And my Configuration -> COWOA page is blank. All I see is Title, Value, and Action.

My cache shows no error messages.

I don't know what else to do.

11 Jan 2011, 01:54
#1063
jdaven123 avatar

jdaven123

New Zenner

Join Date:
Aug 2009
Posts:
8
Plugin Contributions:
0

Re: My Checkout Without Account Mod

I've gone through the forum post on COWOA and haven't been able to solve my problem.

Every time I enter the information in on the billing page and click continue, it takes me right back to the billing page with all the fields blank.

I found the post about reinstalling everything. So I re-downloaded the COWOA files and then reinstalled everything. Removed the SQL items and then reinstalled the SQL items.

Still same problem.

I've installed this wonderful add-on on another site with no problems. Not sure what I did different here.

Any help would be greatly appreciated.
https://www.jcscreenprinting.com

Using zencart 1.3.9h
and newest download of COWOA

Thank You

08 Feb 2011, 01:55
#1064
ericbel avatar

ericbel

New Zenner

Join Date:
Feb 2011
Posts:
16
Plugin Contributions:
0

Re: My Checkout Without Account Mod

greengreetings:

It's not on the website in my signature, though. It's on my test site. And my Configuration -> COWOA page is blank. All I see is Title, Value, and Action.

My cache shows no error messages.

I don't know what else to do.

I have the same problem until tonight !

First, you have to check in your database in table "configuration_group" and search for "COWOA" in column "configuration_group_title". If you dont have any "COWOA" entry, you must run SQL files that come with the mod.

If "COWOA" is there, note the number in "configuration_group_id" field. In my case is 33.

Next, go to "configuration" table and look in "configuration_key" column. The goal is to find the 4 "COWOA_..." entry. For me, they are at the end of the table ("configuration_id" 925 to 928).
If you dont have them, you must run the SQL.

Next, for each COWOA item, look in field "configuration_group_id". You must have the number of the COWOA Id in table "configuration_group. 33 in my case.
If you have 0 like me at the beginning, simply put the right number and save your change. You have to do this for each COWOA item. When done, just go back to admin > configuration > cowoa and everything must be OK !!!!

Good luck !

08 Feb 2011, 02:25
#1065
jdaven123 avatar

jdaven123

New Zenner

Join Date:
Aug 2009
Posts:
8
Plugin Contributions:
0

Re: My Checkout Without Account Mod

jdaven123:

I've gone through the forum post on COWOA and haven't been able to solve my problem.

Every time I enter the information in on the billing page and click continue, it takes me right back to the billing page with all the fields blank.

I found the post about reinstalling everything. So I re-downloaded the COWOA files and then reinstalled everything. Removed the SQL items and then reinstalled the SQL items.

Still same problem.

I've installed this wonderful add-on on another site with no problems. Not sure what I did different here.

Any help would be greatly appreciated.
https://www.jcscreenprinting.com

Using zencart 1.3.9h
and newest download of COWOA

Thank You

Someone else had me try to see if this line of code was in the tpl_checkout_payment_default.php file in my templates folder and remove it to fix the problem.

if ($COWOA && ($_SESSION['cart']->show_total() == 0)) {
zen_redirect(zen_href_link(FILENAME_CHECKOUT_CONFIRMATION, '', 'SSL'));
}

I checked and it was not. Anyone else have any ideas of why I'm stuck on the billing page and it just keeps refreshing to a blank billing page when I click next.

Site is pretty new. Installed ZenCart, installed a template called LiteRed, then installed COWOA.

I'm so lost on trying to get this fixed.

Thank You

08 Feb 2011, 13:10
#1066
ericbel avatar

ericbel

New Zenner

Join Date:
Feb 2011
Posts:
16
Plugin Contributions:
0

Re: My Checkout Without Account Mod

jdaven123:

Someone else had me try to see if this line of code was in the tpl_checkout_payment_default.php file in my templates folder and remove it to fix the problem.

if ($COWOA && ($_SESSION['cart']->show_total() == 0)) {
zen_redirect(zen_href_link(FILENAME_CHECKOUT_CONFIRMATION, '', 'SSL'));
}

I checked and it was not. Anyone else have any ideas of why I'm stuck on the billing page and it just keeps refreshing to a blank billing page when I click next.

Site is pretty new. Installed ZenCart, installed a template called LiteRed, then installed COWOA.

I'm so lost on trying to get this fixed.

Thank You

Do you have any log message ? I remember a problem like this one and one of my PHP file have an error (';' or ')' missing)

08 Feb 2011, 21:19
#1067
jdaven123 avatar

jdaven123

New Zenner

Join Date:
Aug 2009
Posts:
8
Plugin Contributions:
0

Re: My Checkout Without Account Mod

EricBel:

Do you have any log message ? I remember a problem like this one and one of my PHP file have an error (';' or ')' missing)

Where do I find this log to look at?

Thanks

09 Feb 2011, 14:49
#1068
ericbel avatar

ericbel

New Zenner

Join Date:
Feb 2011
Posts:
16
Plugin Contributions:
0

Re: My Checkout Without Account Mod

jdaven123:

Where do I find this log to look at?

Thanks

The log are in the "cache" folder of ZenCart root installation.

You can open it with notepad (or notepad++ for a better experience !!!!)

16 Feb 2011, 01:23
#1069
sjowler avatar

sjowler

New Zenner

Join Date:
Nov 2010
Posts:
2
Plugin Contributions:
0

Re: My Checkout Without Account Mod

EricBel:

I have the same problem until tonight !

First, you have to check in your database in table "configuration_group" and search for "COWOA" in column "configuration_group_title". If you dont have any "COWOA" entry, you must run SQL files that come with the mod.

If "COWOA" is there, note the number in "configuration_group_id" field. In my case is 33.

Next, go to "configuration" table and look in "configuration_key" column. The goal is to find the 4 "COWOA_..." entry. For me, they are at the end of the table ("configuration_id" 925 to 928).
If you dont have them, you must run the SQL.

Next, for each COWOA item, look in field "configuration_group_id". You must have the number of the COWOA Id in table "configuration_group. 33 in my case.
If you have 0 like me at the beginning, simply put the right number and save your change. You have to do this for each COWOA item. When done, just go back to admin > configuration > cowoa and everything must be OK !!!!

Good luck !

Hi, my COWOA does not work at all. I have followed your tip here and dont seem to have the entries in my configuration table. I have run the sql several times with not luck. any Ideas?

16 Feb 2011, 01:30
#1070
sjowler avatar

sjowler

New Zenner

Join Date:
Nov 2010
Posts:
2
Plugin Contributions:
0

Re: My Checkout Without Account Mod

sjowler:

Hi, my COWOA does not work at all. I have followed your tip here and dont seem to have the entries in my configuration table. I have run the sql several times with not luck. any Ideas?

Its OK, I fixed it. I had the customer approval settings turned on.

17 Feb 2011, 00:53
#1071
kevinmc3 avatar

kevinmc3

Totally Zenned

Join Date:
Jun 2006
Posts:
786
Plugin Contributions:
0

Re: My Checkout Without Account Mod

ver 1.3.9c

I want to temporarily disable COWA to see if it is causing a problem with a payment mod (PayPal Express), without uninstalling. But see no Admin/Config for this mod ?

17 Feb 2011, 16:20
#1072
yuma300 avatar

yuma300

New Zenner

Join Date:
Feb 2011
Posts:
2
Plugin Contributions:
0

Re: My Checkout Without Account Mod

Now I'm trying to install COWOA 2.0c1

I'm stacking in installation. In the install.txt, I got a few question.

STEP 0-A If you have a Brand New Zen Cart 139 installation, just merge these files into yours. If you do not have a new template, erase the YOUR-TEMPLATE folder.

What is YOUR-TEMPLATE? Does it mean YOUR_TEMPLATE?
If so, can I erase all YOUR_TEMPLATE folders unser install folder?

STEP 4 - Install the SQL Patch. To do this, open the file COWOA.sql. In your admin panel, open Tools -> Install SQL Patches.

What is COWOA.sql? Does it mean COWOA_Full_Install.sql?

Regard.
Yuma300

19 Feb 2011, 05:34
#1073
yuma300 avatar

yuma300

New Zenner

Join Date:
Feb 2011
Posts:
2
Plugin Contributions:
0

Re: My Checkout Without Account Mod

Now I understand install.txt. Thank you.

26 Feb 2011, 18:07
#1074
bforesman avatar

bforesman

New Zenner

Join Date:
Sep 2009
Posts:
6
Plugin Contributions:
0

Re: My Checkout Without Account Mod

My customers are stuck in a loop. After filling out the form it simply reloads the billing form, blank, and nothing happens.

27 Feb 2011, 13:15
#1075
rebelman avatar

rebelman

New Zenner

Join Date:
Nov 2010
Posts:
53
Plugin Contributions:
0

Re: My Checkout Without Account Mod

I have installed FEC which includes COWOA ..when a customer chooses to checkout with COWOA the standard ' new account' email is sent to customer which thanks the customer for creating an account! Is this a bug or is there a file that I need to change?

27 Feb 2011, 19:05
#1076
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: My Checkout Without Account Mod

rebelman:

I have installed FEC which includes COWOA ..when a customer chooses to checkout with COWOA the standard ' new account' email is sent to customer which thanks the customer for creating an account! Is this a bug or is there a file that I need to change?
Though FEC has a COWOA option, FEC and COWOA are two DIFFERENT modules..

You need to post your FEC support questions on the FEC support thread..

03 Apr 2011, 00:38
#1077
pullingouthair avatar

pullingouthair

New Zenner

Join Date:
Mar 2011
Posts:
30
Plugin Contributions:
0

Re: My Checkout Without Account Mod

I added the mod with no problems at all, working great.

08 Apr 2011, 15:49
#1078
athena avatar

athena

Totally Zenned

Join Date:
Jan 2006
Location:
NM
Posts:
740
Plugin Contributions:
0

Re: My Checkout Without Account Mod

me again...i'm everywhere... 1.3.9h new install of COWOA

to avoid some of the installation difficulties of my youth ;)

I'm merging the admin/index.php files as we speak and see at about line 86 no notes about the change being notated as COWOA specific and am concerned the index.php is from an earlier version of zencart. don't' want to screw this up:

here is the new 1.3.9h admin/index.php

	echo '<div class="row"><span class="left">' . BOX_ENTRY_CUSTOMERS . '</span><span class="rigth"> ' . $customers->fields['count'] . '</span></div>';
	echo '<div class="row"><span class="left">' . BOX_ENTRY_PRODUCTS . ' </span><span class="rigth">' . 
$products->fields['count'] . '</span></div>';
	echo '<div class="row"><span class="left">' . BOX_ENTRY_PRODUCTS_OFF . ' </span><span class="rigth">' . $products_off->fields['count'] . '</span></div>';
	echo '<div class="row"><span class="left">' . BOX_ENTRY_REVIEWS . '</span><span class="rigth">' . $reviews->fields['count']. '</span></div>';
    if (REVIEWS_APPROVAL=='1') {

COWOA's admin/index.php

echo '<div class="row"><span class="left">' . BOX_ENTRY_PRODUCTS . ' </span><span class="rigth">' . $products->fields['count'] . '</span></div>';
	echo '<div class="row"><span class="left">' 
. BOX_ENTRY_PRODUCTS_OFF . ' </span><span class="rigth">' . 

actually i think just this is missing from the COWOA vesion with no notation as to why

. BOX_ENTRY_CUSTOMERS . '</span><span class="rigth"> ' . $customers->fields['count'] . '</span></div>';
	echo '<div class="row"><span class="left">' 
08 Apr 2011, 17:41
#1079
athena avatar

athena

Totally Zenned

Join Date:
Jan 2006
Location:
NM
Posts:
740
Plugin Contributions:
0

Re: My Checkout Without Account Mod

I've backed out of the installation as the files are too different from 1.3.9h

there is no notation especially in the ordered_steps (table-less). I have ordered steps already installed, no notation on whether the other code in the page is essential to it all running smoothly.

thank goodness for Dreamweaver tracking and syncing my files.

10 Apr 2011, 08:30
#1080
alexanderk avatar

alexanderk

New Zenner

Join Date:
Feb 2010
Posts:
16
Plugin Contributions:
0

Re: My Checkout Without Account Mod

Since COWOA in incompatible with my payment module, I have decided to uninstall it. But I have run into some difficulties.

First of all I removed the COWOA code on the login page, just so customers won't be able to use it. So far, so good.

I then went on to check if you could create an account as usual. You couldn't. You also can't get your lost password.

Here is the site: sogrenibikes (dot) com

The only thing I did after removing the COWOA code on the login page was to try and run the uninstall.sql

That didn't go smoothly... When done through the admin part by uploading it:

"054 Unknown column 'query_builder.query_name' in 'where clause'
in:
[DELETE FROM zen_query_builder WHERE query_builder.query_name = 'Permanent Account Holders Only' LIMIT 1;]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields."

The message I get after entering account information while signing up is this:

1054 Unknown column 'COWOA_account' in 'where clause'
in:
[select count(*) as total from zen_customers where customers_email_address = '[email protected]' and COWOA_account != 1]

Help, please?
It kind of sucks not to be able to uninstall it, since it has made my site go out of function! :wacko:

Thank you so much,
Alex