Announcement

Collapse
No announcement yet.

Display Latest Offers like Mini New Products?

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

    #16
    Originally posted by Darren B View Post
    OK im a bit confused here

    on this home page http://www.kitesrus.co.uk/ i use three custom fragments and these are populated from my marketing list (has 15 items in it), on the main website new products list i have limited what is displayed to the 1st 6 using a blockif, i then use the next 6 in this list for the whats hot items and the last three items i use in these fragments. So i change these to whats on offer.

    is this what you are trying to do?
    That's an interesting solution, is it easy to link the marketing lists to fragments?

    Comment


      #17
      your need to use a block statement something like this

      Code:
      <actinic:block if="%3cactinic%3avariable%20name%3d%22MarketingListItem13%22%20%2f%3e">
      this will use the what ever item number you want from your marketing list

      Comment

      Working...
      X