We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.
In Opencart 4 category, we list out Opencart 4 documentation, Opencart 4 themes for free, Opencart 4 extensions for free, and Opencart 4 tutorial. You can view Opencart 4 demo here
101 posts
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 [...]
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, [...]
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.
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 [...]
We were working to show the webocreation.com blog post to the rupaknepali.com.np but it keeps on showing the CORS policy error. So to fix that we implemented some transform rules in the Cloudflare as the webocreation.com was configured with it. JavaScript Code to fetch RSS feed URL and convert it into the HTML The code [...]
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 [...]
Opencart API documentation for the developer: supports output formats that return a JSON response. Output formats are defined by specifying the output request parameter. With opencart API we can perform CRUD functionalities. Opencart 4 API documentation In Opencart 4 there are some changes on the API endpoints, here is the login API endpoint /index.php?route=api/account/login: Here [...]
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 [...]
Another free Opencart 4 module by the Webocreation team to show WordPress blog posts in Opencart. In the WordPress blog posts show extension you will have the option to add a custom title, change the WordPress URL, add a number of blog posts, and module status. Download the module for free from the link below: [...]