Hello,
I'm having issues with the stock value that is rendered with the tag: @product.StockLevel where product is defined like this: ProductViewModel product = new ProductViewModel();
I have a product which initially had 8 stock and then I've added a value in the stock matrix where I've added a line with value 6. The product field that shows the Stock Value is showing 6 but the value that I get in the template is still 8. Is this a known issue?