Hello everyone,
maybe somebody already came across such a problem.
Every night the customer wants to update the database which is effecting the items on my page.
Unfortunately I have to transform the data before publishing those with PowerAutomate. The flow takes around 20-30 Minutes.
In that time no client shall be able to place an order as not all items are yet loaded.
I would create a javascript Date object and transform it as needed and block the user from submitting an order.
Problem is that I would need to use UTC and apply a rule when we got daylight time and when not to properly block the users.
Does liquid use the local page data where it is set up, so I could just fetch that?
Anybody who encountered a similar problem and has a tip?