We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.
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 […]
Two recent cases one is Polyfill JS attack and CrowdStrike outage. As we increasingly rely on third-party services to streamline operations and enhance cybersecurity, recent events have made us question this dependency. Multiple websites were dependent on Polyfill JS for modernizing the browser functionalities and the attack happens. The CrowdStrike outage brings down multiple windows […]
Today we were working on frontend code and the functionalities were not working as expected so we started debugging by opening the Chrome console where we saw a light-like icon and clicked out of curiosity that the Console AI helps with code understanding and debugging. It is beneficial for the developer. In the JavaScript code, […]
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 […]
This blog post is about a University project proposal example which gives details about Lyrics finder for the music industry. It shows how to create the cover page of the project proposal and table of contents introduction, the background of the study, literature review, scope, methodology, analysis, and design diagrams, implementation, estimation, limitations and conclusion, […]
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, […]
eCommerce automation simply means switching manual tasks into automated ones through software. With the advancement of technologies, shopping can be done in Just Walk Out Technology, the checkout-free shopping experience is introduced. Just Walk Out Technology detects products taken from or returned in the cart automatically and when you leave the store it charges you […]
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 […]
Once we upgrade the PHP to the 8+ version we keep seeing the error like Warning: imagecreatefrompng(): gd-png: libpng warning: iCCP: known incorrect sRGB profile in /system/library/image.php on line 45. The fix that we implemented is by suppressing using @. Open system/library/image.php and find imagecreatefrompng($file); and add @ before it.
In the ever-evolving world of retail, the lines between physical and digital shopping experiences are becoming increasingly blurred. Enter the era of “phygital” retail—a term that encapsulates the seamless integration of physical and digital elements to create a unified, immersive, and customer-centric shopping experience. As consumers demand more convenience, personalization, and engagement, modern stores are […]
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 […]