I'm looking for a way to show a custom page with products on it. This is the case:
In an older version of the webshop there were 2 pages. The first one was 'promoties.html' for Dutch and 'promotions.html' for English. They were in the table pp_core_url_rewrite like this:
The category 13 was a category named promotion and all linked products to this category where promotion products.
The categories in the new version are changed and we don't have promotion category anymore. We can now set an attribute named promotion of an article to true or false.
But now I would like to know how I can make the promotion pages work again with selecting all the products where the attribute promotion is true. But I don't really know how to start with this, can anybody help me on my way?