To override WooCommerce (WC) templates, put your modified templates in
custom_theme/woocommerce/template-category/template-name.php
Example: To override the admin order notification, copy:
wp-content/plugins/woocommerce/templates/emails/admin-new-order.php
to
wp-content/themes/yourtheme/woocommerce/emails/admin-new-order.php
Related Posts:
- Use wc_enqueue_js only on specific pages – nested add_action
- woocommerce subscriptions – get expiration date [closed]
- Automated Cart Update With Alert Box Each Time
- WooCommerce/WordPress: how hide entire table form after submit (Admin Dashboard)?
- How to auto fetch customer details in Woocommerce in checkout page
- I want to add custom add to cart link [closed]
- Extend Woocommerce Widget Class – WC_Widget_Product_Categories
- Change product_base programmatically
- Can a plugin redirect product page based on IF condition?
- WordPress WP_Query without query GET parameters
- custom post type with role Vendor
- Woocommerce custom Plugin in wordpress [closed]
- Add a custom WooCommerce settings tab with sections
- Payment field disappears on custom Paypal plugin
- I am having errors with checkout on wordpress
- product_type_options get saved value [closed]
- How can I update the price when someone enters postcode or zip code in woocommerce checkout page?
- Looping through and combining calls to Woocommerce REST API
- How to import woocommerce custom fields data into another site?
- How do I remove an action hook inside a class that is called by another class?
- How keep woocommerce users separeted in multisite install and keep admins on network
- Custom field fetch error on woocommerce pdf invoice
- Woocommerce Convert existing order to the cart
- How to change product SKU’s in bulk with a plugin
- How to use a frontend URL with a Plugin
- Replace existing content from specific WooCommerce admin orders list column
- WordPress template_include filter not working properly
- Woocommerce – How to get products which have a sale between 20% to 40%? [closed]
- “The plugin generated 2694 characters of unexpected output…” on Plugin activation, CREATE TABLE sql command not working
- How to display a value from a radio button in the options menu in wordpress
- Woocommerce filter cart and category specific quantity [closed]
- How to get woocommerce cart content without an action?
- WooCommerce: Add Payment Gateway Field to Webhooks [closed]
- Woocommerce product download URL
- Limiting woocommerce line_total decimal length
- Swapping wp_dropdown_categories function with wp_category_checklist
- Remove price from Woocommerce variable product dropdown menu
- How can I remove a function that has been added to wordpress with add_filter?
- Get and insert order email address to the PHP template inside HTML text
- If no products are on sale – hide ID or class
- do search in two site and show the result in first site
- How to use $_GET function WordPress backend
- Extend PHP regex to cover “srcset” and “style” attributes
- Pagination for custom shop loop woocommerce
- get_total () returns 0 – woocommerce [closed]
- wp_insert_post: array only. wp_update_post: array|object (?)
- Building a REST API for your web app exposes primary keys of DB records?
- email alert for product availability
- Create a package of products as one Item in woocommerce?
- fetch woocommerce product with custom taxonomy
- Custom Registration username_exists / email_exists
- How can I search all plugins for composer’s vendor/autoload.php?
- Can I remove or edit an include() from a function with a filter?
- Call to undefined function error in plugin
- Custom Taxonomy Select Menu: Setting default option value?
- Get category id when SEO URL is turned on
- Woocommerce Custom Meta Boxes- How to only display if they actually have content
- Display Sibling WooCommerce Product Categories on Archive Page
- How to sort WooCommerce products page by latest in-stock items first?
- WP_Query for woocommerce products with a pattern as a post_title
- Generate images with html2canvas and the woocommerce api
- Using ACF Relationship field to set post type to draft or published status
- How to update ticket price programatically when adding to cart and checkout in woocommerce
- Woocommerce My acount page
- Get WooCommerce products with similar SKU
- Use CSS tag inside PHP code
- Hide payment method based on user role AND minimum cart value
- How can I show how much water got saved on this order (making use of the number of items bought) on a thank-you-page?
- How can i avoid duplicate same post in wp?
- IF statement not working – Any suggestions?
- How do I disable cache for a certain page?
- WooCommerce function not working correctly after moving from the functions.php into a class
- How to check if plugin update process completed in wordpress?
- Filter for product subcategory listing page load
- Reduce Stock Based on Custom Variation Field Rather than Attribute (Working Script)
- Get x numbers of a woocommerce category products using Wp_Query
- using filter and hook inside class
- Get field value and use as variable in php
- Set notification if is two product category in cart
- Priority call methods – PHPMailer->addAddress(NULL)
- Reverse Cross-Sells (WooCommerce)
- Search function not working
- loop to return tags in woocommerce in alphabetical order?
- How to properly escape in ternary operators – Wp Coding Standards?
- How to send logs to plugin owner for a plugin?
- Force CSV download with template_redirect
- How to use foreach and if statement within array of arrays?
- WooCommerce Custom Pagination
- How to automatically convert images to WebP on WordPress?
- Check user last login date
- Hide child of parent categories already hidden with “get_terms_args” – Woocommerce
- Add Woocommerce Customers link to custom admin menu
- wp_register_script – illegal string offset
- PayPal button not showing and cannot retrieve order error in PayPal
- How can I modify the html output of a custom post type admin page?
- Add text below WooCommerce short description if metabox value is true
- Woocomerce custom add to cart button edit functionality [closed]
- Assembly Options at checkout
- how to escape alert/window.location.replace with variable
- How to get default variation ID (woocommerce)