get all the products having product defination "featured" equals to true
Hi Soren
I want to get all the products having defination "featured" equals to true. One way is to get all products and loop through them and check for the defination.
But i want to query in xslt just to fetch the products having defination "featured" as true. How to do this in xslt?
get all the products having product defination "featured" equals to true
Hi Soren
I want to get all the products having defination "featured" equals to true. One way is to get all products and loop through them and check for the defination.
But i want to query in xslt just to fetch the products having defination "featured" as true. How to do this in xslt?
Nauman
Hi Nauman,
An easier way to do what you're after is to put featured products into a featured category and grab that specific category by name using XSLT.
is working on a reply...