Stacked Layout with Sticky Product Summary not working

If you are using Stacked Layout and have activated the option to “Sticky Product Summary” in some theme this may not work and may require you to do some adjustments.

Try adding the following Javascript to your theme.

jQuery(function($){
$(“.entry-summary”).height($(“.svi-woocommerce-product-gallery”).height());
});