How to change the SKU woocommerce

How could be possible to change the word SKU ( the id of the product in the woocommerce ) Thanks

Hi There,

Thanks for writing in! First make sure that you have a child theme setup correctly and activated it (https://theme.co/apex/forum/t/setup-how-to-setup-child-themes/57).

Then copy the file
/wp-content/plugins/woocommerce/templates/single-product/meta.php
Into your child theme’s following location
/wp-content/themes/x-child/woocommerce/single-product/meta.php.

Then locate the following line and you can replace SKU with your word.
esc_html_e( 'SKU:', 'woocommerce' );

Hope that helps
Thanks!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.