I'm using the exact template as provided in this thread, but a href is blank in the rendered HTML.
Code:
[random.tpl]
{capture name=dialog}
{if $r_products ne ""}
{include file="customer/main/products.tpl" products=$r_products}
{/if}
{/capture}
{include file="dialog.tpl" content=$smarty.capture.dialog extra="width=100%"}
Do we need to pass more parameters herein?
and customer/main/products.tpl is the stock xcart file without any mods...