Skip to content

Instantly share code, notes, and snippets.

@elias1435
Created August 21, 2023 16:50
Show Gist options
  • Save elias1435/a8aa2af1ef0fdcaf62c93e7791810ccf to your computer and use it in GitHub Desktop.
Save elias1435/a8aa2af1ef0fdcaf62c93e7791810ccf to your computer and use it in GitHub Desktop.
WooCommerce Mini Cart is coming Blank on add to cart from product page. code will do under functions.php make sure you are using child theme.
function enqueue_wc_cart_fragments() {
wp_enqueue_script( 'wc-cart-fragments' );
}
add_action( 'wp_enqueue_scripts', 'enqueue_wc_cart_fragments' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment