Skip to main contentSkip to footer

OpenCart Guide - Page 11

Opencart guide category contains Opencart user manual for using Opencart backend, changing settings and configuration, and configuring your Opencart as per your need. You can get the list of Opencart manual posts here

184 posts total

Featured image for Show discounts at featured module OpenCart 2.3 for free
Extensions
3 min read

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

Read more
Opencart
2 min read

Exploring the code of default Featured Module

To explore the code of defualt featured module, let's start with listing what files are used by the Featured module: Admin folder files: admin\controller\extension\module\featured.phpExplained at https://webocreation.com/exploring-the-code-of-default-featured-module/ admin\language\en-gb\extension\module\featured.phpExplained at https://webocreation.com/exploring-the-code-of-default-featured-module/ admin\view\template\extension\module\featured.tplExplained at https://webocreation.com/opencart-module-development-video-tutorial-introduction-and-table-of-contents/ Catalog folder files: catalog\controller\extension\module\featured.phpExplained at https://webocreation.com/catalog-controller-code-description-featured-module-front-end-opencart catalog\language\en-gb\extension\module\featured.phpExplained at https://webocreation.com/opencart-module-development-video-tutorial-introduction-and-table-of-contents/ catalog\view\theme\default\template\extension\module\featured.tplExplained at https://webocreation.com/opencart-module-development-video-tutorial-introduction-and-table-of-contents/ How to know which files are used by module? Always look to the URL. For Featured module, [...]

Read more
Featured image for Installing the OpenCart and creating the custom URL virtual host Xampp: OpenCart Module Development Video Tutorial
Opencart
4 min read

Installing the OpenCart and creating the custom URL virtual host Xampp: OpenCart Module Development Video Tutorial

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

Read more
front_end_controller_file_to_make_hello_world
Opencart
2 min read

Front end Controller file to make hello world - OpenCart Module Development

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

Read more
Featured image for Admin Language file to make hello world - OpenCart Module Development
Opencart
2 min read

Admin Language file to make hello world - OpenCart Module Development

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

Read more
Innovation

Let's Make Something Amazing Together

We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.

InnovateBringing innovative solutions to complex problems
AutomateStreamlining processes through automation
DominateLeading the market with exceptional results
Build Smarter and Launch FasterEfficient development for rapid deployment