Products only on specifiy days of the week

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
tobiasschnier
Posts: 2
Joined: 04 Feb 2021, 13:13

Products only on specifiy days of the week

Post by tobiasschnier » 04 Feb 2021, 13:26

Hi,
I'm pretty new to aimeos and so far I haven't found what I needed in the documentation. First of all my setup:
Laravel: 6.20.15
PHP: 7.4.7
Aimeos: 2020.10
Mac

I want to display certain products only on certain days. For example: Article 1 should only be available on Mondays and Tuesdays... Is that possible with aimeos, without having to set it to disabled manually?
Thanks for the help!

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Products only on specifiy days of the week

Post by aimeos » 06 Feb 2021, 16:36

Not on weekdays. You can limit products to a certain timeframe using the start date and the end date that's available for each product instead:
admin-product-basic.png
admin-product-basic.png (80.8 KiB) Viewed 548 times
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

tobiasschnier
Posts: 2
Joined: 04 Feb 2021, 13:13

Re: Products only on specifiy days of the week

Post by tobiasschnier » 08 Feb 2021, 09:58

Thanks for your answer =)

Post Reply