We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.
The Opencart tutorial category lists out the posts and videos collection of OpenCart module and theme development which help developers and programmers get knowledge from beginner to advanced. For the Opencart user manual click here
153 posts
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 [...]
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 [...]
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 [...]
In Opencart, we can see all the variables that are available in the twig template by just adding the following code in twig page. For e.g., if we want to see all the variables that are on the account login page, then open to catalog/view/theme/default/template/account.twig and paste above code now it will be like below: [...]
In this Opencart tutorial, we are setting up the OpenCart theme development environment with a gulp, package.json, yarn or NPM, create files and folder structure for development with the use of SCSS and custom JS and with gulp watch we output them in normal OpenCart theme. We are already known about AMP(Apache, MySQL, PHP) stack [...]
In this Opencart tutorial, we will show how to create a custom Opencart 3 theme. We will go through the default theme files and folders and then clone default theme to custom theme, install the custom theme, activate it and change the CSS of the custom theme. First, let's go through the default core theme [...]
This Opencart tutorial is to show you how to install OpenCart on a CentOS-7 64bit which is an Enterprise-class Linux Distribution VPS (Virtual Private Servers), we install Apache, PHP, MySQL, other PHP packages as needed by Opencart and setup virtual host Login to your VPS Then enter the password. Now update your system before installing [...]
In this Opencart 3 tutorial we are showing how to create Opencart 3 custom modules or extensions, this tutorial is for the developer and to add the custom functionalities in the Opencart. Check our hello world workflow. Before you start, watch the following videos tutorial Describing files and folder structure of Opencart With this you [...]
When we created the hello world module then it will be like as shown below: Hello World Module in Extension’s Module Installing Hello World Module Click on the green (install) button, then click edit blue button. You will see a form to insert the hello world text. Hello World Module form Enter the hello world [...]
In this tutorial, we are showing you how to write code in OCMOD and modify the core files of OpenCart. Here we will show the flows that happened when someone uploads the ***.ocmod.zip file, then create an install.xml file to show the module link in the left column and give you details of Ocmod documentation [...]
In this Opencart tutorial, we show you how to display sub-categories image on the category page in Opencart 3 by making code changes, click for Opencart 2 show images for sub-categories. Open catalog/controller/product/category.php and find the following code: Then replace with the following code: Open catalog/view/theme/default/template/product/category.twig and find the following code: Replace with the following [...]
This opencart tutorial shows how to show attributes of products in category page in Opencart 2.0 and Opencart 3.0.3.2 we will provide OCMOD and VqModafter some time: Open catalog/controller/product/category.php and find following code: Now add one line in it 'attribute_groups' => $this->model_catalog_product->getProductAttributes($result['product_id']), then the products array will be like below: For OpenCart 3.0+ Now open [...]
Our webocreation.com is still in opencart v2.3 and today we are upgrading to opencart version 3.0.3.1 live. So that it will be pressure for us to complete it. We are able to upgrade in 1hrs and fix problems to go through the normal ordering. Previously we were using Journal version 2 and now we are [...]
In Opencart tips and tricks, we are showing how to add default or custom OpenCart modules in Journal 3 OpenCart theme. Go to Journal >> Layouts >> then edit where you want to show the OpenCart custom or default theme. Then hover over to the row that you want to show the image and click [...]