I am creating an e-commerce website for a client who wants a section that will auto populate each month with a product. The products will be the same each year. I have tried to work with datasets/collections to configure this, but there doesn’t seem to be a way to display an item on a set timeline, and change month to month automatically. Can someone offer some guidance. Thank you!
Hey there. Thanks for reaching out.
Will the date need to be added to the products specifically? Generally the default dataset sorting is Date Created New → Old so it should be showing the newest items first.
So, for instance, if they had a product featured every January, and then a new product in February. Is there a way to automate a section to update the product based on the current month?
So it’s not an automatic process since that would require code but I was able to get a similar effect by referencing the products in another dataset , setting a boolean(true/false) field and making a filter based on that .
There’s a request to filter by a specific date and it might be possible with code too .