Example #1
0
    echo $this->onBeforeDisplayProduct;
    ?>
            </div>
        <?php 
}
?>
                  
        <div id='tienda_product_header' class="dsc-wrap">
            <h2 class="product_name">
                <?php 
echo htmlspecialchars_decode($item->product_name);
?>
            </h2>
            
            <?php 
echo TiendaHelperProduct::getProductShareButtons($this, $item->product_id);
?>
                        
            <?php 
if ($this->defines->get('product_review_enable', '0')) {
    ?>
            <div class="dsc-wrap product_rating">
                <?php 
    echo TiendaHelperProduct::getRatingImage($item->product_rating, $this);
    ?>
                <?php 
    if (!empty($item->product_comments)) {
        ?>
                <span class="product_comments_count">(<?php 
        echo $item->product_comments;
        ?>