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.
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
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 !
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 ?