Installing a WooCommerce theme

The commercial WooCommerce-compatible theme, you will have to install it through the WordPress administrative panel or upload it using FTP. Before we do so, let's first take a look at what we actually received. In almost all cases, you'll receive a ZIP file holding different folders. The content and names of the folders will differ from theme to theme. Still, it's good to have a closer look at it and get familiar with commercial theme .

WooCommerce hooks, actions and filters

WooCommerce heavily relies on the usage of Hooks, Actions, and Filters. It gives you the possibility to override the default output of WooCommerce. Developers added Hooks For instance, if you want to take control of the Checkout page and add or even remove fields in there, hooks and filters are what you need. Let's first explain this concept. Within the WordPress and WooCommerce code, developers added hooks. On a hook, you can hang your own code so .