thank you page and order detail section

Hello, how can I disable this that I highlight in the screenshots, and when I disable it, it will no longer be displayed on the thank you page or in the order details, so that all this looks exactly like the furniture2 theme (screenshot with blue text)

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    Thanks

  • Store

    https://nicebaby.com.mx/shop

    You can create an order with the following test product so that you can view the thank you page

    https://nicebaby.com.mx/producto/cosy-rtv-sofa/

  • Can you give me some example addresses I can enter, please?

    Thanks

  • País/Región: México

    Localidad / Ciudad: Izcalli

    Región / Estado: Estado de México

    Código postal: 54700

  • Apparently it is a bug that WooCommerce has with all the language options in Spanish (es, mx, arg, chi, etc.) This is because if I change to US English the actions section disappears and in all Spanish versions the actions section is displayed

  • Try the following CSS code:

    .woocommerce-order-received .woocommerce-table--order-details tfoot .order-actions--heading,
    .woocommerce-order-received .woocommerce-table--order-details tfoot .woocommerce-button {
     display: none;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    If you believe it is a WooCommerce bug, please contact Woo support regarding this.


    Best regards

Sign In or Register to comment.