To see the live demo, please check here. Video Tutorial
Continue reading "Update Cart By Increasing/Decreasing Quantity"Change Add To Cart(Selected) Checkbox Text
At first take a look at bellow image If you want to change “Add to Cart(Selected)” text after check any checkbox, you can do that. Use Code Snippets plugin to run those code below. Use custom_text to change your text. Take a look
Continue reading "Change Add To Cart(Selected) Checkbox Text"Change placeholder text for Taxonomy Keywords ( Advance Search Box )
If you want to change search box placeholder text, then you can do that with our plugin filter hook. Use ‘wpto_localize_data’ filter hook. Follow this article. First take a look at bellow screenshot. If you want to change that text, you can do that with our plugin filter hook. Use ‘wpto_localize_data’ filter hook. After applying […]
Continue reading "Change placeholder text for Taxonomy Keywords ( Advance Search Box )"Download and install latest version plugin from GitHub
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"