Woocommerce suggest products in empty Cart page
Wocommerce display empty cart notice with a return to shop button when user vist the cart page without any products. ever wanted to suggest some products in epty car page. I t is quite easy.
Wocommerce display empty cart notice with a return to shop button when user vist the cart page without any products. ever wanted to suggest some products in epty car page. I t is quite easy.
Some users customize javascript file from the parent theme to meet their requirements. but the modification overwrites whenever they update the theme. In such a situation you can keep the modified files in your child theme and load it instead of the one from the parent theme.
Change thousands separator in Woocommerce to Indian format 10,00,000 instead of 1,000,000.
Important: You need to turn off the the Thousand Separator and Decimal Separator in WC Settings to work this.
The7 multi purpose theme have beautiful fancy header that can configure for each page/post. And the same can configure for Woocommerce category pages which is not editable from the backend buy applying facnyheader for woocommece Terms and conditions page. But the problem is it will only return the title you have configured, will not change the title according to category pages and here is a work around to deal with it !
Ever wanted to hide price for non logged in users ? try this code in you functions.php, now the price will be only visible for logged in users.
How to update the woocommerce cart product price with code
I had a requirement in one my latest project to add a product to woocommerce cart when submitting a Gravity form. ie an user customized product. Here it is how I achieved that.