Set product availability by country #619
Replies: 1 comment
-
Nice idea @PaulCrowdy We'd need to write a property editor like you say, but I think we should have most things in place to make that doable. You could probably do it already with a little bit of work and the use of some community packages. I think you could make a quick country list using Lee Kellehers contentment package (currently unreleased) https://github.com/leekelleher/umbraco-contentment and a custom data source to fetch a list of countries. You could then store the countries on the product and filter them when you render them, and also create a custom validation rule to prevent a product being added to an order if they aren't allowed in that country. As I say, I bit of work, but pretty cool what you can achieve with existing packages. Definitely something we can look at incorporating in a nicer way though 👍 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be good to be able to select whether each product is available by country, in a similar way that you can select "All", or specific countries available for a shipping method.
Ideally a new property editor with "All" and each store assigned country listed with a checkbox to allow that product to be "saleable" to each country.
Beta Was this translation helpful? Give feedback.
All reactions