Change position of SKU in product detail page
-
Hi,
I want to change the position of SKU in default product detail template. I need to place it right after price value or underneath it.
What should I do?
Hello,
Unfortunately, there is no such option in WooCommerce and it may require additional code customization to achieve this. Sorry, but we don’t have an instruction for that.
Kind Regards
How about overriding /basel/woocommerce/loop/title.php file in child theme?
You can try, but you will need to find a right function to display product sku also. Probably this article will help you http://stackoverflow.com/questions/19088804/woocommerce-get-sku-in-product-single-page
Regards