Edit the file catalog/view/javascript/common.js and find the line:
$('#cart > .heading a').bind('click', function() {
and you replace it with:
$('#cart > .heading').bind('mouseover', function() {
$('#cart > .heading a').bind('click', function() {
and you replace it with:
$('#cart > .heading').bind('mouseover', function() {
No comments:
Post a Comment