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
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 [...]
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 [...]
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 [...]
In Opencart 4, when we activate the SEO URL it contains the language as well and for the English language, it shows en-gb by default, which we don't like so we looked to remove it and the easiest way to remove en-gb is by following code.
Ways to configure the CKeditor to add the iframe, scripts and HTML markups like elements, attributes, classes, and styles.
Pricing tactics are plans or approaches that businesses use to determine the price and strategies of their products or services to maximize profits and achieve long-term financial goals. Some tactics and strategies psychological attract customers to buy the products or services. There are several psychological tactics that eCommerce businesses can use to influence customer perceptions [...]
Cache always make developer scream out in some case developers write the code correctly but they forget to clear the cache and they test the logic and data which they found it not working, as cache provides stale data and sense, they scream out loud, and after some hours of testing and logical changes, they [...]
This Opencart tutorial shows how to easily host Opencart in Google cloud for free for one year, set up Cloudflare, SSH to run shell scripts and commands, install an SSL certificate and redirect all non-HTTP to HTTPS URL. Step 1: Set up Google Cloud Platform at cloud.google.com using a free Google account or Gmail account. [...]
We are working to get the details of the Opencart 4, set up a demo for Opencart 4, and analyze its features and functionalities both in the admin section and the frontend section. Some of the addition is - PHP 8.1+ Compatible - a New event-based extension system - Startup page - CRON job page [...]
Simple testing and implementing the right variant will help you to stand out in your niche, A/B testing is easier to do with Google Optimize and it is free, just need to keep on improving as per the result, you can make a simple test like changing the color of buttons can/may increase the conversions. [...]