• Resolved patelkomal

    (@patelkomal)


    Hi,

    I updated current version of wc version 3 then my shop page is not overriding my theme woocommerce template – archive-product.php. and i use default twenty-seventeen template.
    It’s taking page-template-default – page.php file

    Thanks

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

    (@patelkomal)

    Hi,

    Resolved my issue..
    copy and paste below code in theme functions.php
    function mytheme_add_woocommerce_support() {
    add_theme_support( ‘woocommerce’ );
    }
    add_action( ‘after_setup_theme’, ‘mytheme_add_woocommerce_support’ )

    and check status of template files in backend – updated files

    working fine now
    thanks for documentation..

Viewing 1 replies (of 1 total)

The topic ‘woocommerce updating issue’ is closed to new replies.