Exemplo n.º 1
0
    printf(_n('%s customer review', '%s customer reviews', $count, 'woocommerce'), '<span itemprop="ratingCount" class="count">' . $count . '</span>');
    ?>
)</a>
        
        <?php 
    if (class_exists('YITH_WCWL_UI')) {
        echo roen_woocommerce_get_wishlist(__('Add to Wishlist', 'ROEN'), __('Added, view Wishlist', 'ROEN'), __('Added, view Wishlist', 'ROEN'), false);
    }
    ?>
	</div>

<?php 
} else {
    ?>

<div class="woocommerce-product-rating" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">

    <a href="#reviews" class="woocommerce-review-link" rel="nofollow"><?php 
    _e('Rate it as first!', 'ROEN');
    ?>
</a>
    
    <?php 
    if (class_exists('YITH_WCWL_UI')) {
        echo roen_woocommerce_get_wishlist(__('Add to Wishlist', 'ROEN'), __('Added, view Wishlist', 'ROEN'), __('Added, view Wishlist', 'ROEN'), false);
    }
    ?>
</div>

<?php 
}
        	<div class="product-thumbs-img-list">

				<?php 
echo $list_thumbs;
?>

            </div>

        </div>

        

        <?php 
if (class_exists('YITH_WCWL_UI')) {
    echo roen_woocommerce_get_wishlist();
}
?>

        

        <div class="product-info">

			<a href="<?php 
the_permalink();
?>
" class="product-title"><h3><?php 
the_title();
?>
</h3></a>