We are here to help. Chat with us on WhatsApp for any queries.
Product has been added to your cart
jQuery.ajax({
async: true,
type: 'GET',
url: '/?rfq_widget=0',
error: function (xhr, status, error) {
console.log(error.Message);
},
success: function (msg_back) {
jQuery('.plus_widget_wrapper').html(msg_back);
// jQuery('#rfq_page_plus_widget-2').html(msg_back);
jQuery('.rfq_page_plus_Widget').html(msg_back);
}
});
}
}
});
});
jQuery(image_div).hide();
});
-->