Viewing 4 replies - 1 through 4 (of 4 total)
  • WooCommerce uses a convenient templating system that allows you to customize parts of your site (or emails) by copying the relevant template file into your theme, and modifying the code there. Each of the email types has a template file for its content (ie woocommerce/templates/emails/customer-process-order.php)

    First you make sure that the following directories exist in your WordPress install: wp-content/themes/your-theme/woocommerce/emails/
    Next, copy the file found at wp-content/plugins/woocommerce/templates/emails/ into your theme at: your-theme/woocommerce/emails/.

    Thread Starter Heheda

    (@atmercato)

    Thank you for your reply.
    But what I wanted to ask is the order detail table which will be shown in my account page, thank you page, and will be used in emails.

    Plugin Support Aashik P – a11n

    (@aashik)

    Hello @atmercato,

    You’ll need to override the templates as @hemant-ahir pointed out.

    Instructions on that can be found at https://docs.woocommerce.com/document/template-structure/

    Here are the files you’re looking for https://github.com/woocommerce/woocommerce/tree/release/5.0/templates/order

    Plugin Support abwaita a11n

    (@abwaita)

    Hi,

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful!

    If you have further questions, please feel free to open a new topic.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I edit the Order detail table?’ is closed to new replies.