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 that didn’t work either.
Hi Arnold
Thanks for reaching out.
Do the products display if you temporarily switch to a default theme like Twenty Nineteen?