We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.
In Opencart 3 category, we list out Opencart 3 documentation, opencart 3 themes for free, opencart 3 extensions for free and Opencart 3 tutorial.
162 posts
In this tutorial, we will show you how to redirect "Add to cart" button in Opencart version 1.4+, version 1.5+, version 2.0+ and version 3.0+ and take you directly to the shopping cart page. For Opencart 1.4+ versions For Opencart 1.4 versions it's easy we can do it through the admin sectionIn Extensions->Modules under "Cart" [...]
We are showing how to do automated testing of opencart functionalities and keep on monitoring your sites and also freely available. Uptimerobot.com and ghostinspector.com are two websites that I am using right now which are great and free How to set up https://uptimerobot.com in OpenCart? Signup for an account at https://uptimerobot.com/signUp You get an activation email [...]
This Opencart tutorial shows how to change and customize emails send out to the store administrator when they get the new order in the OpenCart store. Normally Opencart just sends an email with fewer details like below: You have received an order.Order ID: 1088Date Added: 11/02/2019Order Status: CompleteProducts1x …. $0.00Order TotalsSub-Total: $0.00Total: $0.00 Let's change [...]
This simple Opencart OCMod file will remove the index.php?route= in Opencart and shorten the URL of OpenCart for contact us page, common home, checkout, cart, voucher, account, log in, manufacturer, affiliate login, password forget URL, and others. Once you download the above, you will get seo-url.ocmod_.zip extract it and rename it to seo-url.ocmod.zip, then go to [...]
OpenCart Product listing default sort order is as per product name, and you can sort them with product name ASC or DESC, Model ASC or DESC, price ASC or DESC, quantity ASC or DESC and Status ASC or DESC just by clicking on the listing of the table heading. But if you want to sort [...]
In the upcoming OpenCart 2.3, both template engines will be supported PHP template and twig engine. OpenCart will allow you to override all of the templates that are used to produce HTML markup so that you can fully control the markup that is being outputted within a custom theme. There are templates for each page [...]
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 [...]
This is a solution for the OpenCart error FTP needs to be enabled in the settings. Navigate to System >> Settings >> then edit store where you want to enable the FTP Then click FTP tab Enter FTP host usually "localhost", but make sure it is correct from your hosting. Enter port usually "21", but make [...]
This OpenCart tutorial shows you how to add a google map to the contact us page of OpenCart without coding or programming knowledge, we will show you how to use the HTML content default OpenCart module and add the map to the contact us page. Let's get started by going to https://google.com/maps then searching your [...]
We just started to create OpenCart 3 themes for free and keep on adding our modules which are also free. This post has OpenCart 3 theme for free, download and documentation is added to customize template CSS, and video tutorial so that you can install the OpenCart 3 theme easily. How to install the OpenCart [...]
In this opencart tutorial, we will show how to upload, install, configure, uninstall, delete and remove opencart 3 modules or extensions with which it became base for programmers to start making a custom module or theme. Uploading a module in OpenCart OpenCart is a module-based system that allows us to extend functionalities with an unlimited module [...]
Fatal error: Cannot redeclare Loader::__get() in system\storage\modification\system\engine\loader.php Go to YOUR_INSTALLED_FOLDER/system\storage\modification then delete all files and folder except index.html Then refresh the front end, hope it works. Then again install your ocmod.xml again.
If you have come up with OpenCart error "Directory containing files to be uploaded could not be found" then it means you are uploading extensions. It means you are missing upload/ folder. Extract the files and create the upload/ folder then zip it again and upload that folder. Following are the OCMOD file and folder [...]
Hi me Rupak Nepali again, today I am going to cover OpenCart OCMOD documentation and tutorial for the developer and show how to start coding in OCMOD to change the files and extend functionalities. How are OCMOD code flows described here? OCMOD is a system that allows store owners to be able to modify their [...]