H
H
HAtan2020-12-02 12:55:07
WooCommerce
HAtan, 2020-12-02 12:55:07

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' );


But for me, firstly, the changes do not work in archive-product.php and it seems that page.php works for me instead of archive-product.php

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question