We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.
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
In Opencart, you can easily set up an eCommerce website to sell ebooks, pdfs, music, video, software application, or other digital products and on successful completion of order, they can download the digital products directly from the download section of Opencart. The files or zip can be uploaded to the server, assigned to the product [...]
Opencart 3 and 4 support multi-currencies so with Opencart we can sell in any currency, anywhere in the world. Go to admin >> System >> Localization >> Currencies where you will see the currencies available for use in the storefront. In the store by default, there are Euro, Pound, and US dollars but only the [...]
Selecting the best eCommerce platform when establishing an online store is essential to the success of your enterprise. With so many possibilities, two prominent solutions that frequently stand out are OpenCart and Shopify. Both systems provide distinctive features catered to various customer groups and particular requirements for eCommerce development. However, the question is; how do [...]
In Opencart 4 we can add countries and their zones, zones are states or regions as per country. For adding countries go to admin >> System >> Localization >> Countries and for adding countries' zones go to admin >> System >> Localization >>Zones. These countries and zones are used in the Shipping Address and payment [...]
In Opencart 4 we can show multiple store locations on the contact us page, go to admin >> System >> Localization >> Store location and add the locations there and select the store locations at the System >> Settings >> Store tab and select the location, and it will show in contact us page. Here [...]
Opencart supports multi-language. We can add a new language in Opencart 4 and we can configure to set a default language different than English. How to upload a new language pack in Opencart 3? Find your language pack at Opencart Marketplace, or go to the link below: https://www.opencart.com/index.php?route=marketplace/extension&filter_download_id=59&filter_category_id=2 Then download the language pack, for demo [...]
To manage the Opencart admin section, opencart can have multiple users with different users group and each user group can have different permissions for the management of Opencart stores. The powerful user group is the Administrator by default but you can change it as per your requirement. For users, user groups, and permissions management, go [...]
This is an Opencart guide where we are showing you the setting configuration in Opencart 4. Go to Admin >> System >> Settings and edit the store, and we will define the fields in general, store, local, option, image, mail, and server. Opencart user manual General Tab Store tab This setting tab is mostly for [...]
Are you an e-commerce enthusiast looking to elevate your online store? Or perhaps you're a developer eager to dive into the world of OpenCart 4? Look no further! We are thrilled to introduce "OpenCart 4: Dev Resources & Tips for Theme and Extensions Development" by Rupak Nepali, your comprehensive guide to mastering OpenCart 4. Why [...]
Today we are showing you how we can automatically post new Opencart products on social media with one free plugin that we developed and a free online tool like IFTTT. There are multiple online tools for automation but we are using IFTTT today. First, install the Product RSS feed on your Opencart admin, download the [...]
Opencart checks the IP address to allow the API calls, but sometimes you need to let all IP addresses do the API calls, for example, while testing the API. To allow all IP addresses to comment following the line of code at catalog/controller/api/account/login.php //$json['error'] = sprintf($this->language->get('error_ip'), $this->request->server['REMOTE_ADDR']); To learn more about Opencart API following posts [...]
With the launch of Opencart 4, there are changes in extensions or module management and code structure so we are creating Opencart 4 extension tutorial to create Opencart 4 modules or extensions and try to understand the flow and ways to develop Opencart 4 extensions. We will create a new module called "showallproducts" and others [...]
This Opencart user manual is for getting started with the Opencart online eCommerce website for 2024 for beginners, we are listing the best videos, blog posts, examples guides, tips, and tricks to run your Opencart shop successfully. We are showing both the frontend and backend management of Opencart. Introduction In this opencart 4 user manual, [...]
Hi everyone, me Rupak Nepali. In our fifth video, we describe OpenCart objects and a list of methods. Today, in our sixth video we are going to describe OpenCart framework code flow and how requests and responses are handled by OpenCart. Describe how MVCL works in OpenCart which will create a good foundation to start [...]
In this Opencart tutorial, we are covering OpenCart 4 OCMOD and show how to start coding in OCMOD to change the files and extend the functionalities of Opencart. We hope this helps to learn step-by-step instructions to master OCMOD elevate your e-commerce store to new heights and develop multiple Opencart extensions with OCMOD. OCMOD is [...]