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
As lot of our customers were asking for the Buy Now Pay Later setup so we researched how to setup BNPL payment method in Opencart eCommerce. With the rise of e-commerce, new payment options have emerged, and one of them is Buy Now Pay Later (BNPL). This option allows consumers to purchase items immediately 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.
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 [...]
Show Module Link at Left Menu Admin OpenCart. Save your time while you develop or install or edit modules/extensions. For installation just upload the module and you are set. Download for Opencart veriosn 4.0.1.1 Download for free OpenCart Version 3 For OpenCart version 2 please download from below: The code for Opencart version 4 is [...]
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. [...]
Sales from mobile eCommerce (m-commerce) are expected to take up 43.4% of total e-commerce sales in 2023. In other words, almost half of the e-commerce purchases are now done using mobile devices. One major implication of this for e-commerce firms and small businesses is a renewed emphasis on secure payments. After all, convenience alone is [...]
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, [...]
In this Opencart tutorial, we will show you easy localization, and how to make the language pack in OpenCart 4. We will use "Nepalese" or "Nepali" as a new language as there is no language pack for Nepali. Once we created the language pack then we will add and activate in the OpenCart. How to [...]
In this tutorial, we show how to pull products in JSON format through API in Opencart. First, read the post below to understand the OpenCart API: We take an example between two servers one from https://webocreation.com/nepalbuddha which acts as Server Responder of API which is built in OpenCart and https://tuliprsdynasty.com/api/ as the requestor. Responding server [...]
The OpenCart API allows your application to access current data within OpenCart through the API, several common operations can be performed. Operations include: create — Creates with the specified parameters.For example, you can add products to the cart as given by OpenCart API post request of products or product_id at/index.php?route=api/cart/add read — Retrieves information about the specified [...]