Ejemplo n.º 1
0
                </div>                
                <div class="customerRating">
                    <span>
                        <?php 
        echo TiendaHelperProduct::getRatingImage($review->productcomment_rating, $this);
        ?>
                	</span>
                </div>
            </div>                  
            <div id="comments" class="commentsDiv">
                <?php 
        echo $review->productcomment_text;
        ?>
            </div>            
       		<?php 
        $isFeedback = TiendaHelperProduct::isFeedbackAlready($user->id, $review->productcomment_id);
        $helpfuness_enable = Tienda::getInstance()->get('review_helpfulness_enable', '0');
        if ($helpfuness_enable && $user->id != $review->user_id && !$isFeedback) {
            ?>
       		<div id="helpful" class="commentsDiv">
      			 <?php 
            echo JText::_('COM_TIENDA_WAS_THIS_REVIEW_HELPFUL_TO_YOU');
            ?>
?
      			 <a href="index.php?option=com_tienda&view=products&task=reviewHelpfullness&helpfulness=1&productcomment_id=<?php 
            echo $review->productcomment_id;
            ?>
&product_id=<?php 
            echo $review->product_id;
            ?>
"><?php