wordpress child theme with WooCommerce, cant change the shop page

I'm customizing a WordPress theme, I install the WooCommerce plugin to the site.

I created a child theme and activated then copied the woocommerce folder to child theme from plugin folder.

/wp-content/themes/west-child/woocommerce/

But web when I customize the child theme, woocommerce folder files it didn't effect. I want to customize the shop page.

Upvotes: 0

Views: 1055

Answers (1)

Prakash Rao
Prakash Rao

Reputation: 2398

All the Template files can be found within the /woocommerce/templates/ directory:

For example if you want to override the archive-product.php in wp-content/plugins/woocommerce/templates/archive-product.php

Paste it directly in woocommerce folder that is wp-content/themes/west-child/woocommerce/archive-product.php remove the template folder

Upvotes: 1

Related Questions