Overview This tool is designed for OpenCart developers to streamline the process of organizing and packaging files and folders created during the development of extensions or modules. Instead of manually copying files and creating a ZIP archive each time, this tool automates the process, making it easier and faster to prepare your extension for testing […]
Projects
Stripe PRO is not working after OpenCart Upgrade
If you’ve recently upgraded your OpenCart to version 3.0.4.0 and PHP 8+, and your Stripe PRO module has stopped working, please get in touch with us for assistance in resolving the issue.
Display available Installments based on Price
Project Requirement Display a dropdown on the product page before the Add to Cart button with the list of installment options based on the product price. The client is using a payment gateway module named “Eurobank Payment Gateway“, where he adds the rules of the installment periods and interest rates based on the installment period. […]
Scssc not found error in OpenCart
If you are getting error like the one mentioned below when you attempted to clear cache, it is mostly because the storage folder location is not setup properly. Fatal error: Uncaught Error: Class ‘Scssc’ not found in /home/www/estore.mydomain.com/admin/controller/startup/sass.php:9 Stack trace: #0 /home/www/estore.mydomain.com/system/engine/action.php(79): ControllerStartupSass->index() Solution Edit the config.php and admin/config.php Update the storage directory location to the […]
OpenCart Quick Order Status Update from Order List
This is a customization work requested by a customer who is using the following two extensions. The customer wanted to update the orders from the order list itself. Order Status Email / SMS template designer Order Shipment / Courier tracking info This customization work adds an additional button on the page order list page as […]