#wixstores #featureRequest #wixData #wixstoresbackend
Currently the only data in Stores/Collections database is “Name” and “Main Media”
These are a few ideas…
Link Products to their Collections:
Add “Collections” field to the Stores/Products database. Could be either an array of strings (name of collection) or ids referencing the Stores/Collections database. Or both.This data would also be in the StoreProduct object when using the $w.ProductPage
Link Collections to their Products:
Adding more fields to the Stores/Collections database. An array of product objects for each collection would be perfect. Or at least an array of product ids. Or both.