<?php

/*
  $Id: reviews_info.php $
  TomatoCart Open Source Shopping Cart Solutions
  http://www.tomatocart.com

  Copyright (c) 2009 Wuxi Elootec Technology Co., Ltd;  Copyright (c) 2006 osCommerce

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License v2 (1991)
  as published by the Free Software Foundation.
*/
$Qreviews = osC_Reviews::getEntry($_GET[$osC_Template->getModule()]);
?>

<h1 style="float: right;"><?php 
echo $osC_Product->getPriceFormated(true);
?>
</h1>

<h1><?php 
echo $osC_Template->getPageTitle() . ($osC_Product->hasSKU() ? '<br /><span class="smallText">' . $osC_Product->getSKU() . '</span>' : '');
?>
</h1>

<?php 
if ($messageStack->size('reviews') > 0) {
    echo $messageStack->output('reviews');
}
if ($osC_Product->hasImage()) {