Sometimes you may need to change woocommerce’s mini-cart ‘Subtotal’ text. Take a look below You can change that “Subtotal” text by using woocommerce woocommerce_widget_shopping_cart_subtotal() function. Here is an example. Write this piece of code inside your theme/child theme’s functions.php file and see the change. As this “Subtotal” text comes from woocommerce so you will see […]
Continue reading "How to change woocommerce mini-cart Subtotal text"Change or remove WooCommerce currency symbols
Removing WooCommerce currency symbols is fairly easy. You can use ‘woocommerce_currency_symbol’ action hook to remove or change currency symbol. Add those code in your theme/child theme’s functions.php file or use ‘Code Snippets’ plugin to add those code. Take a look
Continue reading "Change or remove WooCommerce currency symbols"Sell By Weight for specific categories
In this article, we’re going to show you how you can sell your products by Weight for specific categories on WooCommerce price per kg. We are going to change the price section using filter hooks. You can use this code in your theme/child theme functions.php file or also can use Code Snippets plugin. Note: This change will […]
Continue reading "Sell By Weight for specific categories"How to Sell Products by Weight
We’re going to show you how to sell your product by weight on WooCommerce price per kg. You will need to use filter hooks for this. Some products, such as nut butter, water, brine, vinegar, syrups, fruit or vegetable juice, and a host of other products are sold according to their weight. We are going […]
Continue reading "How to Sell Products by Weight"