Blog - Page 7

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

Filter by Category

Blog Posts

Opencart sub-categories
Opencart
11 min read

Show images for the sub-categories in the opencart versions 2.3, 3, and 4

This Opencart tip is to show images for the sub-categories in the Opencart version 2.3, but you can make changes as per the following instructions. Opencart 2.3 Find the following code at catalog\controller\product\category.php $data['categories'][] = array( 'name' => $result['name'] . ($this->config->get('config_product_count') ? ' (' . $this->model_catalog_product->getTotalProducts($filter_data) . ')' : "), 'href' => $this->url->link('product/category', 'path=' . [...]

Read more
Opencart auto upgrade
Featured
3 min read

Auto upgrade Opencart 4 versions by clicking in admin section

Auto-upgrading Opencart versions involves a process where the platform updates itself to the latest version without manual code. Opencart 4 does natively support a fully automated update mechanism like some other CMS platforms (e.g., WordPress). Here's a detailed explanation of how you can set up and manage auto-updates for Opencart versions: 1. Preparation and Backup [...]

Read more