Hi Alex, no probs :)
I changed line 42 of "includes/modules/page/product_reviews/header_php.php" from:
to:Code:if (zen_not_null($review->fields['products_model'])) { $products_name = $review->fields['products_name'] . '<br /><span class="smallText">[' . $review->fields['products_model'] . ']</span>'; } else { $products_name = $review->fields['products_name']; }
Just thought - should I have used an override for this instead?Code:{ $products_name = $review->fields['products_name']; }
ta,
Nick


Reply With Quote
