This topic has 1 reply, 1 voice, and was last updated 1 hours, 54 minutes ago ago by Daniel
Hi! I’m using a shortcode under the title in Products archive. This shortcode is added in my functions.php archive with this lines:
add_action(‘woocommerce_shop_loop_item_title’, ‘n2t_after_etheme_product_grid_list_product_element_title’, 999);
add_action(‘after_etheme_product_grid_list_product_element_title’, ‘n2t_after_etheme_product_grid_list_product_element_title’, 999);
function n2t_after_etheme_product_grid_list_product_element_title(){
echo do_shortcode(‘[revi_widget_product_small]’);
}
ans this is working, but when i click on “Load more” button in my store page, the ratings are not displayed. Please i need to fix this, i need to display the ratings with the shortcode even when you press load more.
You must be logged in to reply to this topic.Log in/Sign up