Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variation Inventory (granular according to product options) #6

Open
fireproofsocks opened this issue Jul 11, 2014 · 3 comments
Open
Assignees

Comments

@fireproofsocks
Copy link
Member

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

@fireproofsocks
Copy link
Member Author

Also consider other custom fields that we may want to store with each product option:

Primary

  • images
  • price
  • quantity (i.e. inventory)

Others

  • color swatch
  • ??? others ???

@fireproofsocks
Copy link
Member Author

Take a tip from Shopify.

screen shot 2014-11-06 at 3 33 03 pm
screen shot 2014-11-06 at 3 33 40 pm
screen shot 2014-11-06 at 3 35 27 pm

@fireproofsocks
Copy link
Member Author

shopify-multiple-variants

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant