I wish to set up a "Sales Product page" (https://developers.neto.com.au/documentation/neto-designer-documentation/tweak-documents/content-page/sale-products-page/).
But have the thumb_list only populate with products from a certain promo.
For example I have a promotion that covers multiple brands, and I want the "sales_product" page to populate with just this promo, not every sale item.
Basic Database query would be something like:
SELECT: *
FROM: Products
WHERE: [@promo_tag@] = "Black Friday"
I tried a filter_promo_tag: 'Black Friday' in the [%THUMB_LIST...%] line but no joy.
Is this even possible or am I barking up the wrong tree?
Thanks for any assistance.