How to Add a Single Bootstrap Carousel to a Single Product Gallery using WooCommerce
1st July 2020 - WooCommerce
Today we are going to show you how to replace the WooCommerce Gallery and Thumbnails to a single Bootstrap 4 Carousel. We’re going to assume that you have already added WooCommerce Support and WooCommerce Product Gallery Slider, if not, you can add these by adding the following code to your functions.php file: add_theme_support(‘woocommerce’); add_theme_support( ‘wc-product-gallery-slider’ […]