Blog - Page 37

Stay updated with the latest insights, trends, and best practices in digital marketing and web development.

Filter by Category

Blog Posts

Featured image for Show images for the sub-categories in the opencart version 1.5+
Ecommerce Templates
3 min read

Show images for the sub-categories in the opencart version 1.5+

Show images for the sub-categories in the opencart version 1.5+. If you are looking for 2.3 then: Show images for the sub-categories in the opencart version 2.3 Find lines below on catalog/controller/product/category.php $this->data['categories'][] = array( 'name' => $result['name'] . ($this->config->get('config_product_count') ? ' (' . $product_total . ')' : "), 'href' => $this->url->link('product/category', 'path=' . $this->request->get['path'] . [...]

Read more
Cart in Nepal
Extensions
4 min read

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'); [...]

Read more