- M.R.P. ₹2,899.00Inclusive Of All Taxes
- M.R.P. ₹2,799.00Inclusive Of All Taxes
- M.R.P. ₹2,899.00Inclusive Of All Taxes
- M.R.P. ₹2,899.00Inclusive Of All Taxes
- M.R.P. ₹2,799.00Inclusive Of All Taxes
- M.R.P. ₹2,399.00Inclusive Of All Taxes
- M.R.P. ₹2,799.00Inclusive Of All Taxes
Sort by Clear all
- Sort by Relevance
- Sort by Product Name
- Sort by Best Seller
- Sort by Price - Low To High
- Sort by Price - High To Low
requirejs(['jquery', 'mgs_quickview'],
function ($, quickview) {
$(document).ready(function () {
$('body').on('click', '.mgs-quickview', function() {
var prodUrl = $(this).attr('data-quickview-url');
if (prodUrl.length) {
quickview.displayContent(prodUrl);
}
});
});
});