We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.
In this post, we are showing you how to create and host the NextJs project for free with GitHub flow to hosting and add your domain name. The NextJs is a react framework that is production-ready, pre-rendered, and light-weight apps, the Jamstack(JavaScript, APIs, and markup stack), SEO-friendly, PWAs, and mobile-ready. We set up a GitHub […]
We created files that will show the Separate register form page containing email and password only in OpenCart 2.2.At our server it is working when we run like index.php?route=account/registerb it is showing as the following images: Download code below: Download Different Register Page Code ThanksRupak Nepali
In this opencart guide, we are showing you the OCMOD Modification System of Opencart 2.3 with an example of the “Show all products module” eCommerce. Opencart 4 OCMOD documentation Things to take care of while making an OCMOD file: Now go to the following link and download the “Display all Products” module Download shows all […]
This OpenCart tutorial shows you how to add a google map to the contact us page of OpenCart without coding or programming knowledge, we will show you how to use the HTML content default OpenCart module and add the map to the contact us page. Let’s get started by going to https://google.com/maps then searching your […]
We just started to create OpenCart 3 themes for free and keep on adding our modules which are also free. This post has OpenCart 3 theme for free, download and documentation is added to customize template CSS, and video tutorial so that you can install the OpenCart 3 theme easily. How to install the OpenCart […]
In this opencart tutorial, we will show how to upload, install, configure, uninstall, delete and remove opencart 3 modules or extensions with which it became base for programmers to start making a custom module or theme. Uploading a module in OpenCart OpenCart is a module-based system that allows us to extend functionalities with an unlimited module […]
OpenCart identifies existing modules automatically, simply by reading the admin/controller/extension/module folder. Any modules existing in this folder will automatically be shown on the Modules listing page, and on the User Permissions page. Let’s start to create our hello world module by creating the file at the admin/controller/extension/module and named it helloworld.php. Then follow the following steps: […]
Fatal error: Cannot redeclare Loader::__get() in system\storage\modification\system\engine\loader.php Go to YOUR_INSTALLED_FOLDER/system\storage\modification then delete all files and folder except index.html Then refresh the front end, hope it works. Then again install your ocmod.xml again.
If you have come up with OpenCart error “Directory containing files to be uploaded could not be found” then it means you are uploading extensions. It means you are missing upload/ folder. Extract the files and create the upload/ folder then zip it again and upload that folder. Following are the OCMOD file and folder […]
With features of the featured module of OpenCart our Advanced featured OpenCart module will contain following features: The module name is shown in the Title, instead of just “Featured” in the default featured module. With this, you can change and enter any wording you like. In ours let’s say “Early Bird Products” Products scrolls showing […]
Hi me Rupak Nepali again, today I am going to cover OpenCart OCMOD documentation and tutorial for the developer and show how to start coding in OCMOD to change the files and extend functionalities. How are OCMOD code flows described here? OCMOD is a system that allows store owners to be able to modify their […]
Opencart tip and trick to show discounts at featured products module in Opencart 2.3 for free, download and install and it will show discounts at the featured module. Click to Download Ocmod file to show discounts at featured module Go to catalog\language\en-gb\extension\module\featured.php Add following code: $_[‘text_discount’] = ‘ or more ‘; Go to catalog\controller\extension\module\featured.php Find […]
Now let’s develop the Admin Template file to make the hello world module. Go to admin/view/template/extension/module/ folder and make HelloWorld.tpl. The following are full codes of template file which will be in HelloWorld.tpl at <?php echo $header; ?><?php echo $column_left; ?> <div id=”content”> <div class=”page-header”> <div class=”container-fluid”> <div class=”pull-right”> <button type=”submit” form=”form-html” data-toggle=”tooltip” title=”<?php echo $button_save; […]
Opencart News Ticker is the module for Opencart version 2 which shows lines as the ticker and we have made this as the module so we can show wherever module can be shown. Click for Newsticker OpenCart 3 version DOWNLOAD: INSTALLATION: If your FTP is enabled from the admin section: Upload the NewsTicker.ocmod.zip from Extensions […]
Hey everyone! Rupak Nepali again. In our last video, we talked about “How to create database table?“, Today we are talking about “OpenCart Library Predefined Objects’ Methods”. An object has functions associated with it that are known as the object’s methods. Here we show predefined objects that OpenCart provided for which you don’t need to […]