For anyone wants do the same, put code below in your theme’s function.php.
remove_action( ‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_loop_rating’, 5 );
add_action( ‘woocommerce_after_shop_loop_item_title’, ‘nam_yasr_shop’, 20 );
function nam_yasr_shop() {
echo do_shortcode(“[yasr_multiset setid=0]”);
}
And do some CSS modification.