Announcement

Collapse
No announcement yet.

No image on seach results?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    No image on seach results?

    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:

    Code:
    <p>
    <Actinic:Variable Name="SearchResultItem"/>.&nbsp;&nbsp;
    <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>
    ScottyDog
    www.edgeandwax.co.uk
    Edge & Wax
    Ski & Snowboard Workshop

    #2
    Right click on the layout in the design library and either use the revert or compare command. It definitely works as standard, i've actually added it today, so one suspects you have borked the results layout, in which case reverting it to standard and starting again is probably your best bet.

    Comment


      #3
      Worked a treat, should have thought of that, thanks!

      ScottyDog
      www.edgeandwax.co.uk
      Edge & Wax
      Ski & Snowboard Workshop

      Comment

      Working...
      X