Hi Im trying to access CustomField properties in a Product loop here is my template, but I dont seem to get any data out.
<!--@LoopStart(Products)-->
<h3><!--@Ecom:Product.Name--></h3>
<!--LoopStart(CustomFields)-->
tag(<!--@[PageID].Value-->)
<!--@LoopEnd(CustomFields)-->
<!--@LoopEnd(Products)-->
I have a CustomField called PageID with TemplateTag also PageID
What am I doing wrong?
- Sune