PATH:
home
/
letacommog
/
pymreception1
/
wp-content
/
themes
/
legenda
/
woocommerce
/
loop
<?php /** * Loop Rating * * @author WooThemes * @package WooCommerce/Templates * @version 3.0.0 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly global $product; if ( get_option( 'woocommerce_enable_review_rating' ) == 'no' ) return; ?> <?php if ( $rating_html = wc_get_rating_html( $product->get_average_rating() ) ) : ?> <div class="woocommerce-product-rating"> <span class="rating-label"><?php esc_html_e( 'Rating:', 'legenda' ); ?></span> <?php echo $rating_html; ?> </div> <?php endif; ?>
[+]
..
[-] rating.php
[edit]
[-] loop-end.php
[edit]
[-] add-to-cart.php
[edit]
[-] loop-start.php
[edit]
[-] no-products-found.php
[edit]
[-] pagination.php
[edit]