logrexton
logrexton

Reputation: 301

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?

Upvotes: 4

Views: 855

Answers (1)

dougaitken
dougaitken

Reputation: 66

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.

Upvotes: 5

Related Questions