
Animation fly image to the cart functionality in opencart 1.4, opencart 2
This opencart guide is to show how to add a fly animation of the image while adding to the cart functionality like in opencart 1.4. For Opencart 1.4+ and Opencart 2 Assuming you are using the cart module, otherwise, you will need to change #module_cart to #cart EDIT: /catalog/view/theme/default/template/product/product.tpl- FIND:$('html, body').animate({ scrollTop: 0 }, 'slow'); [...]