Okay
  Public Ticket #1363926
Need to hide from Order Details
Closed

Comments

  • Adrian9Delg started the conversation

    Hello can you advise how to remove  or hide this 

    bookyourtravel_pa_tour_booking_id: 21

    from orders and confirmation emails when using Woocommerce.

    In my opinion this is unnecessary information for customers.

    Thanks for your awesome support!!

  •  2,054
    Theme replied

    Hi,

    That is an id needed for WooCommerce bookings. However, you can change it to something more appropriate. To do that, please copy includes/theme_woocommerce.php to your child theme (same folder structure), edit the file and change line 17 from

    define( 'BOOKYOURTRAVEL_WOOCOMMERCE_TOUR_BOOKING_ID', 'bookyourtravel_pa_tour_booking_id' );

    to

    define( 'BOOKYOURTRAVEL_WOOCOMMERCE_TOUR_BOOKING_ID', 'some_other_id_text' );

    Best regards,

    themeenergy support

  • Adrian9Delg replied

    Ok I changed it and works perfectly, thank you

  •  2,054
    Theme replied

    You are welcome.

    Best regards,

    themeenergy support