Hello Anne,
Thank you for all the support you give this community!
I searched this thread but could not figure out how to word my search exactly right to see if this issue has been addressed already. You almost need sub threads for this thread.
My issue - On the product review page, it is displaying some html code garbage just before the picture. Everything else displays correct.
You can see an example here (Since this is live site I don't want it indexed so I added *** please remove that for the link - http://www.orings-onlin***e.net/inde...r_of_uploads=0
I narrowed it down to this file I believe - \includes\modules\pages\product_reviews\header_php
More specifically in this section I think as this seems to be the junk code displaying as text on the review page
Code:
$review_query_raw = $db->bindVars($review_query_raw, ':productsID', $_GET['products_id'], 'integer');
$review_query_raw = $db->bindVars($review_query_raw, ':languagesID', $_SESSION['languages_id'], 'integer');
$review = $db->Execute($review_query_raw);
$products_price = zen_get_products_display_price($review->fields['products_id']);
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'];
}
If you have any ideas on how to fix this please let me know. Thanks a bunch
Bookmarks