|
Hi,
thanks for the report, your comments may help other users.
stephen wrote:
Hi,
In version 0.4.3 I've noticed a couple of things showing up even though a setting says they shouldn't
1. I had a problem (0 reviews) showing near the title. In collection.default.php around line 520 I needed to put quotation marks around a php If statement:
if("$params->get('reviews')">0) {
This ensures that "reviews" only appears if reviews really are above 0.
No, it doesn't. Correct would be a check if $row->numreviews > 0.
Regards,
Thorsten.
|