We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.
The Opencart tutorial category lists out the posts and videos collection of OpenCart module and theme development which help developers and programmers get knowledge from beginner to advanced. For the Opencart user manual click here
153 posts
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 [...]
Google Sitemap module used to be by default added on Opencart 3 but in Opencart 4 we need to add it manually and we did not find it in Opencart marketplace so we created the module. Search engine optimization (SEO) plays a pivotal role in driving organic traffic to your online store. One of the [...]
As part of the Opencart 4 theme development tutorial, We already showed you how to install Opencart 4 theme and to create Opencart 4 custom theme admin section, in today's tutorial, we are showing you how to develop the frontend section of the Opencart 4 custom theme. You can download the custom Opencart 4 theme [...]
Opencart free Google base feed module for the creation of an XML product data feed in the RSS 2.0 format to submit to Google Merchant Center. Click the above button to download the Google Base feed module, the file downloaded is webocreationfeeds.ocmod.zip. Now go to the Opencart admin >> Extensions >> Installer >> Then upload [...]
OpenCart developers, brace yourselves for a wave of nostalgia (and maybe a sigh of relief)! The highly missed functionality of Opencart 3 Ocmod is finally added back to OpenCart 4. After its absence in earlier versions, this familiar friend is back to streamline your extension development workflow. For those unfamiliar with Ocmod, it's a powerful [...]
In today's digital age, product distribution is a critical aspect of reaching your target audience effectively. Whether you're an e-commerce store owner, or content marketer, finding efficient ways to share your products or content updates is essential. This is where the Products RSS Feed Opencart module comes into play, offering a seamless solution for disseminating [...]
In this Opencart tutorial, we are showing you the difference between the coding structure of a single instance Opencart module and an Opencart multi-instance module both in the admin section and the catalog section. In a single instance module, you install and can create only one setting and can use it in multiple places, but [...]
Free WordPress plugin to import youtube videos as WordPress posts, it imports youtube titles, youtube descriptions, and youtube date and assigns them to the selected author and category. Video content has become increasingly popular, and YouTube remains the go-to platform for sharing and consuming videos. If you have a WordPress website and want to import [...]
Ways to configure the CKeditor to add the iframe, scripts and HTML markups like elements, attributes, classes, and styles.
OpenCart doesn’t support a shipping method that allows for multiple flat rates as per total by default, for that we create an Opencart extension and provided it for free where you can set multiple flat rates shipping prices as per the sub-total price of the cart. Installation of Opencart extension multiple flat rates How to [...]