Default sorting Sort by popularity Sort by average rating Sort by latest Sort by price: low to high Sort by price: high to low
jQuery(document).ready(function($) { var $scope = jQuery(".elementor-element-6b3c51a"); var $products = $('.products', $scope); var $layout_mode = $products.data('layout-mode'); if ( $layout_mode === 'masonry' ) { // init isotope var $isotope_products = $products.isotope({ itemSelector: "li.product", layoutMode: $layout_mode, percentPosition: true }); $isotope_products.imagesLoaded().progress( function() { $isotope_products.isotope('layout'); }) } });