We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.
In Opencart 3 category, we list out Opencart 3 documentation, opencart 3 themes for free, opencart 3 extensions for free and Opencart 3 tutorial.
162 posts
In this Opencart guide, we are showing how to customize the Opencart 3 homepage and make changes to layouts, and modules, edit homepage content in Opencart 3. As the homepage of Opencart is made of modules, to change home page layout in opencart for demo data here are the steps: Go to admin >> Design [...]
In this Opencart tutorial, we go through OpenCart Events. Opencart events are hooks that developers can attach custom code to, allowing them to execute specific actions at different points in the application's lifecycle. Events can be triggered by various actions within the OpenCart system, such as user authentication, order creation, product editing, email sending, and [...]
In Opencart 3 we can manage the order statuses. For that go to admin >> System >> Localization >> Order Statuses then click "Add New" and you can enter the Order Status Name. In this section, you can create order statuses that you can use on Payment gateways and manage sales orders. The image below [...]
In Opencart 3 we can manage the stock statuses. For that go to admin >> System >> Localization >> Stock Statuses then you can enter the Stock Status Name. In this section, you can create Out of Stock statuses to be displayed on the product page when a product is out of stock. The image [...]
We can install Opencart extensions, module in two ways, directly from admin section Marketplace and another is using FTP or SFTP. Directly from admin section Marketplace: Login to admin >> Extensions >> Marketplace. Then search module/extension that you want to install Then click the module and click the Download tab and then click the install [...]
In Opencart we can create a variant product based on the master product. A product variant is a pre-defined option product. For example, let's say we add a product with red and blue options (product id 50), now we can create a variant based on this product and select the option red only to make the [...]
In Opencart 4, filters allow customers to quickly narrow down product searches based on specific attributes like size, color, price range, rating, or brand. Filters enhance the shopping experience by allowing customers to easily find products that match their needs, leading to higher conversion rates and a more user-friendly interface. This guide will cover how [...]
In this Opencart tips and tricks, we are showing you to set different shipping methods like free shipping on Opencart, similarly flat rate shipping, shipping rate as per item, free shipping after some amount is reached on total orders, pick from store setup, flat rate up to 100 and then free shipping and so on. [...]
With advancement of versions OpenCart is using best opensource like bootstrap, flex slider, Magnific Popup: Responsive jQuery Lightbox Plugin, OWL Carousel, font awesome and for captcha now it is using Google reCAPTCHA, in this blog post we will show you how to set it up in contact us page so captcha is easy for human and [...]
In this Opencart user manual, we are showing about the dashboard in the administration area of Opencart, right now there are 8 default widgets provided by Opencart: Recent Activity, Sales Analytics, Total Customers, World Map, People Online, Total Orders, Latest Orders, and Total Sales. When you login in the admin section then you can see [...]
Zone Shipping is simply shipping that is based on the different destinations, or geo zones, based on the weight of the total order. For example, if your shipping from California USA. You can set a rate to other customers in other states, or other countries by setting up a zone for each destination and then [...]
By default, OpenCart has every country enabled in your Localisation settings. What if your online store only caters to a few countries. Disabling them all in the admin panel one by one would be a pain. You would have to: Open System > Localisation > Countries menu in admin panel. Click Edit on the country you want to disable. [...]
Now in OpenCart 3.0 and 2.3.0.1 version, it is very easy to setup google reCaptcha in multiple pages. Forms of Opencart that google reCaptcha supported are Register, Guest Checkout, Reviews, Returns, and Contact. Basic Captcha: Go to Extensions >> Extensions >> In Choose the extension type >> Captchas (2) Now click the green button to [...]
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=' . [...]
The main menu in Opencart displays categories that are selected to show in the top menu, it only works for the top parent categories. Right now you can manage the top menu to show the categories, we see some hidden codes and modules that Opencart default is trying to come up within the upcoming version [...]