Good afternoon.
Thank you in advance for your help!
I need to create a link to filter products by the categories “New” and “Discount” as well as “Best Sales”
Let me explain the logic:
On the main page, in the first block, I have 3 slides with a title and a button, I want to:
1 slide – the slide button leads to the store filtered by the category “New”
2 slide – the slide button leads to the store filtered by the “Discount” category
1 slide – the slide button leads to the store filtered by the category “Best sales”
Please tell me how to implement this task?
I contacted the GPT chat about this problem, he advised the following example links:
1. https://yourdomain.com/shop/?filter_new=1 (New)
2. https://yourdomain.com/shop/?filter_sale=1 (Discount)
I changed the link to my own and added the ending as in the example, but it doesn’t work 🙁