Skip to content
super-page-cache

Instant speed boost – enable lazy-loading, defer scripts, and fine-tune caching for blazing-fast pages. Priority support included.

Learn More →

How to display the SKU on single product pages in Hestia

If you have not created a child theme then be sure to create one before proceeding or your changes will be lost on next update:  How to create a child theme

After you have created your child theme add the following snippet in the functions.php file of the child theme to make de SKU appear on the single product pages:

add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 41 );