• Resolved bitru

    (@bitru)


    I have a problem on my production site after update to wc3.3+ so I recreate issue on test clean site.

    On shop front page
    I get Products by [products limit=’4′ columns=’2′]
    Under list of items categorys by default.

    function featured_items() {
    	if (is_shop()) {
    	echo "woocommerce module ===========>";
        echo do_shortcode("[products limit='4' columns='2']");
        }
    }
    add_action( 'woocommerce_after_shop_loop', 'featured_items', 10);

    But nowt if I set
    Customizing ? WooCommerce Product Catalog ? Shop page display >

      show products categorys

    Shortcode show categorys as well as woocommerce default output block

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

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

    (@bitru)

    This is woocommerce issue. Tested that fixed in 3.4.0-dev. So now need to wait for woocommerce production update.

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcode [products] show categorys’ is closed to new replies.