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 […]
Author: huntbee
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.
Google Analytics Data Consent Settings for OpenCart and Journal3 template users
This article is for OpenCart and Journal3 Users who use Journal3’s cookie notification feature. You need to use the following script in your Google Analytics Field. (Making ID changes as required) <script> // Define dataLayer and the gtag function. window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} // Set default consent to ‘denied’ as a placeholder […]
Charting the Path Forward: Innovations & Updates for 2024
Dear Valued Huntbee Customers, As we step into 2024, we extend our heartfelt gratitude for your continuous support and trust in Huntbee’s OpenCart extensions. Your patronage fuels our dedication to delivering cutting-edge solutions, and we’re excited to share our focus for the year ahead. Paving the Way for Innovation: In the ever-evolving landscape of technology, […]
Huntbee Receives Best eCommerce Management ICT Solutions Business 2023 Award by APAC Insider
Dear Readers, We’re delighted to share some exciting news with you! Huntbee, a renowned name in the realm of eCommerce solutions, has proudly received the esteemed title of Best eCommerce Management ICT Solutions Business 2023 by APAC Insider. This award is a testament to our relentless commitment to providing unparalleled eCommerce solutions that cater to […]
Empower Your OpenCart Store: 15 Must-Have Extensions of 2023
In the dynamic landscape of e-commerce, staying ahead is the key to success. In 2023, the realm of OpenCart is thriving with a set of 15 exceptional extensions that redefine the way online businesses operate and thrive. Let’s dive into these game-changers that are reshaping the e-commerce sphere. 1. Klaviyo for Opencart – Email Marketing […]
Optimizing Email Deliverability in OpenCart: Unleashing the Power of SMTP
OpenCart, a popular e-commerce platform, empowers thousands of online businesses to engage with their customers effectively. One crucial aspect of this communication is email correspondence. While basic or simple emails might work seamlessly, many OpenCart users encounter challenges with delivering HTML emails successfully. In this article, we will explore the common email deliverability issues faced […]
HuntBee’s Premium Services: The Complete Solution for Your OpenCart Store
Welcome to our Premium Services category, where excellence meets expertise. We offer a range of top-tier solutions tailored to elevate your OpenCart experience and maximize the potential of your online store. With a focus on innovation, security, and performance, our premium services are designed to cater to the unique needs of your e-commerce business. Services […]
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. […]
Fixing html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated
The error message “Passing null to parameter #1 ($string) of type string is deprecated” is caused by passing a null value to the html_entity_decode() function where a string value is expected. To fix this error, you need to make sure that the value you pass to the html_entity_decode() function is not null. You can do […]