Answer the question
In order to leave comments, you need to log in
How to override shop woocommerce page template?
Good afternoon.
I want to remake the shop page for my design.
added to theme themes\digitacrea\woocommerce\templates\archive-product.php
added code to support the theme.
function mytheme_add_woocommerce_support() {
add_theme_support( 'woocommerce' );
}
add_action( 'after_setup_theme', 'mytheme_add_woocommerce_support' );
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question