• Resolved montey11

    (@montey11)


    Hi,

    I updated my website to the latest Woocommerce now for some reason it is using index.php as the template and my overrides /theme/woocommerce/archive-product.php aren’t working?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter montey11

    (@montey11)

    Add the below to functions.php

    function mytheme_add_woocommerce_support() {
    add_theme_support( ‘woocommerce’ );
    }
    add_action( ‘after_setup_theme’, ‘mytheme_add_woocommerce_support’ );

Viewing 1 replies (of 1 total)
  • The topic ‘Updated Woocommerce now site uses index.php instead of archive-product.php?’ is closed to new replies.