How to create Busiess Rule for Google Base to send item only if Qantity>0
Thu, 06/04/2009 - 10:35
Hi, Can someone help me how to create a business rule for Google Base so that only items that have a quantity>0 is being sent in the feed? Kristie DeSousa |
You need to filter the inverse of this.
$QUANTITY<1
OR
NOT($QUANTITY>0)
Create either of these as a rule, then go to the template page and apply it by moving it from the box on the bottom left to the one on the right.