Umbraco Commerce and country-specific stock proper...
# help-with-umbraco
a
Hi all, I'm working on an Umbraco Commerce project and have a question about the standard
Umbraco.Commerce.Stock
property. Is there a way to store stock levels for different countries separately? The website is multi-lingual and products with the same SKU are available in different countries. I've checked the
umbracoCommerceStock
table and it looks like stock values only have product and product variant references, there is nothing for different cultures/languages. Marking this field as
vary by culture
does not make any difference because eventually there is just one entry in the stock table for each Umbraco node. Any ideas or suggestions for tackling this?
4 Views