X7ROOT File Manager
Current Path:
/home/notabjze/boatingnight.com/wp-content/themes/yachbat/woocommerce/rental
home
/
notabjze
/
boatingnight.com
/
wp-content
/
themes
/
yachbat
/
woocommerce
/
rental
/
ðŸ“
..
📄
button.php
(352 B)
📄
content-single-product.php
(1.96 KB)
📄
custom_taxonomies.php
(725 B)
📄
favourite.php
(338 B)
📄
featured.php
(272 B)
📄
features.php
(1.55 KB)
📄
location.php
(349 B)
📄
price.php
(3.99 KB)
📄
review.php
(972 B)
📄
thumbnail.php
(681 B)
📄
title.php
(621 B)
Editing: review.php
<?php if( ! defined( 'ABSPATH' ) ) exit(); global $product; $id = $product->get_id(); if ( ! wc_review_ratings_enabled() ) { return; } $review_count = $product->get_review_count(); $rating = $product->get_average_rating(); $html = ''; if ( $rating > 0 ) { ?> <div class="yachbat-product-review"> <div class="star-rating" role="img" aria-label="<?php echo sprintf( __( 'Rated %s out of 5', 'yachbat' ), $rating ); ?>"> <span class="rating-percent" style="width: <?php echo esc_attr( ( $rating / 5 ) * 100 ).'%'; ?>;"></span> <?php if ( $review_count > 0 ): ?> <span class="rating"><?php echo esc_html( $review_count ); ?></span>' <?php else: ?> <strong class="rating"><?php echo esc_html( $rating ); ?></strong> <?php endif; ?> </div> <?php if ( $review_count > 0 ): ?> <span class="parentheses-rating"><?php echo '('.esc_html( $rating ).' '.esc_html__('rating', 'yachbat').')'; ?></span> <?php endif; ?> </div> <?php }
Upload File
Create Folder