简体   繁体   English

如何覆盖 WooCommerce 订阅的模板?

[英]How to override templates for WooCommerce Subscriptions?

I'm trying to override some template files for WC Subscriptions.我正在尝试覆盖 WC 订阅的一些模板文件。

The template file I'm trying to override is:我试图覆盖的模板文件是:

plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/templates/myaccount/subscription-details.php

I have tried placing it in:我试过把它放在:

themes/{my-theme}/woocommerce/myaccount/subscription-details.php

and

themes/{my-theme}/woocommerce-subscriptions/myaccount/subscription-details.php

But neither is getting overridden.但两者都没有被覆盖。 I'm not sure what the issue is.我不确定是什么问题。

It was a caching issue that was preventing the template from being loaded.这是一个缓存问题,导致模板无法加载。

Place template here to override:在此处放置模板以覆盖:

themes/{my-theme}/woocommerce/myaccount/subscription-details.php

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM