Woocommerce – Customization

Find out hooks Example: Product Page 1. Plugins to use: Simply Show Hooks 2. ../plugins/woocommerce/templates/Content-single-product.php Edit Product Tabs: https://docs.woocommerce.com/document/editing-product-data-tabs/ Customize Storefront Home Page: https://atlantisthemes.com/change-storefront-homepage-layout/#Storefront_Homepage Hide Shopping Cart when it is empty jQuery(function($) { if($(‘.x-cart .inner’).html()==“0 Items”) { $(‘.x-menu-item-woocommerce’).css(‘display’,‘none’); } $(“.add_to_cart_button”).on(“click”,