' . $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) . ' ' . $currencies->display_price($new_price, tep_get_tax_rate($product_info['products_tax_class_id'])) . ''; } else { $products_price = $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])); } if (tep_not_null($product_info['products_model'])) { $products_name = $product_info['products_name'] . '
[' . $product_info['products_model'] . ']'; } else { $products_name = $product_info['products_name']; } require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PRODUCT_REVIEWS); $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_PRODUCT_REVIEWS, tep_get_all_get_params())); ?> > <?php echo TITLE; ?>
number_of_rows > 0) { if ((PREV_NEXT_BAR_LOCATION == '1') || (PREV_NEXT_BAR_LOCATION == '3')) { ?> sql_query); while ($reviews = tep_db_fetch_array($reviews_query)) { ?> number_of_rows > 0) && ((PREV_NEXT_BAR_LOCATION == '2') || (PREV_NEXT_BAR_LOCATION == '3'))) { ?>
display_count(TEXT_DISPLAY_NUMBER_OF_REVIEWS); ?> display_links(MAX_DISPLAY_PAGE_LINKS, tep_get_all_get_params(array('page', 'info'))); ?>
' . sprintf(TEXT_REVIEW_BY, tep_output_string_protected($reviews['customers_name'])) . ''; ?>
') . ((strlen($reviews['reviews_text']) >= 100) ? '..' : '') . '

' . sprintf(TEXT_REVIEW_RATING, tep_image(DIR_WS_IMAGES . 'stars_' . $reviews['reviews_rating'] . '.gif', sprintf(TEXT_OF_5_STARS, $reviews['reviews_rating'])), sprintf(TEXT_OF_5_STARS, $reviews['reviews_rating'])) . ''; ?>
TEXT_NO_REVIEWS))); ?>
display_count(TEXT_DISPLAY_NUMBER_OF_REVIEWS); ?> display_links(MAX_DISPLAY_PAGE_LINKS, tep_get_all_get_params(array('page', 'info'))); ?>
' . tep_image_button('button_back.gif', IMAGE_BUTTON_BACK) . ''; ?> ' . tep_image_button('button_write_review.gif', IMAGE_BUTTON_WRITE_REVIEW) . ''; ?>
' . tep_image_button('button_in_cart.gif', IMAGE_BUTTON_IN_CART) . '

'; ?>