Woo Commerce Mini Cart

I’m looking to add a woo commerce mini cart to the top bar, so people can view their cart totals in the header…any idea how to do that? I have been searching and could not find anything.

Hi Andrew,

The Top bar has content areas where you can add text, HTML or even shortcodes. If the WooCommerce mini cart has a shortcode you can place it there.

If no shortcode is available, you could try creating a shortcode for it or use a child theme and copy the top-bar-col1.php or top-bar-col2.php files to you child theme. You will need to create a folder called includes and place the files there. Then add the code to display the mini cart.

Thanks,
Danny