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
Code:
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
Code:
. BOX_ENTRY_CUSTOMERS . '</span><span class="rigth"> ' . $customers->fields['count'] . '</span></div>';
echo '<div class="row"><span class="left">'
Bookmarks