Hi nicolas,
I'm afraid that does not look quite right to me. I just need a simple way to handle the notification after calling:
window.hikashop.deleteFromCart(this,'wishlist','');
Previously I was using this:
jQuery.notify({title:"Removed From Wishlist",text: jQuery(this).data('productName'),image:"<img src=\""+jQuery(this).data('productImage')+"\" alt=\"\"/>"},{className:'info'});
Which is pretty close to what you have in the referred function for using notifications, but I get this message in console:
TypeError: jQuery.notify is not a function
Can you please provide any other clue? I see you are loading notification libraries and don't want to load any more libraries to make it work
Thank you!!
Carlos.