• Resolved iqbalresources

    (@iqbalresources)


    Hello

    May i know how to disable order convo in order-received page after customers made a payment?. I’m intend to let the communication channel open only in my account page.

    Thank you

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

    (@nmedia)

    Hi,

    to disable you need to remove following code inside includes/single.rendering.php

    `

    add_action(“woocommerce_order_details_before_order_table”,
    function($order){
    echo $this->render_orderconvo_order($order);
    },
    10, 1);

    Thread Starter iqbalresources

    (@iqbalresources)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘disable order-convo in order-received page’ is closed to new replies.