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?
Printable View
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 ?
Now I'm trying to install COWOA 2.0c1
I'm stacking in installation. In the install.txt, I got a few question.
1.
>>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?
2.
>>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
Now I understand install.txt. Thank you.
My customers are stuck in a loop. After filling out the form it simply reloads the billing form, blank, and nothing happens.
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?
I added the mod with no problems at all, working great.
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
Code: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
actually i think just this is missing from the COWOA vesion with no notation as to whyCode: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">' .
Code:. BOX_ENTRY_CUSTOMERS . '</span><span class="rigth"> ' . $customers->fields['count'] . '</span></div>';
echo '<div class="row"><span class="left">'