Announcement

Collapse
No announcement yet.

Recently Viewed - not showing now???

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

    Recently Viewed - not showing now???

    Two days ago I added the recently viewed feature to my site.

    In the page I've got <Actinic:Variable Name="RecentProducts"/> and Recently viewed products have been enabled in 'Marketing | Recently Viewed Products...

    This worked 2 days ago, but I've just viewed the site again and I can see the recently viewed products... site is at

    http://trials.actinic.com/trials/trial66608/index.htm

    If you go into a couple of product sections and go down as far as the individual product pages, you'll see an area on the right for the 'recently viewed'..... Tuesday I could see them, but today - nothing!

    Having today scanned the forum for help, someone advised adding this code to the head of the page:

    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>
    But this hasn't made any difference...

    Can anyone offer any other help please??
Working...
X