We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.
Opencart Developer course contains all the course of Opencart for the developer from beginners to advanced level.
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 [...]
Products to show without the add to cart button, another Opencart free module "Coming Soon Products module OpenCart version 2.0". When you enabled this module, you will be able to see the products which available date is greater than today. The module will look like below: Admin section will look like: Download Coming Soon Future [...]
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 [...]
Bulk transfer of products, categories, and manufacturers to stores on Opencart eCommerce store If you have already inserted the products and want to add the store in the Opencart eCommerce store, after this transferring the products to the store is quite tedious. You have to go to each product and check for the store and [...]
Today we provide support to Opencart forum that someone appreciates my work as we have helped him with his e-commerce designs to show the first four menu items in Opencart. We simply changed the code and posted it on the forum and his reply was: You, my friend, are a legend! That is exactly what I [...]