We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.
Another free Opencart module for this Christmas and Happy New Year, we are providing Opencart module when activated we can add hovering image and in the frontend when we hover over to the image in products of category page it will swap with the hovering image. How to install the swapping image Opencart module? First, […]
We activate the free checkout payment module in Opencart 3.0.2.0, then we start ordering but all orders go to the Missing Orders in Sales, so debugging we found out that somehow the free checkout files were not updated properly in the Opencart version 3.0.2.0. Here are the changes that we did to make it work: […]
In this opencart tutorial, we are showing you how to create a multi-instance opencart 3 module step by step, we are making a testimonial module as an example, click to download this module for free. In our last two posts, we show you how to make the single instance module: Single Instance module, Form creation, […]
In our previous post, we show how to create an admin section of a module in Opencart 3, today in this Opencart documentation we will show you the frontend code of the single instance module, download the login module and install it, and show it in the frontend page. How to install the login module? […]
This Opencart tutorial is to learn about the single instance and multi-instance module and create admin section for single instance by creating the form in the admin, validate the form data and submit, edit or add data to the database. In our last two posts, we show the hello world module workflow and the basic […]
We are seeing issues in the Chrome browser for Opencart that it is adding duplicate products while adding the products, it looks like it is submitting the same form twice. We just commented on the form submission for the IE browser and it is not submitting duplicate products. Go to admin/view/javascript/common.js and find the following […]
In this tutorial, we set up Cloudflare CDN for eCommerce websites like Opencart, three steps are: first create a Cloudflare account, add a website domain in the Cloudflare dashboard, and change the DNS records of your domain. We show you how to fix the SSL issues that we face in Cloudflare, how to connect FTP […]
The easiest and fastest way to take the full webpage screenshot in chrome without the extension and just two commands is below: Click “Option + Command + J” Then click “Command + Shift + P” Type “Capture full-size screenshot” and click it, your full screenshot will be captured and downloaded Above is the Mac command, […]
This WordPress plugin “Category Popular Posts” is to show category wise top popular posts in a widget. The widget has options to add a description, limit the number of posts, an option to show date or not, an option to show the author or not, and an option to show the featured image or not. […]
In this post, we are going through the 15 Visual Studio Code extensions that we as PHP developers are using most for the rapid development and collaborations, likewise, show you how to use the Opencart code snippets for rapid development of the Opencart module and themes. PHP Language Basics In the extension, search for “@builtin […]
In this Opencart tutorial, we are listing out to create opencart theme development from scratch for the designer, we are trying to show how to integrate HTML into the Opencart theme. We would like to introduce the OpenCart theme development course and make the OpenCart theme from scratch. Right now OpenCart version is 3 and […]
We launched another Opencart 3 free module Out Of Stock label and out of stock button, or you can take it as sold out also, these will get active when this module is installed and activated and quantity is zero. You can customize or add CSS as per your need in this module. Installation Download […]
Opencart error: Notice: Undefined property: Proxy::getLabels in /htdocs/storage/modification/system/engine/action.php on line 79 If you get an error like above then find the “getLabels” in your opencart directory and you can find two places like: Or something like below of model reference or controller reference If it is model then check the class name of the model, for our example […]
In this Opencart tutorial, we will show you easy localization, and how to make the language pack in OpenCart 4. We will use “Nepalese” or “Nepali” as a new language as there is no language pack for Nepali. Once we created the language pack then we will add and activate in the OpenCart. How to […]
This Opencart free Ocmod module will show product availability on categories pages and in the featured module, bestseller module, lastest module and in special module. By default when the product quantity is greater than zero, it will show Availability: In Stock, if the product quantity is zero then it will show the product status assigned […]