Hi,
Related to the question I’ve asked earlier , I wonder if there’s a simpler way for me to achieve the following:
I need an inventory management for the same variants across all products.
What I’ve done so far is creating products that will act as variants, and a dataset that connects the products to these variant-products (similar to the bracelet and charms in Mega Store example). This way, the same variant-product can appear in multiple products and the inventory will be managed in one place.
What I started doing is creating a custom item page for products, but I wonder if I can avoid it and just modify the existing product page?
Any way for me to hook into product data loading and alter the variants with my own? while maintaining all the other logic on that page (image switch, clickability based on inventory and etc.).
Thanks