I’m also having the same problem.
Any advice would help.
Thanks,
I’ve just found out the solution for this issue,
Just go to your theme folder/js/custom.js – go to line 67,
replace $(".empty_view_cart span.cart_count").html(parseInt(data)); with `data= parseInt(data)+1;
$(“.empty_view_cart span.cart_count”).html(data);`
Hope it would help 🙂
I also have the same problem with MariaNazz.
The link here: http://glassjunkiemediablog.com/products-page/stock-footage/light-leaks-generous-package/
Could you please show me how to fix it, MariaNazz?
Thanks,