';
html += '';
html += '
';
if (allmart_main_object.hasOwnProperty('dataAddCartMsg')) {
html += allmart_main_object.dataAddCartMsg;
} else {
html += 'You have added the item to your shopping cart!';
}
html += '
';
html += '
';
var data = {
product_id: id,
quantity: 1
}
return $.ajax({
url: link,
method: 'GET'
}).done(function (data) {
$(document.body).trigger('wc_fragment_refresh');
var el = $(html);
$('.allmart-notifications-area').append(el);
el.toast({
autohide: true,
animation: true,
delay: 3000
});
el.toast('show');
self.find('.btn-icon').replaceWith('