Announcement

Collapse
No announcement yet.

Recent Viewed Close Image

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

    Recent Viewed Close Image

    Just a little something for all

    The image to close the recently viewed items is a dull grey and black thing so i changed it to use a standard windows close red and thought i would put it here for anyone else. Its nothing special just keeps things common for the customer

    just download it and save it to your site folder and it will over write your existing image
    Attached Files

    #2
    quiet morning at work, Darren?
    Tracey

    Comment


      #3
      Originally posted by TraceyHand View Post
      quiet morning at work, Darren?
      LOL can you tell?

      Comment


        #4
        I got rid of my delete button as I can't see any use for it.

        Anyone worked out how to limit the amount of recently viewed items are shown when using the vertical layout?

        Changing the number in the marketing box doesn't seem to make any difference.
        Unusual Silver Jewellery
        Giftmill - Unusual Gifts
        Crystal Healing Jewellery
        Steampunk Jewellery

        Comment


          #5
          Anyone worked out how to limit the amount of recently viewed items are shown when using the vertical layout?
          Edit file recentproductssupport.js and look for the lines:
          Code:
          function RecentProductsListHTML()
          	{
          	var aRecentViewed = GetRecentFromCookie();
          	if ( aRecentViewed )
          		{
          		if ( bDisplayReversed ) aRecentViewed.reverse();		// reverse if required
          Add a line as below:
          Code:
          function RecentProductsListHTML()
          	{
          	var aRecentViewed = GetRecentFromCookie();
          	if ( aRecentViewed )
          		{
          		aRecentViewed = TrimRecentProductsList(aRecentViewed);		// trim list		
          		if ( bDisplayReversed ) aRecentViewed.reverse();		// reverse if required
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            Works perfectly as usual!
            Unusual Silver Jewellery
            Giftmill - Unusual Gifts
            Crystal Healing Jewellery
            Steampunk Jewellery

            Comment


              #7
              Thanks for that one - works well...
              David Cunningham

              www.truska.com
              -----------------------------
              ECommerce (SellerDeck) & Web Design, Hosting, Search Engine Optimisation, Social Media and Remote Backup (Truska Backup)

              Comment

              Working...
              X