I need some help with creating a page that would list all items that are currently on offer.
We have categories such as briefcases, rucksacks and camera bags and I want the products to stay where they are for consistency instead of creating a new page for them, as different items will be on offer at different times of the year..
Now my thoughts are as follows:
I want to add a variable for every product called let's say "IsItemonOffer", then I want to create a page that will scan all the products, see if the offer variable is true and then display all the items on offer similarly to search results.
I believe this is possible but could you give me some thoughts of how to go about this.
Thank you.
We have categories such as briefcases, rucksacks and camera bags and I want the products to stay where they are for consistency instead of creating a new page for them, as different items will be on offer at different times of the year..
Now my thoughts are as follows:
I want to add a variable for every product called let's say "IsItemonOffer", then I want to create a page that will scan all the products, see if the offer variable is true and then display all the items on offer similarly to search results.
I believe this is possible but could you give me some thoughts of how to go about this.
Thank you.
Comment