Monday, 25 May 2015

to display header cart content on mouse over

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() {

No comments:

Post a Comment