?>
" title="<?php 
    print htmlspecialchars($product->name);
    ?>
" />
            </a>
        </div>
        <?php 
}
?>

        <?php 
if ($this->allow_review) {
    ?>
        <table class="review_mark"><tr><td><?php 
    print showMarkStar($product->average_rating);
    ?>
</td></tr></table>
        <div class="count_commentar">
            <?php 
    print sprintf(_JSHOP_X_COMENTAR, $product->reviews_count);
    ?>
        </div>
        <?php 
}
?>
        <?php 
print $product->_tmp_var_bottom_foto;
?>
    </td>
    <td>
Example #2
0
        ?>
						<div class="short_description">
							<?php 
        print $curr->short_description;
        ?>
						</div>
						<?php 
    }
    ?>
						
						<?php 
    if ($ext_review_mark > 0) {
        ?>
						<div class="review_mark">
							<?php 
        print showMarkStar($curr->average_rating);
        ?>
						</div>
						<?php 
    }
    ?>
						
						<?php 
    if ($ext_count_commentar > 0) {
        ?>
						<div class="count_commentar">
							<?php 
        print sprintf(_JSHOP_X_COMENTAR, $curr->reviews_count);
        ?>
						</div>				
						<?php 
Example #3
0
        ?>
</span>, 
                <span class='review_time'><?php 
        print formatdate($curr->time);
        ?>
</span>
            </div>
            <div class="review_text"><?php 
        print nl2br($curr->review);
        ?>
</div>
            <?php 
        if ($curr->mark) {
            ?>
                <div class="review_mark"><?php 
            print showMarkStar($curr->mark);
            ?>
</div>
            <?php 
        }
        ?>
 
        </div>
    <?php 
    }
    ?>
    
    <?php 
    if ($this->display_pagination) {
        ?>
        <table class="jshop_pagination">
        ?>
</span>
    <?php 
    }
    ?>
    
    <?php 
    if ($this->allow_review && $this->config->show_hits) {
        ?>
    <span> | </span>
    <?php 
    }
    ?>
    
    <?php 
    if ($this->allow_review) {
        ?>
    <span><?php 
        echo _JSHOP_RATING;
        ?>
: </span>
    <span><?php 
        echo showMarkStar($this->product->average_rating);
        ?>
</span>
    <?php 
    }
    ?>
</div>
<?php 
}
Example #5
0
					<?php 
        if ($show_price) {
            ?>
						<div class="jshop_price"><?php 
            echo $item->product_price;
            ?>
</div>
					<?php 
        }
        ?>
					<?php 
        if ($show_rating) {
            ?>
                         <table class="review_mark"><tr><td>                            
                            <?php 
            print showMarkStar($item->average_rating);
            ?>
                            </td></tr></table>
                            <div class="count_commentar">
                                <?php 
            print sprintf(_JSHOP_X_COMENTAR, $item->reviews_count);
            ?>
                            </div>
					<?php 
        }
        ?>
					<?php 
        if ($params->get('show_readmore', '0')) {
            ?>
                    	 <p class="readmore">
                          <a <?php