WordPress woocommerce for siteorigin theme
By Arnold Bloom, 3 years ago. Last reply by Andrew Misplon, 3 years ago
I am having some problems with the woocommerce plugin and the siteorigin theme. The shop page is not displaying correctly and the products are not displaying at all. Can someone help me troubleshoot this issue? here’s the customization I tried add_filter( ‘woocommerce_loop_shop_columns’, ‘__return_false’ ); add_filter( ‘woocommerce_shop_page’, ‘__return_false’ ); I also tried disabling the plugin but…