Hi guys,
I have some troubles to get some data to my template.
On a product detail page of a BOM product I show the underlying products (Bill of material).
This list consists of BOMProductItems and BOMConfigurators, which both are available throug a template loop.
When I throw the available tags within the loops I am provided with the following:
BOMProductItems:
Ecom:Product.Item.ID System.String PRODITEM0001
Ecom:Product.Item.Name System.String Some name 1
Ecom:Product.Item.NoneSelected.Text System.String
Ecom:Product.Item.Quantity System.Double 1
BOMConfigurators:
Ecom:Product.Configurator.ID System.String PRODITEM0002
Ecom:Product.Configurator.Name System.String Some name 2
Ecom:Product.Configurator.Quantity System.Double 1
Ecom:Product.Configurator.Selected System.String
This data corresponds to the database table dbo.EcomProductItems.
This table contains a column "ProductItemRequired" which is filled by our import and this value is needed in the frontend.
But I can't seem to find this data and I'm not sure if, where and how to extend something to get to this data.
Does anybody have a clue?
Kind regards,
Peter.