View Single Post
  #52  
Old 10-24-2012, 07:40 PM
 
franki franki is offline
 

Member
  
Join Date: Aug 2005
Posts: 13
 

Default Re: Random Image or Random Products - Category Specific

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...
__________________
Version: 4.5.x
Reply With Quote