Yes I found it thanks.On the same line is this code correct in order to retrieve an array param passed from a parent tpl:<iw_iterate list='{iw_value name='$iw_arg{promotionDCRs}' /}' var='tpldata'>............................</iw_iterate>
In the previous reply I put iw_iterate tags and it didn't get printed. I'm having the same problem in code level. If u can tell me how to avoid it would be great
[html]...[/html]
[code]...[/code]
$iw_arg{promotionDCRs}
I know very well that one can pass values from the parent TPL to the child. But is there a way that a child TPL can "return" values to the parent TPL. One way ofcourse if the use of bufferes like temp files. But is there any other way top achieve the same?