Okay
  Public Ticket #2426140
QR Code
Closed

Comments

  • MaKriBho started the conversation

    Hi

    Is it possible to remove the word "CALENDAR" from the QR code or show it as "QR code for the Order" or have NO text at all.

  •  780
    Zhivko replied

    It's possible. This text is translatable / editable via gettext editor.

    I'd recommend you to install Loco Translate to edit this string. You can un-install it once you're done.

    Alternatively you could edit the core file:  stachethemes_event_calendar\assets\php\class.wc.booking.php line 153

    printf('<h2 class="woocommerce-order-details__title">%s</h2>', esc_html__('Calendar QR Code', 'stec'));

    Stachethemes Developer

  • MaKriBho replied

    Where do I find this file?


  •  780
    Zhivko replied

    [Your wordpress installation]\wp-content\plugins\stachethemes_event_calendar\assets\php\class.wc.booking.php


    Stachethemes Developer