We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.
Another Opencart module for free by webocreation.com which shows youtube video and autoplay it, download this extension upload and take the youtube video id and show it in module placed and autoplay it. Download, extract and Upload the files and folder inside the upload/ folder to your respective admin/ and catalog/ folder. If you have […]
Our webocreation.com is still in opencart v2.3 and today we are upgrading to opencart version 3.0.3.1 live. So that it will be pressure for us to complete it. We are able to upgrade in 1hrs and fix problems to go through the normal ordering. Previously we were using Journal version 2 and now we are […]
Notice: Constant DATE_RFC7231 already defined in includes/bootstrap.inc on line 258 Drupal 7: Open /includes/bootstrap.inc Go to line number 258 Comment out the following line//define(‘DATE_RFC7231’, ‘D, d M Y H:i:s \G\M\T’); Then add following lineif (!defined(‘DATE_RFC7231’)) {define(‘DATE_RFC7231’, ‘D, d M Y H:i:s \G\M\T’);} Save and you are good to go 🙂
Failed to load the MailChimp PHP library. Please refer to the installation requirements.The MailChimp PHP library is missing the required GuzzleHttp library. Please check the installation notes in README.txt. Solution: To remove this issue please choose the correct version of the MailChimp module with corresponding to the Drupal version. Download the library and paste it […]
In Opencart tips and tricks, we are showing how to add default or custom OpenCart modules in Journal 3 OpenCart theme. Go to Journal >> Layouts >> then edit where you want to show the OpenCart custom or default theme. Then hover over to the row that you want to show the image and click […]
The SSL certificate is needed to encrypt all communication between the browser and the server, which ensures that all communication and data goes through a secure (HTTPS) connection. Is the SSL certificate required on Opencart? SSL certificate is required on OpenCart as it shows reliability and security to customer/visitors and gain your clients’ trust and […]
We worked in Marketo JavaScript Marketo API where we have to export all forms and their fields from our Marketo database. With custom API extraction, we are able to export all Forms and their Fields from our Marketo database which we tested through the API which is shown in the attached images. Login into marketo.com […]
Another free Opencart module to display all products on a custom page, we show you how to install steps and have provided all code definitions. Steps to install “All Products Show in One Page” opencart 2.3 module free:For OpenCart Version 3.0.*.* visit here Download the module Download Show all product module in one page opencart […]
What is the best salesforce tool to prevent overbooking? Answer: Validation
We publishing another free Opencart eCommerce module “Advance Featured Module with product slider”. Some of the features of this free module are: Show custom title Aditional image flip flop Hover over show add to cart, wishlist, and compare button Sliding products Can manage to slide of products from the admin Show as many advances featured […]
How I fix “Node.js Setup Wizard ended prematurely”? I am not able to install Nodejs. I was doing it with Setup Wizard downloaded for windows from nodejs.com and at the end of installation I get the message “Node.js Setup Wizard ended prematurely”. Node.js setup wizard ended prematurely because of an error. Your system has not […]
This is opencart tips and tricks to check if Customer or Admin is logged in the front page of Opencart 2.3 and Opencart version 3. You can force login to customer. To check admin you should log in the same browser. Force login for customer Open catalog/controller/common/header.php Find the index method: public function index() { […]
Describe the relationship between sObjects and Salesforce records. A. The name of a sObject field in Apex is the label of the field in Salesforce. B. A custom object’s API name and label are the same. C. Every record in Salesforce is natively represented as a sObject in Apex. Answer: C You can obtain an […]
Uncaught exception ‘Exception’ with message ‘Error: Could not load model payment!’ in vqmod\vqcache\vq2-system_engine_loader.php or ‘Error: Could not load controller payment!’ or shipping or module then you have old folder existing in your folder so delete the old folder file which is at \catalog\model\payment or \catalog\model\shipping or \catalog\model\module. Once you delete that folder then hope it removes the opencart fatal […]
Convert USD to bitcoin or get the latest value of bitcoin. The easiest way to get the bitcoin exchange rate <?php $amount=100; $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => “https://blockchain.info/tobtc?currency=USD&value=” . $amount, CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => “”, CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => “GET”, CURLOPT_HTTPHEADER => array( “cache-control: no-cache”, “postman-token: […]