Allow Regions to be picked using the Store Entity Picker #653
Replies: 2 comments
-
Hmm, I think the reason that Regions is missing is because they depend on a Country being picked before hand so we couldn't just list "Regions", we'd also need to list Countries first and then be able to pick a region within it. I'll have to have a think about how that could be done, but as an interim solution you might be able to use Contentment to create a custom picker that just runs raw SQL queries against the DB. Not as nice as just using the store entity picker I grant, but a bit less fragile than string lookups. |
Beta Was this translation helpful? Give feedback.
-
Nice one Matt I'll look into that. |
Beta Was this translation helpful? Give feedback.
-
I'd like to be able to select a Region using the Vendr.StoreEntityPicker.
At the moment it only allows us to pick Countries.
For more context, our use case is like this:
Beta Was this translation helpful? Give feedback.
All reactions