What does it say today? If @product.Properties["productName"] then yes - it should be .Name.
If the Name property is empty - be sure that you configured it correctly in the store settings. Remember the property alias of the product name can't be "name" - that is "semi" reserved in Umbraco :) So use "productName" instead.
orderLine.Name is empty
In the file view-order-line-overview.cshtml line 109, shouldn't it be @product.Name ?
What does it say today? If @product.Properties["productName"] then yes - it should be .Name.
If the Name property is empty - be sure that you configured it correctly in the store settings. Remember the property alias of the product name can't be "name" - that is "semi" reserved in Umbraco :) So use "productName" instead.
Kind regards
Anders
Ahhh ... OK
The starterkit comes with Name as the 'Name property alias' as default.
This also solves this thread: Link
is working on a reply...