
Originally Posted by
Xbox Memberships
first error being this one... "when trying to disable a product i have sold by clicking the green box it reloads the page but makes no change to product status so i have to go onto the product and select out of stock." or did you mean the one after that? ive tried a fresh currencies.php but it made no difference so i put the one back that was already there that i had backed up. should i ask the host company by email about the errors i spotted in the error log?
Do you have Image Handler 4 installed?
If so, compare your \admin\includes\modules\category_product_listing.php with a fresh one. IH4 inserts some legagy code that conflicts with ZC 1.5x . IH4 only needs on line of code in that file
PHP Code:
<?php echo '<a href="' . zen_href_link(FILENAME_IMAGE_HANDLER, 'products_filter=' . $products->fields['products_id'] . '¤t_category_id=' . $current_category_id) . '">' . zen_image(DIR_WS_IMAGES . 'icon_image_handler.gif', ICON_IMAGE_HANDLER) . '</a>'; ?>
the rest of the changed code is from before ZC 1.5 (unless you have made other modifications to this file)