• Hello Walter.

    You have the ultimate WA solution, Thanksfor share your talent in WP world.

    I am trying to figure out how to change things in WhatsApp checkout final link

    Things like remove Payment method, a word in Shippping and change Total with Subtotal:

    Last time I remember doing changes in wa-button.php but now I am lost with the updates.

    Here a picture >>>>> https://prnt.sc/xsf3ec

    Thanks for your help

Viewing 1 replies (of 1 total)
  • Thread Starter Reichlich

    (@reichlich)

    Hello Again,

    I did the things I needed.

    This is in wa-order-thank-you.php

    I have one last thing:

    How Can I get the Wooommerce category name

    I saw this code:

     $order = new WC_Order( $order_id );
            foreach ( $order->get_items() as $item_id => $item ) {
                $product_id   = $item->get_product_id(); //Get the product ID
                $quantity     = $item->get_quantity(); //Get the product QTY
                $product_name = $item->get_name(); //Get the product NAME
                                                     // Get Category 

    But I dont know what line could I use here.

    Thanks again.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove things and change texts in WA link’ is closed to new replies.