• Resolved overyah

    (@overyah)


    Hi all,

    https://www.ads-software.com/support/topic/incompatibility-with-multilanguage-plugin/#post-16787986

    Above is the issue I am trying to resolve of which I request you to please share the data-handle name for the product groupings on storefront home page. The handle name is required for the code below.

    Product categories:storefront_product_categories_args?
    Recent products:storefront_recent_products_args?
    Featured products:storefront_featured_products_args?
    Popular products:storefront_popular_products_args?
    On sale products:storefront_on_sale_products_args?
    Best-selling products:storefront_best_selling_products_args?–

    add_filter( 'sgo_css_minify_exclude', 'css_minify_exclude' );
    
    function css_minify_exclude( $exclude_list ) {
    
        // Add the style handle to exclude list.
    
        $exclude_list[] = 'style-handle';
    
        $exclude_list[] = 'style-handle-2';
    
        return $exclude_list;
    
    }

    Thanks for understanding ans support

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

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Data-handle Name for Product grouping’ is closed to new replies.