Hey all, I'm building a shop that sells subscriptions on clothes. Basically people subscribe to a plan, and every month they choose a certain number of clothes. So I'm trying to understand what would be the best way to differentiate the subscription plans from the clothes. The plans would be under 'products' so people can add to their cart and subscribe to, and the clothes don't have price but customer who already subscribed to a plan should be able to order from the shop, and once they do, this should create an order in the admin panel, and the inventory should be updated.
• My idea was to maybe add a 'clothing' attribute to products and implement a different for logic wether clothing is true or false, but how can I remove the price validation for products ? And is it possible to create an order without having a payment (only by checking if customer has subscribed)?