Hi,
I have show images ticked on the search options but not getting anything come up on the page itself. Here is my code, to me it looks like something is missing, if anyone could point me in the right direction I would be grateful:
ScottyDog
I have show images ticked on the search options but not getting anything come up on the page itself. Here is my code, to me it looks like something is missing, if anyone could point me in the right direction I would be grateful:
Code:
<p> <Actinic:Variable Name="SearchResultItem"/>. <actinic:block if="%3cactinic%3avariable%20name%3d%22SearchResultShowsName%22%20%2f%3e"> <Actinic:Variable Name="SearchResultLink"/><br/><Actinic:Variable Name="SearchResultProductName"/></a> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22SearchResultShowsSectionName%22%20%2f%3e"> <Actinic:Variable Name="SearchResultSectionName"/> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22SearchResultShowsPrice%22%20%2f%3e"> <Actinic:Variable Name="SearchResultPrice"/> </actinic:block> </p>
Comment