Hi guys,
I am trying to add some values to OrderLine fields from the product list view.
I am using this markup:
<input type="hidden" name="EcomOrderLineFieldInput_CatalogId" value="@catalogInfo.Id" />
The above markup works pretty well from the product detail page but not from the product list. Am I missing something?
Thanks,
Adrian