Item display only on specific time of day?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 year ago
Hello,
im new to nopCommerce and try to make my really first steps :)
One of a long running customer wish is a relly little shop to offer some Bakery on a small hotel.

They need a function for the items that could display a item only on a specific time of day,
as a example:
Item Breze
Choosable from
Monday to Friday
from 0:00 - 16:00 o'clock
Saturday to Sunday
from 0:00 - 12:00 o'clock

if the time is outside this timeline the product are not sellable.

How could i implement this on the easiest way? Is there a addon available for it?
Did you had some hints for the deploy?

Thanks,
Martin
1 year ago
It's not available out of the box.
See this for possible workarounds:
https://www.nopcommerce.com/en/boards/topic/90846/how-to-make-productservice-available-on-specific-day-of-every-week
a) using product attributes:  the product still shows, but the customer can see availability
b) a scheduling or "rental" plugin might help.  check the marketplace

Another more 'technical' workaround would be to use SQL + Agent to periodically adjust the Product's fields:
Available start date
Available end date
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.