Replies: 2 comments 2 replies
-
That's not possible right now, and sounds like a feature request for Simple Commerce to set the collection used for orders. Then you could make your own collection and SC would use it. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You could make a |
Beta Was this translation helpful? Give feedback.
1 reply
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I think it's really useful to have the ability to inherit properties from other Entries, but override them when needed.
This is possible when using the multi-site feature, but seems to be tightly restricted to that use case. I've tried getting around it on a single site install by setting
origin
manually on the entry and addinglocalizable: true
to the blueprint fields, and although this almost works, it breaks when I try to use anEntries
field to makeorigin
dynamic.Is there any way to inherit Entry attributes from other Entries on a single site install? If not, would the team be amenable to adding it in the future?
For context, I am using the simple-commerce addon, and attempting to add Subscription functionality on top. Each order has a billing address and a shipping address, and I'd like for each subscription to inherit those values from the order that created them, unless the subscriber updates the subscription, at which point the default must be overridden.
Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions