Error after update!
-
This errors happening after woocommerce update and Rating not working now! ((
<li class=”clearfix” hidden=true>
<?php echo wp_kses_post( dokan_get_readable_seller_rating( $author->ID ) ); ?><?php if ( !empty( $seller_rating[‘count’] ) ): ?>
<div class=”star-rating dokan-seller-rating” title=”<?php echo sprintf( esc_attr__( ‘Rated %s out of 5’, ‘dokan-lite’ ), esc_attr( $seller_rating[‘rating’] ) ) ?>”>
<span style=”width: <?php echo ( esc_attr( ($seller_rating[‘rating’]/5) ) * 100 – 1 ); ?>%”>
<strong class=”rating”><?php echo esc_html( $seller_rating[‘rating’] ); ?> out of 5
</span>
</div>
<?php endif ?><ui>
<?php do_action( ‘dokan_product_seller_tab_end’, $author, $store_info ); ?>
`
- The topic ‘Error after update!’ is closed to new replies.