I have created a document type which includes a field called stock.
I need to display this price in my view. Do I use the normal way of showing the price like I would do with any other field in the document type or is there a preferred way to do this with Umbraco commerce?
I have a document type called Item with a field called Price using the Umbraco commerce price as the data type.
I need to display the price listed in this field. I tried the code you posted but I don’t have a product document type. I changed this over to Item (my document type) but this didn’t have the available code you posted. I must be missing something?