Announcement

Collapse
No announcement yet.

Recently Viewed Products

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

    Recently Viewed Products

    Hi All,

    I have just enabled the recently viewed, and copied in the missing css I spotted from another thread here. Before copying the CSS I at least had

    **recently view** html bit showing, now I have nothing, any ideas why I would see nothing ?

    On design and live.

    Thanks.
    Austin Harvey
    Girls Of Elegance Ltd
    http://www.girlsofelegance.co.uk

    #2
    Chack that you are loading this bit of code in your HEAD area:
    Code:
       <actinic:block if="%3cactinic%3avariable%20name%3d%22RecentlyViewedListIsEnabled%22%20%2f%3e%20%3d%3d%20TRUE" >
    			<actinic:variable name="RecentProductsConfiguration" />
    	      <script language="javascript" type="text/javascript" src="recentproductssupport.js"></script>
       </actinic:block>
    This is usually loaded as part of layout Standard Javascript Header Functions but you may be loading the Actinic JS another way.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      That'll be it then! thanks again.
      Austin Harvey
      Girls Of Elegance Ltd
      http://www.girlsofelegance.co.uk

      Comment

      Working...
      X