Closed. This question is off-topic. It is not currently accepting answers.admin管理员组文章数量:1130349
Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 6 years ago.
Improve this questionJust purchased a premium WooCommerce-read theme. Unfortunately, this theme comes with a /woocommerce folder. How can I disable this templates,without deleting whole folder?
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 6 years ago.
Improve this questionJust purchased a premium WooCommerce-read theme. Unfortunately, this theme comes with a /woocommerce folder. How can I disable this templates,without deleting whole folder?
Share Improve this question asked Dec 6, 2018 at 15:02 dadodado 11913 bronze badges1 Answer
Reset to default 0Many themes overwrite WooCommerce template files. A behaviour that can cause malfunctions.
WC_TEMPLATE_DEBUG_MODE will prevent overrides in themes from taking priority
// Add this to wp-config.php file
define( 'WC_TEMPLATE_DEBUG_MODE', true );
https://docs.woocommerce/wc-apidocs/function-wc_get_template_part.html
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 6 years ago.
Improve this questionJust purchased a premium WooCommerce-read theme. Unfortunately, this theme comes with a /woocommerce folder. How can I disable this templates,without deleting whole folder?
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 6 years ago.
Improve this questionJust purchased a premium WooCommerce-read theme. Unfortunately, this theme comes with a /woocommerce folder. How can I disable this templates,without deleting whole folder?
Share Improve this question asked Dec 6, 2018 at 15:02 dadodado 11913 bronze badges1 Answer
Reset to default 0Many themes overwrite WooCommerce template files. A behaviour that can cause malfunctions.
WC_TEMPLATE_DEBUG_MODE will prevent overrides in themes from taking priority
// Add this to wp-config.php file
define( 'WC_TEMPLATE_DEBUG_MODE', true );
https://docs.woocommerce/wc-apidocs/function-wc_get_template_part.html
本文标签: Disable theme WooCommerce template
版权声明:本文标题:Disable theme WooCommerce template 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749123587a2319405.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论