• Resolved Alex Musial

    (@bigaltheking)


    Hi,
    I was wondering how I could modify the public functions in the file:class-qwc-gateway.php

    I would like to change the words used in

    public function thankyou_page
    – Specifically changing “We have received your request for a quote. You will be notified via email soon.”

    Thanks,

Viewing 1 replies (of 1 total)
  • Plugin Author pinal.shah

    (@pinalshah)

    Hi Alex,

    There’s a filter available which allows us to modify the text displayed on the Thank You page. 'woocommerce_thankyou_order_received_text'. However, I need to check whether it can be done for a particular payment gateway or no.

    Alternately, another option could be to override the WC template itself. The thankyou.php template is available in woocommerce/templates/checkout.

    I have not tried using any of these methods. I hope they help you achieve the desired results.

    Pinal

Viewing 1 replies (of 1 total)

The topic ‘Modify class-qwc-gateway.php’ is closed to new replies.