We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.
159 posts
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.
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 [...]
With technological advancements, customer behavior is drastically affected by the way they perceive information safety. A customer is the same customer, whether it is in a traditional market or an online market. However, it makes a major difference with online stores only by the trust you create with them. Customers in the contemporary era look [...]
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 [...]
OpenCart cookiefy module is another free module from webocreation.com where it will show the cookie bar when the site loads for the first time and if selected yes, then it will not show, if selected none or no then it keeps on showing. As the EU Cookie law states, site owners have to inform visitors [...]
Simple JavaScript functionality OnClick event to copy a current link by clicking the image or icon and show the tooltips message saying "Link copied". As the document.execCommand('copy'); is depreciated, its replacement is navigator.clipboard.writeText, so you can copy the current URL to clipboard with following JavaScript: navigator.clipboard.writeText(window.location.href); How to show the message "Link Copied" after the [...]
Setting up an eCommerce store is the first step after that focus needs to be on increasing the sales conversions which leads to becoming a giant eCommerce marketplace. Beautifully designed website, adding items, starting the advertisement, increasing brand awareness, etc. so you got all these in place, but you feel like that you are not [...]
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. [...]
In this Opencart tutorial, we are going through Opencart eCommerce conversion tracking with Google Analytics 4 (GA4) and google tag manager. First, we will install the google tag manager(GTM) in Opencart, then set up the DataLayer code on the checkout success page, then finalize with showing data in Google Analytics 4 dashboard. Install the Google [...]
In this Opencart Journal theme tutorial, we are showing you how to add or manage the products modules like featured, bestseller, specials, related, from the same category, from the same brand, also bought, recently viewed, most viewed, random, custom, and advanced in pages in Journal theme, then we will show coding tutorial to add another [...]
In this Opencart user manual, we are showing how you can install the store credit extension, add the transaction amount to the customer, and how the customer can use the amount while checkout. Install the store credit extension Go to admin >> Extensions >> Extensions >> Choose the Extensions Type >> Order totals >> Then, [...]