• Resolved chrisfrom75

    (@chrisfrom75)


    Hello, I’d like to know if there is a code for opening day and hours not tomorrow but the day after. My store is closed on Monday, on Sunday after close, I’d like something like “Next opening: Tuesday at 9AM”. Thanks

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

    (@designextreme)

    @chrisfrom75 Thanks for the suggestion. I have received a similar request and I’ll try to add this soon in an upcoming release.

    In the meantime, consider using a nested condition to perform a similar check:

    %if_closed_today%
    %if_closed_tomorrow%
    We are open again on Tuesday.
    %else%
    We are close today, but open tomorrow.
    %end%
    %else%
    We are open today.
    %end%

    When I have the new conditional replacement text in place, it won’t need to rely this and the next open day (here it is Tuesday) can be set as a variable.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.