• Check your code and fix WooCommerce Google Analytics integration.

    
    /**
     * Styles
     *
     * @see  shop_isle_woocommerce_scripts()
     */
    add_action( 'wp_enqueue_scripts', 'shop_isle_woocommerce_scripts', 20 );
    add_filter( 'woocommerce_enqueue_styles', '__return_empty_array' );
    

    This part of code disables any WooCommerce plugins to add their own JS/CSS (except the list added in shop_isle_woocommerce_scripts. Not cool guys.

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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Support broken for WooCommerce Google Analytics’ is closed to new replies.