Hi,
I am performing a non Ajax search which is attempting to return some Template Variables data from my site, I am using a chunk which is referenced in the display results call but all my template variables are not being published on screen? It seems the chunk cant display them? My chunk call is noted below - Any ideas why its not working? I have just upgraded to 1.8.2 as found on web that TVs were no supported in 1.8.1
Product Name: <h4><a href=[~[+as.id+]~] title="Find out more about [+as.Product_Name+]">[+as.Product_Name+]</a></h4>
Product Description: <p>[+as.Product_Description+]</p>
Product Thumb: <a href=[~[+as.id+]~] title="[+as.Product_Name+]"><img src="[+as.Product_Photo_Thumb+]" border="0" alt="Find out more about [+as.Product_Name+]" title="Find out more about [+as.Product_Name+]"/></a>
Find out more link: <p><a href=[~[+as.id+]~] title="Find out more about [+as.Product_Name+]">Find out more about [+as.Product_Name+]</a></p>
Many thanks!