How to add a new product type on woocommerce product types? [closed]
The add to cart template is only 1 of the many things you’ll need to do. Each product type has it’s own class in the /includes/ folder. Each one extends the WC_Product class. To add items to the list you’ve screencapped (which is on the admin side and not the front-end, unlike the add-to-cart.php template, … Read more