You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ability to track inventory levels for each specific option variation. This could potentially get stored in the moxy_product_option_meta table, but I don't think that's the best place for it since it doesn't handle globally inherited options or the case where options are omitted.
Suggested table: moxy_product_options_inventory
Critical here is the ability to fail gracefully, e.g. if a new option term is created, then the inventory page for a product needs to left join from option_terms to the moxy_product_options_inventory
The ability to track inventory levels for each specific option variation. This could potentially get stored in the
moxy_product_option_meta
table, but I don't think that's the best place for it since it doesn't handle globally inherited options or the case where options are omitted.Suggested table:
moxy_product_options_inventory
Critical here is the ability to fail gracefully, e.g. if a new option term is created, then the inventory page for a product needs to left join from option_terms to the moxy_product_options_inventory
See also Issue #5
The text was updated successfully, but these errors were encountered: