Home Search

- search results

If you're not happy with the results, please do another search

OpenCart Site Launch Checklist

This launch checklist may help us to check everything before disabling the maintenance status in Opencart live site. Once you feel everything is going...
Opencart time zone change

How to Change OpenCart Timezone

This tutorial covers how to change the timezone in OpenCart as well as change time of the database. Go to system/startup.php and find following...

Feedback or Testimonials Module for Opencart 2.2 for Free

Feedback or Testimonial Module is the module for Opencart by which customers can provide their feedback about the site or product or any services. We...
Opencart API get products

How to pull products JSON through API in Opencart?

In this tutorial, we show how to pull products in JSON format through API in Opencart. First, read the post below to understand the...

OpenCart API documentation to create, read, query, update, and upsert

The OpenCart API allows your application to access current data within OpenCart through the API, several common operations can be performed. Operations include: create -- Creates...
how to enable ftp in opencart

OpenCart error FTP needs to be enabled in the settings

This is a solution for the OpenCart error FTP needs to be enabled in the settings. Navigate to System >> Settings >> then edit store...
NextJs local Github Vercel flow

Host your NextJs project for free, local to GitHub to hosting, continuous deployment...

In this post, we are showing you how to create and host the NextJs project for free with GitHub flow to hosting and add...

Separate register form containing email and password only in OpenCart 2.2

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...

OCMOD Modification System opencart 2.3 example for Show all products module eCommerce

In this opencart guide, we are showing you the OCMOD Modification System of Opencart 2.3 with an example of "Show all products module" eCommerce. Things...

How to customize layouts and positions to show different modules in opencart?

In this Opencart tutorial, we are showing how to customize layouts and positions to show different modules in Opencart. The layout is the process...

How to add a google map in Contact us page of OpenCart? – no...

This OpenCart tutorial shows you how to add a google map to the contact us page of OpenCart without coding or programming knowledge, we...

Opencart 3 theme free, download and documentation

We just started to create OpenCart 3 themes for free and keep on adding our modules which are also free. This post has OpenCart...

Install, configure, uninstall, remove OpenCart module video tutorial guide

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...
Hello World Opencart

Admin Controller file to make hello world module – OpenCart Module Development

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...

Fatal error: Cannot redeclare Loader::__get() in systemstoragemodificationsystemengineloader.php

Fatal error: Cannot redeclare Loader::__get() in systemstoragemodificationsystemengineloader.php Go to YOUR_INSTALLED_FOLDER/systemstoragemodification then delete all files and folder except index.html Then refresh the front end, hope it works. Then...

The directory containing files to be uploaded could not be found: OpenCart error

If you have come up with OpenCart error "Directory containing files to be uploaded could not be found" then it means you are uploading...

Show demo how our Advanced featured OpenCart 3 module works

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,...

Opencart OCMOD documentation

Hi me Rupak Nepali again, today I am going to cover about OpenCart OCMOD documentation and tutorial for the developer and show how to...

Show discounts at featured module OpenCart 2.3 for free

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...

Admin Template file to make hello world – OpenCart Module Development

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...

Featured