par
storm61 » 29 août 2005, 17:45
j'ai épurer le code mais toujours pas de soluce
Ya pas quelqu'un qui a une idée?
<?php echo TEXT_REVIEW_RATING ; ?>
<?php
$sort = "select products_id, reviews_rating from " . TABLE_REVIEWS ;
if (isset($HTTP_GET_VARS['products_id']));
//SELECT products_id, AVG(reviews_rating) FROM reviews where products_id='idamettre' GROUP BY products_id;
$result = tep_random_select($sort);
$info_box_contents = array();
if ($result) {
$info_box_contents[] = array('text' => '' . tep_image(DIR_WS_IMAGES . 'stars_' . $result['reviews_rating'] . '.gif' , sprintf(BOX_REVIEWS_TEXT_OF_5_STARS, $random_product['reviews_rating'])) . '');
} elseif (isset($HTTP_GET_VARS['products_id'])) {;
}
new infoBox($info_box_contents, $column_location);
?>