Blog - Page 27

Stay updated with the latest insights, trends, and best practices in digital marketing and web development.

Filter by Category

Blog Posts

Could not load model payment
Opencart
2 min read

Uncaught exception 'Exception' with message 'Error: Could not load model payment!' in vqmod\vqcache\vq2-system_engine_loader.php

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 [...]

Read more
Featured image for USD to bitcoin, bitcoin exchange rate - Php code
PHP development
1 min read

USD to bitcoin, bitcoin exchange rate - Php code

Convert USD to bitcoin or get the latest value of bitcoin. The easiest way to get the bitcoin exchange rate "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: [...]

Read more
automated testing opencart
Opencart
3 min read

Free Automated Testing and monitoring of Opencart functionalities and sites

We are showing how to do automated testing of opencart functionalities and keep on monitoring your sites and also freely available. Uptimerobot.com and ghostinspector.com are two websites that I am using right now which are great and free How to set up https://uptimerobot.com in OpenCart? Signup for an account at https://uptimerobot.com/signUp You get an activation email [...]

Read more
Featured image for Change email send to the administrator of the opencart store when they get an order
Opencart
19 min read

Change email send to the administrator of the opencart store when they get an order

This Opencart tutorial shows how to change and customize emails send out to the store administrator when they get the new order in the OpenCart store. Normally Opencart just sends an email with fewer details like below: You have received an order.Order ID: 1088Date Added: 11/02/2019Order Status: CompleteProducts1x …. $0.00Order TotalsSub-Total: $0.00Total: $0.00 Let's change [...]

Read more
Opencart SEO tips
Opencart
4 min read

How can we remove index.php?route= in OpenCart for contact, home and other

This simple Opencart OCMod file will remove the index.php?route= in Opencart and shorten the URL of OpenCart for contact us page, common home, checkout, cart, voucher, account, log in, manufacturer, affiliate login, password forget URL, and others. Once you download the above, you will get seo-url.ocmod_.zip extract it and rename it to seo-url.ocmod.zip, then go to [...]

Read more