My WooCommerce Cheatsheet
These are some of the common codes that I use in any WordPress WooCommerce-based project. Hope you guys find it useful.
Add WooCommerce template customization support in the theme
add_theme_support(
'woocommerce',
array(
// 'thumbnail...
aslamdoctor.hashnode.dev4 min read