Define multiple parcels/packages per ProductVariation #1306
adevade
started this conversation in
Feature Requests
Replies: 1 comment 2 replies
-
It's a fair amount of complexity that the majority won't use, so it would need some consideration to avoid a complex UI. Also, it's likely to have a knock-on effect on shipping logic etc. In terms of naming, previously I've seen it called "boxes". I think I would want to wait until our Filament panel is available before moving onto these complexities. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At the moment, the measurements and volume are stored directly on each row of the
product_variants
table. A product can consist of multiple packages, think large furniture at IKEA.It would be good if this was broken out into its own table, like
product_variant_packages
or similar, and made a OneToMany relationship instead.What do you think?
Beta Was this translation helpful? Give feedback.
All reactions