• Resolved magichat

    (@magichat)


    What replacement text reference needed to do the following… Open weekdays, closed Saturday and Sunday. Let’s say it’s Friday (or Saturday) and office is closed, how to display “Closed ? Opens Monday 8:00AM”
    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Design Extreme

    (@designextreme)

    Thanks for getting in touch @magichat.

    There isn’t replacement text available for the exact scenario described here. However, you can look at “today” and “tomorrow” with various checks – so if it is Sunday, it would work as specified, but if it is Saturday, it would just say closed today and tomorrow.

    There is something that would work in this instance – if closed today and then add some logic in there for if closed tomorrow – then you “know” it will be Saturday and can manually enter the opening times for Monday.

    [open_text]
    %if_closed_today%
        %if_closed_tomorrow% Closed, open Monday: 8:00AM
        %else% Closed, open tomorrow: %tomorrow_start%
        %end%
    %end%
    [/open_text]

    This is just a rough idea, but it could offer what you need.

Viewing 1 replies (of 1 total)
  • The topic ‘Date and Time of next open’ is closed to new replies.