Please copy and paste the below given code to the functions.php file in Child Theme and it will resolve your issue.
add_action( 'woocommerce_after_shop_loop_item_title', 'custom_after_title' );
function custom_after_title() {
global $product;
if ( $product->get_sku() ) {
echo $product->get_sku();
}
}
Regards, from Andy.
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘Show Product SKU on Shop Page.’ is closed to new replies.
Need Customization?We specialize in delivering high-quality web and mobile design/development services to our clientele. Should you require customization services, please do not hesitate to reach out to us at your convenience.