Your account expired support, please renew to get your support.

HomePage Forums Themes Support Triply – Tour Booking WordPress Theme Add new paramters in email

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36760
    Omar
    Support Expired

    Dear support team,

    We are looking to show some parameters that are updated , so in our case we need to show the status of the booking object updates. Once the status update it will fire email as below how we should set the status parameter on the email itself ?

    Example if it is , av_confirmation or payment expected and etc….

    Screenshot-2023-07-27-161042

    #36808

    You will have to add_filter data to this location of the email body: https://prnt.sc/7K1aOpfeJtX0

    code:

    add_filter('babe_email_body_order_updated', 'triply_babe_email_body_order_updated', 10, 2);
    function triply_babe_email_body_order_updated($body, $order_id){
    
    //add your code
    return $body;
    }

    If you can’t customize it yourself, I can help with customization, but you will have to pay for this request

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.