Assume your customer satisfaction rating on a business review site has dropped. When you examine the most recent comments, you’ll notice that your customers are complaining about late deliveries and damaged merchandise in transit. So you decide to execute a…
Category: General
Countries States Cities Database
Full Database of city state country available in SQL format. All Countries, States & Cities are Covered & Populated with Different Combinations & Versions. You can copy this sql queries and use it in your project Countries States Cities
Login customer via Webservice – Prestashop
I wrote an article a few days ago, in which using the webservice of Prestashop , how to use JSON in post method and put method. Prestashop Webservice In Post/Put JSON Data In the body Now in this article, I…
Best Way To Use SharedPreferences In Flutter
In Flutter’s mobile application, if we have to store some value permanently in the mobile device itself, while the user does not clear the data of the application, then our first choice is to use shared_preferences . We know that…
HTML to PDF in Javascript using jsPDF
If you are looking for something that can create server side PDF easily then you are at right place. HTML to PDF in JavaScript’s jsPDF is easier than server-side implementation for PDF creation. PDF creation is one of the most…
PrestaShop error Invalid email/password combination
If you are also facing this problem while registering the user then you are at right place. Because in this article this problem is going to be solve This problem can be fixed by commenting condition check in file location.…
Flutter Create PDF Table
Hello Guys’ in this tutorial, I will teach you how to create a dynamically table in flutter pdf. I will use a plugin for this. Many times it happens that some records created pdf have to be displayed in tabular…