Mida teha siis kui Woocommerce themesid ei laeta lehele külge?
Kontrolli kas järgmine kood on sinu theme function.php failis olemas ja lisa kui pole
function mytheme_add_woocommerce_support() {
add_theme_support( 'woocommerce' );
}
add_action( 'after_setup_theme', 'mytheme_add_woocommerce_support' );