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.
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.
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.