Bugfix:
Symptom: New Products centerbox when in a category and not using image replacement shows only the category name, and not the "New Products for Month" text.
Solution: In /includes/modules/your_template/new_products.php, line 86, replace the . with , as shown:
title_image_exists(sprintf(TABLE_HEADING_NEW_PRODUCTS . strftime('%B'))
title_image_exists(sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B'))
This fix will be in v2.1, which I will submit as soon as I finish testing the flexible centerbox images.
I see you already found the bug:)


Reply With Quote
