November 16, 2020 in E-Commerce, Php, Tips and Tricks
remove index.php route= opencart 3
Add these three Line After adding
November 16, 2020 in E-Commerce, Php, Tips and Tricks
Add these three Line After adding
November 9, 2020 in Php
Panchayat Raj Jobs Recruitment Notification 2020.Tamilnadu Rural Development & Panchayat Raj inviting applications for the positions of Office Assistant.Interested and Eligible candidates can apply for the positions. Last Date for Submission of Application is on November 30th, 2020. Post and Vacancies: Office Assistant – 23 Job Location – Chennai [TN] Educational Qualification: Applicants should pass 8th […]
October 28, 2020 in Php, Tips and Tricks
How to fix TWIG whitespace bug in Php 7.4 and Opencart 3.0.x If you recently upgraded to php 7.4 and are using Opencart 3.0.x.x, you may encounter some bugs. In the following description I will show you how to repair them. If you login to the admin page and Display errors option is Enabled, then on your screen […]
September 12, 2020 in MySql, Php, Tips and Tricks
After wasting a lot of time with character variables and mysql configurations, I fixed the problem with a simple solution that is base64_encode.Passing the input string through base64_encode and later using base64_decode to show them worked in this case. However the strings take up more space than earlier but this solution is really simple and worthy.I just posted this question […]
August 11, 2020 in Php, Technology, Tips and Tricks
Integrating Opencart with ShipRocket Following are the ways to integrate Opencart with ShipRocket. Before you proceed with these steps, make sure that you have installed the Shiprocket plugin on your Opencart account. Supported Version : 2.3.*,2.2.0.0,2.1.0.1, 2.1.0.2,2.0.0.0, 2.0.1.0, 2.0.1.1, 2.0.2.0, 2.0.3.1 (Link to Download Extension) Step I – Configuration at Opencart Extension Login to your […]
August 9, 2020 in Php, Tips and Tricks, Ubuntu
In case that you have Ubuntu in your machine, the following steps will help you: Check first in your php testing file if you have soap (client / server)or not by using phpinfo(); and check results in the browser. In case that you have it, it will seems like the following image ( If not […]