Shop / Kurta Jacket Set / COTTON FEEL TR FABRIC


COTTON FEEL TR FABRIC

In Stock

​COTTON FEEL TR FABRIC

5 out of 5
Based on 1 reviews

Customer Reviews

  • 100%
  • 0%
  • 0%
  • 0%
  • 0%

You must be logged in to post a review.

K Name

super fabric, soft and comfortable, I like the design which is nicely crafted, best for festive wear

'; return html; } function cartModalBindButtons(step) { $('.js-show-step').off('click'); $('.js-show-step').on('click', function () { var has_error = 0; var step = $(this).data('step'); if (step == 'payment-method') { $('.js-delivery-address input').each(function () { if (!this.checkValidity()) { mw.notification.warning('Please fill the required fields'); // ..alert($(this).prop('name') + ' is not valid'); $(this).addClass('error'); has_error = 1; } else { $(this).removeClass('error'); } }); if (has_error) { step = 'delivery-address' } } $('.js-show-step').removeClass('active'); $('[data-step]').removeClass('active'); $('[data-step="' + step + '"]').addClass('active').parent().removeClass('muted'); step1 = '.js-' + step; $('.js-step-content').hide(); $(step1).show(); $(this).addClass('active'); }); } $(document).ready(function () { mw.on('mw.cart.add', function (event, data) { $("#shoppingCartModal").modal(); $("#js-ajax-cart-checkout-process").reload_module() }); });