Add time count down
-
Hello,
And thank for this great plugin…
Can someone’s help me to add some future to this code…
I wont to add that when the store will open exp. at 11 o’clock, so before the store opens at 10:15, the code began to write, that the store will open in 45 minutes, open in 44 minutes, open in 43 minutes and so on… and it count down until the store opens, and the code write at 11 that the store is open.
And win the store will close the code write the same before 45 minutes, that the store will close in 45 minutes and so on until the store close..[open_now update=”immediate”]
<p style=”color: #2cc968; text-align: center;”>Great, we are now open !</p>
[open_text]
%if_open_now% We are currently open, so pop in! %end%
%if_open_later% We are currently not open, but we will be open today at: %today_next%. %end%
%if_closed_now%
%if_not_open_later% We are currently not open for the remainder of the day
%if_open_tomorrow%, however we are open tomorrow at %tomorrow_start%.
%else% and closed tomorrow. %end%
%end%
%end%
[/open_text]
[/open_now]
[closed_now update=”immediate”]
<p style=”color: #f12929; text-align: center;”>Sorry, we are now closed !</p>
[open_text]
%if_open_now% We are currently open, so pop in! %end%
%if_open_later% We are currently not open, but we will be open today at: %today_next%. %end%
%if_closed_now%
%if_not_open_later% We are currently not open for the remainder of the day
%if_open_tomorrow%, however we are open tomorrow at %tomorrow_start%.
%else% and closed tomorrow. %end%
%end%
%end%
[/open_text]
[/closed_now]
- The topic ‘Add time count down’ is closed to new replies.