• Resolved semsemann

    (@semsemann)


    Hi there,
    first of all: thanks for the amazing plugin!

    I’ve got only one question:
    I set a rule, so that a customer can only choose min. 1, max. 4 time slots.
    Now if the rule gets proven wrong it shows an exclamation mark for 15 sec. in the front end and the red thumb down.

    Is there a way to change the text displayed when the rule’s proven wrong?

    Thanks for your help.
    semsemann

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author DOTonPAPER

    (@dotonpaper)

    Hello,

    Please write at [email protected] about the issue to check and help.

    Thank you.

    Hello Semsemann, I ran into the same problem today and managed to solve it by myself.

    First of all I would like to respond to the above comment: support forums are public for a reason, which is that everyone that runs into the same problem can find the solution to the problem because it is publicly accessible. If support goes via email then the public forum part becomes useless

    OK I will proceed to my solution, it will need a bit of technical knowledge:

    1. Open your database (for instance using phpmyadmin)
    2. Find the table(s) with format [DB_PREFIX]_dopbsp_translation_[LANGUAGE]. If you have a multilingual site, these are multiple tables, and the following steps must be takes for every table
    3. Search for the row where ‘key_data’ equals ‘RULES_FRONT_END_MIN_TIME_LAPSE_DAYS_WARNING’
    4. Edit that row, to change the value of ‘location’ from ‘backend’ to ‘calendar’
    5. Repeat the above also for the keys: RULES_FRONT_END_MAX_TIME_LAPSE_DAYS_WARNING, RULES_FRONT_END_MAX_TIME_LAPSE_HOURS_WARNING, RULES_FRONT_END_MIN_TIME_LAPSE_HOURS_WARNING

    Check your site again the message should now display correctly

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Rules: exclamation mark instead of text’ is closed to new replies.