• Resolved vbzl

    (@vbzl)


    Woocommerce version 3.6.4

    Hi, I am looking into removing few sections from the order received confirmation page. I do not wish to make changes in the main php file, instead I would like to add a snippet code in to the plugin.

    I’m looking to remove Woocommerce order details and customer details from the order-received page only.

    “woocommerce-order-overview woocommerce-thankyou-order-details order_details”
    “woocommerce-order-details” including the table “woocommerce-table woocommerce-table–order-details shop_table order_details”
    “woocommerce-customer-details”

    Image – https://user-images.githubusercontent.com/54083066/63223007-551a7b00-c203-11e9-9dcf-c1b72b12fc20.png

    Please advise the snippet code I could use to achieve this. Thanks.

    • This topic was modified 5 years, 6 months ago by vbzl.
Viewing 2 replies - 1 through 2 (of 2 total)
  • This is all based in the thankyou.php of woocommerce.
    You need to delete the lines of code you do not wish to be shown and the uplaod it to the following directory
    wp-content/themes/your_child_theme/woocommerce/checkout/

    Thread Starter vbzl

    (@vbzl)

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing few sections from order received (thank you page)’ is closed to new replies.