We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.
OpenCart 4 provides a robust and flexible design layout system for customizing the appearance and functionality of your online store. One of the standout features is the ability to override design layouts without modifying core files. This functionality ensures that you can implement customizations in a way that’s easy to manage and update. Let’s explore […]
In this Opencart user manual, we will learn to manage categories in Opencart 4, a fundamental task for organizing your products and improving your store’s navigation. Here’s a step-by-step guide to managing categories from the Opencart admin panel. Accessing the Admin Panel Log in to the Admin Panel: Navigating to Categories Management Access Categories: Creating […]
This Opencart tutorial collects the most common errors that we face while developing and provides solutions for errors, try them and hope you could solve the issues Cannot delete the admin folder in Opencart 4 https://forum.opencart.com/viewtopic.php?t=228495&p=843586 This solution looks working, for now, change the following lines of code at admin/controller/common/security.php to following 2. Blank White […]
In this Opencart tutorial, we are showing you how to add HTML in Opencart, similarly how to add google analytics, google tag manager, Adroll, Facebook pixels, MailChimp conversion code, google ads conversion in success page only, and other third-party JavaScript code in the Opencart, likewise our best way to manage the JavaScript code through google […]
In Opencart Order total modules are those which decrease or increase the total price of the total order. Some of the order total which decreases the total price are coupons, store credits, reward points, etc. Some of the order totals which increases the total price are Handling fees, low order fees, taxes, etc. You can […]
With the launch of Opencart 4 and lots of changes, today we are showing how we can install the Opencart 4 theme and how to create the Opencart 4 theme admin section. How to install is the Opencart user manual, and we will go through all the code for the developer guide. For demo purposes […]
In Opencart 4 and 3, we can get reports, who’s online, and statistics for sales report, customer transaction report, customer activity report, customer orders report, customer searches report, tax report, shipping report, return reports, sales report, coupons report, products viewed reports, and products purchased report. Login into the admin section and in the left menu […]
In this Opencart tips and tricks, we are showing you 25 Opencart security tactics to make Opencart’s website secure by providing a cheat sheet for Opencart eCommerce users, so that the customers can buy products confidently which may increase your conversion rates. Here are the 25 lists of things that you can do to make […]
Opencart multiple websites. It can handle multiple stores with one Opencart installation. Creating a Multi-Store Opencart allows for multi-store management using only one installation. If you have installed Opencart into at least one store, you can add multiple stores to your admin panel without having to repeat the installation process. To add a new store […]
This tutorial covers how to change the timezone in OpenCart as well as change time of the database. Go to system/startup.php and find following lines of code: Replace with following lines of code by changing to your timezone Synchronize PHP and Database Timezone The query we use to set database timezone if you are super […]
Expanding your business internationally can seem daunting, but what if there was a tool to make it simple, insightful, and actionable? Enter Google Market Finder – a free and intuitive resource designed to help businesses identify untapped markets, gather crucial operational insights, and reach new customers worldwide. Whether you’re a seasoned global seller or just […]
In this Opencart guide, we are showing how to customize the Opencart 3 homepage and make changes to layouts, and modules, edit homepage content in Opencart 3. As the homepage of Opencart is made of modules, to change home page layout in opencart for demo data here are the steps: Go to admin >> Design […]
In this Opencart tutorial, we go through OpenCart Events. Opencart events are hooks that developers can attach custom code to, allowing them to execute specific actions at different points in the application’s lifecycle. Events can be triggered by various actions within the OpenCart system, such as user authentication, order creation, product editing, email sending, and […]
In Opencart 3 we can manage the order statuses. For that go to admin >> System >> Localization >> Order Statuses then click “Add New” and you can enter the Order Status Name. In this section, you can create order statuses that you can use on Payment gateways and manage sales orders. The image below […]
In Opencart 3 we can manage the stock statuses. For that go to admin >> System >> Localization >> Stock Statuses then you can enter the Stock Status Name. In this section, you can create Out of Stock statuses to be displayed on the product page when a product is out of stock. The image […]