by admin | Feb 10, 2021 | Woocommerce
How to change the “SKU” label used to identify products in WooCommerce First method – PHP.The following code must be inserted in the function.php contained in your child theme (**). /* This code change the SKU label for all Woocommerce products */...
by admin | Sep 14, 2020 | Woocommerce
Used to get the most top level category of the current product categories. The following code must be inserted in the function.php contained in your child theme (**). Since the action target is ‘wp_head’, all Echo content will be printed in the...
by admin | Mar 7, 2020 | Woocommerce
Used to get the category of the current product All Echo content will be printed in the header of the page. The following code must be inserted in the function.php contained in your child theme (**). /* This code shows the Category of a woocommerce product */...