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
Hi everyone, Namaste, Me Rupak Nepali. In our third video, we describe OpenCart files and folders and told you that the next video will be of OpenCart code flow but while making the PowerPoint we feel like first, we need to know about the database and global methods of OpenCart then it will be easier [...]
Hi everyone! Me Rupak Nepali. I am very excited about the first video success – “Introduction and Table of Contents – OpenCart Development” and now this is the second video. In which I will install OpenCart 3.0.2.0 locally and set up a custom URL to work locally. To begin the installation process, first, download OpenCart. [...]
While installing the OpenCart module if you found OpenCart error: Modification requires a unique ID code! then it means that either you are missing ModuleUniqueName
or there is a conflict with another module unique name. If you are missing code If you are missing
means, while writing ocmod.xml file you missed to write [...]
Hi, today we are publishing another free Opencart module "Sidebar Shopping Cart" and we made this for OpenCart version 2.0.3.1. Problem is we cannot edit js file with vQmod so you need to override the common.js file. But we have described where you need to put the extra code below in this post. JS/CSS files are [...]
In part 1 we showed how to activate google reCaptcha in contact us page, now we show how to show it on the registration page. Although it is not that simple as showing in the contact us page, we have to make some changes in code. For now, we are changing directly into the default [...]
As opencart uses the SEO URL but we found most of the programmers are not using it in localhost, so today we are showing how to enable URL redirect in OpenCart in localhost. To use SEO URLs, the apache module mod-rewrite must be installed and you need to rename the htaccess.txt to .htaccess. Enabling .htaccess [...]
When we performed work at the scubattokki.com we have to remove Vqmod conflicts successfully for Opencart version 2. Some of the works we did are: Remove the VqMOD conflict in opencart. Checkout Steps decreased to two steps. Registration pages change and address field changes Korean Language translations Many other small changes How do we remove the [...]
Today we read the above post and was thinking of something new like showing the products at WordPress of opencart. http://forum.opencart.com/viewtopic.php?f=128&t=36145 We are thinking to make that it works in the same URL as most of my clients thinking to use WordPress as the blog because of different beneficiaries and Opencart as the main site. [...]
While testing Paypal with Opencart, Paypal sandbox always sends the pending status although completed. We were working with the Paypal sandbox business account and Opencart opensource and getting this problem. We were working for the missneopoints.com to make the instant delivery system. We got stuck for around 1 day as the PayPal complete status is also [...]
With the current Layout System we can: Set module to show on all page. Set different module to show on different page (based on route). Set different module (maybe Banner) to different Category, Product and Information page. If you have multi-store, you can set all feature above for different store. Overview: How it works? First, [...]
I am working as the opencart programmer for 6 months and found out that opencart as the best open source for the e-commerce site.Yet some of the things to be taken into consideration which obviously increases the speed of the opencart sites. We all know that indexing the table increases the performance of the database [...]
How to easily rewrite URL rewriting in the Opencart Follow the below steps : In your server Rename your htaccess.txt to .htaccess. Login in the admin area. Go to Admin->Configuration->Settings->Server and check SEO URL option Yes. Go to Admin >> Design >> SEO URL. Then you have to enter the SEO keyword field in every products/categories/information etc. Here [...]