Hey,
Just wanted to know how to use Tags inside other Tags properties like :
<!--@Global:Paragraph.Content(<!--@Ecom:Product:Field.Billedegalleri.Value-->)-->
Does not seem to work like this , is there other way that i cant not figure out ? :)
Then if it is not possible currently , how to get Global:Paragraph.Content html via code in Product Template Extender.
Trying something like this :
Dynamicweb.Content.Paragraph.GetParagraphById(
I mean that global paragraph is ImageGallery module paragraph, and it is specific based on product custom field value.
I need somehow to render that paragraph with its module via normal tags or via extended ones :)
Thank you