Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: dtoFeed Product Selection Criteria

  1. #1
    xpressw13 is offline Junior Member
    Join Date
    Oct 2010
    Posts
    3

    Default dtoFeed Product Selection Criteria

    Hello, I am setting up this dotfeed on our site and one thing I cannot figure out is how to only select certain products to go on the feed. For example I want to only send products where fieldX = 1.
    We have been hit with the 500 item restriction so I only want to send our top 500 selling products.

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    You can simply add a rule in your dotfeed console and set 'Exclude from feed' to true.

    i.e.
    If ALL of the following are true:
    CategoryID Equals 1
    and CategoryID equals 2
    then set Exclude from feed = true

    That will exclude all products from feed under categoryID 1 & 2.