Hi,
Before explaining my problem here is my website: www.seance-photo.com
In the products that have some options, when i add these to the cart it doesn't update. When i reload the page the cart is updated with the added product. This issue can upset the customers who can think that my website doesn't work. The products without options to choose don't have that issue, so i guess it's a problem with the options, but i don't know what.
Does anyone have the same issue?
Thanks
Before explaining my problem here is my website: www.seance-photo.com
In the products that have some options, when i add these to the cart it doesn't update. When i reload the page the cart is updated with the added product. This issue can upset the customers who can think that my website doesn't work. The products without options to choose don't have that issue, so i guess it's a problem with the options, but i don't know what.
Does anyone have the same issue?
Thanks
It's working. Just tried.
Hi there
Please see my web site: http://abc-web.org/doggielicious/index. ... ommon/home
When I add a product it displays in the cart at the top of the page. But if you go and click on the basket, it displays nothing. It is only updated when the page is refreshed. Does anyone have any ideas?
Thanks
Please see my web site: http://abc-web.org/doggielicious/index. ... ommon/home
When I add a product it displays in the cart at the top of the page. But if you go and click on the basket, it displays nothing. It is only updated when the page is refreshed. Does anyone have any ideas?
Thanks
In your common.js file, (you named it as common2.js), you have this:
which is wrong. Look at my website's source code for the common.js file. You will see what's wrong.
Code: Select all
/* Ajax Cart */
$('#cart > .heading a').bind('click', function() {
$('#cart').addClass('active');
$.ajax({
url: 'index.php?route=checkout/cart/update',
dataType: 'json',
success: function(json) {
if (json['output']) {
$('#cart .content').html(json['output']);
}
}
});
$('#cart').bind('mouseleave', function() {
$(this).removeClass('active');
});
});
locate your file catalog/view/javascript/common2.js and change that.
Hi i have the same problem, but i didn't find the solution. My common2.js has good code. I tried to explane my problem in an other thread.
Please help

Please help

Who is online
Users browsing this forum: No registered users and 1 guest