Show days or weekname instead of hours
-
Is there any way to show page visitors the weekday when business is opening again or the days until it is open again?
Maybe I did something wrong, but I was just able to tell the visitor hours until business is open again which can be a problem sometimes when business is closed more than two days. E.g. the display says: “This business opens again in 61 hours”. I don’t know if there are many people out there who can tell at what time it will be open again ??
This is my code:
[open_text update="immediate"] %if_open_now% <span class="op-open">Gerade ge?ffnet</span> %end% %if_closed_now% <span class="op-closed">Gerade geschlossen</span> %end% <span class="op-next-period op-next-period"> %if_open_now% Wir schlie?en um %today_end% Uhr. %end% %if_closed_now% %if_open_tomorrow% Wir ?ffnen um %tomorrow_start% Uhr. %end% %if_closed_tomorrow% Wir ?ffnen in %hours% Stunden wieder. %end% %end% [/open_text]
The page I need help with: [log in to see the link]
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Show days or weekname instead of hours’ is closed to new replies.