• Resolved nobu1

    (@nobu1)


    I am going to use it on 10,000 stores.
    I create one business hour and use it in many stores.
    But they are different holidays.

    I want to set:
    Business hours A + Holidays A
    Business hours A + Holidays B
    Business hours A + Holidays C
    Business hours A + Holidays D
    ….

    When the shop is open, it is a message of “Open”. When the shop is closed (=holiday), it is a “closed” message.

    I put the shortcode “business hours A” + the shortcode “holidays A”.
    And, both “open” and “closed” are displayed. This is mistake!

    If the shortcode “Holiday A” matches, I don’t want to display “Open”.
    how do you configure it?

Viewing 15 replies - 1 through 15 (of 20 total)
  • Plugin Author Maarten

    (@maartenbelmans)

    Do you mean 10,000 different websites?

    Thread Starter nobu1

    (@nobu1)

    no,

    it is 10,000 pages

    Plugin Author Maarten

    (@maartenbelmans)

    Understood! Please send us a link to the issue and shortcodes you use.

    Thread Starter nobu1

    (@nobu1)

    Hello,

    page 1 [mbhi location=”hours1″][mbhi location=”holidays1″]
    page 2 [mbhi location=”hours1″][mbhi location=”holidays2″]
    page 3 [mbhi location=”hours1″][mbhi location=”holidays3″]
    page 4 [mbhi location=”hours1″][mbhi location=”holidays4″]

    Plugin Author Maarten

    (@maartenbelmans)

    And a link to the page please.

    Thread Starter nobu1

    (@nobu1)

    sorry, this is still a test page.
    Now I have created 1 business hour.
    If this shortcode is impossible, I need to create 10,000 business hours.
    I want to know if it is possible with this plugin default.

    If it is possible business hours and holidays, I make about 100 business hours and about 50 holidays.

    The difference of this database size and my working is big.

    Plugin Author Maarten

    (@maartenbelmans)

    It is not possible with the free version, sorry.

    Thread Starter nobu1

    (@nobu1)

    And, two shortcode messages are simply displayed.

    If I can connect the two settings, it will be resolved.
    If holidays are on, the business hours message want to be automatically deleted. And if holidays are off, the holiday messages want to be automatically deleted.

    I hope this 2 functions.

    Thread Starter nobu1

    (@nobu1)

    Is it possible with the paid version? Where do you sell?

    Plugin Author Maarten

    (@maartenbelmans)

    You can use our shortcode mbhi_ifopen and mbhi_ifclosed to only show data when the location is open or closed. So you could do something like:

    [mbhi_ifopen location=”hours1″]
    [mbhi location=”hours1″]
    [/mbhi_ifopen]

    [mbhi_ifclosed location=”hours1″]
    [mbhi location=”holidays1″]
    [/mbhi_ifclosed]


    Would this solve your issue?

    Thread Starter nobu1

    (@nobu1)

    This was error.

    “No location found for this name. Either review your location name or go to Settings > Business Hours Indicator to set up locations.”

    Shortcodes within shortcodes don’t seem to work.

    Plugin Author Maarten

    (@maartenbelmans)

    Send a screenshot of the shortcodes entered in the backend please.

    Thread Starter nobu1

    (@nobu1)

    I made more shortcode. but it was error.

    • This reply was modified 1 year, 10 months ago by nobu1.
    Plugin Author Maarten

    (@maartenbelmans)

    Send a screenshot of the shortcodes entered in the backend.

    Thread Starter nobu1

    (@nobu1)

    I copied shortcodes.

    [mbhi_ifopen location=”holidays1″]
    [mbhi_ifopen location=”hours1″]
    open!
    [/mbhi_ifopen]

    [/mbhi_ifopen]

    [mbhi_ifopen location=”holidays1″]
    [mbhi_ifclosed location=”hours1″]
    close!
    [/mbhi_ifclosed]
    [/mbhi_ifopen]

    [mbhi_ifclosed location=”holidays1″]
    This is holiday!
    [/mbhi_ifclosed]

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘If the shortcode “Holiday A” matches, I don’t want to display “Open”.’ is closed to new replies.