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
Hi everyone, Namaste, Me Rupak Nepali. In our third video, we describe OpenCart files and folders and told you that the next video will be of OpenCart code flow but while making the PowerPoint we feel like first, we need to know about the database and global methods of OpenCart then it will be easier [...]
Describing files and folders and OpenCart FrameworkHi everyone, Namaste. Namaste is the word used in our Country Nepal to greet someone. Me Rupak Nepali. In our second video, we install OpenCart, and is now up and running at our custom URL "webocreation.loc". Today in our third video we are going to describe files and folders [...]
Hi everyone! Me Rupak Nepali. I am very excited about the first video success – “Introduction and Table of Contents – OpenCart Development” and now this is the second video. In which I will install OpenCart 3.0.2.0 locally and set up a custom URL to work locally. To begin the installation process, first, download OpenCart. [...]
To configure and show default featured module you need to login to the Admin dashboard, then follow the following steps: Admin >> Extensions (Left Menu) >> Extensions >> Choose 'Modules' from the select box. It will list modules Find the Featured Module Then check ff the Featured module is already installed or not, if not [...]
While installing the OpenCart module if you found OpenCart error: Modification requires a unique ID code! then it means that either you are missing ModuleUniqueName
or there is a conflict with another module unique name. If you are missing code If you are missing
means, while writing ocmod.xml file you missed to write [...]
OpenCart identifies existing modules automatically, simply by reading the catalog/controller/extension/module folder. Any modules existing in this folder will automatically be loaded as per the active modules for the pages on the front end. Let’s start to create our hello world module by creating the file at admin/controller/extension/module and named it helloworld.php. Then follow the following [...]
Create a language file helloworld.php at "admin\language\en-gb\extension\module\", here en-Gb is the English language folder but if your store is multi-language then you have to create helloworld.php in another folder also like at "admin\language\OTHER_LANGUAGE_FOLDER\extension\module\". Now in helloworld.php, you will define variable that holds the text for that language. Starting defining a variable with $_['YOUR_VARIABLE_NAME'] and assign [...]
Hi, today we are publishing another free Opencart module "Sidebar Shopping Cart" and we made this for OpenCart version 2.0.3.1. Problem is we cannot edit js file with vQmod so you need to override the common.js file. But we have described where you need to put the extra code below in this post. JS/CSS files are [...]
In part 1 we showed how to activate google reCaptcha in contact us page, now we show how to show it on the registration page. Although it is not that simple as showing in the contact us page, we have to make some changes in code. For now, we are changing directly into the default [...]
'Getting Started With Opencart Module Development' OpenCart has become widely popular because of its support for custom extensions and module development. This book helps you understand how to use the features available in OpenCart using step-by-step instructions. Do you already know PHP and MySql and have some knowledge in OpenCart and like to learn to [...]
This Opencart 1.5.2.1 free module is with the price range filter module, it lists the range of prices and the products are filtered out as per the prices. Special thanks to me Rupak Nepali who work on Opencart module and provide most for free 🙂 After a long time, I worked in another opencart module [...]
Today we completed two works to decrease the checkout steps where we have to combine the shipping and payment address at one as well as shipping and payment methods at another and transfer the shipping estimate to the shipping methods on the checkout step. We made the shipping estimate on VqMOD and now the next [...]
We are showing how to add Google Maps for opencart for free and show Google Maps on the contact us page and a module in the Opencart eCommerce website. This module works with VqMOD, if you like to manually insert the code read the post below which we will show how to do them. First, [...]
If you are an admin you can do the following steps: 1. Make one fake customer.2. Set the site into Maintenance Mode, be sure you keep on logging to the admin3. Now activate the Cash on the Delivery method of payment.4. Complete the buying process with many quantities with the use of the Cash on [...]
I love the opencart but I am worried using the fancy box for image enlargement in the product details page, so I think to change the way to show the image enlargement with the use of the color box. Download the following zip files, upload those files and folders in the root folder like in [...]