Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Overriding "Woocommerce Shipment Tracking" plugin templates files

I have been trying to override a template in the "Woocommerce Shippment Tracking" plugin:
/wp-content/plugins/woocommerce-shipment-tracking/templates/email/tracking-info.php.

I have tried and can't find the right hooks, and wasn't successful when I tried to create the file in my theme.

Anyone know how to customize templates in this plugin without editing the plugin itself?

like image 851
logrexton Avatar asked Sep 18 '25 04:09

logrexton


1 Answers

Your comment in the answer Overriding "Woocommerce Shipment Tracking" plugin templates files, should be correct as per the changelog.

* Fix - Issue of template load order. Now it's overriden via yourtheme/woocommerce-shipment-tracking/{template_name}. For example storefront-child/woocommerce-shipment-tracking/myaccount/view-order.php.

If that isn't working, it sounds like a conflict - the WooCommerce.com team don't offer support for customizations.

like image 117
dougaitken Avatar answered Sep 19 '25 17:09

dougaitken