I've copied the folder plugin/woocommerce/template
to theme/mytheme/woocommerce
and designed a new template and just checked Woocommerce/System Status
to make sure overridden is worked.
The template works fine but when the user or the admin logged in , the overridden code does not work and the template defaults to plugin/woocommerce/template
and shows the default template
the problem happened for this particular pages:
- Product-single.php
- taxonomy-product_cat.php
- archive-product.php
And this problem happen just when Administrator logged in
How can this problem be addressed?
I Also Disable All plugin (except woocommerce
), copy original woocommerce
template file to twentysixteen Template
and modify that.
But The Problem not Solved Anyway!
I use woocommerce 2.5.5 And Wordpress 4.4.2
single-product.php
orcart.php
back to defaults – Asphaltitesingle-product.php
,cart.php
and some others templates, that mean that they are really active. If you don't see anything (empty, no list items), it is certainly a path problem: you just have to copy the "templates" folder (located in the woocommerce plugin folder) to your theme folder. Then you have to rename it "woocommerce". – Allemandewc_get_page_id()
function, which looks for the shop page: WooCommerce -> System Status -> Tools ->"Install WooCommerce Pages". This will not override your existing pages. – Allemande