by cathal | Jun 13, 2022 | Tutorials, Woocommerce, Wordpress
Remove the Product Meta on the Single Product Page In the Woocommerce Single Product Pages, the categories to which the product belongs are displayed by default under the “Add to cart” button. This can be removed using the woocommerce_template_single_meta...
by cathal | Jun 13, 2022 | Tutorials, Woocommerce, Wordpress
Adding Custom Currency to WooCommerce In this post you will learn how to add another custom currency and a symbol for same in addition to the many available currencies provided by Woocommerce. Example In the example, the currency “Arrow Design Euro”...
by cathal | May 16, 2022 | Tutorials, Woocommerce, Wordpress
Woocommerce Product Attribute Hooks In this post you will learn how to get the product sku, description, short description, regular price, shipping class and so on. You will not always have access to the $product variable, so in this tutorial you will see different...