For a brief information, transactional email is an email that is sent to an individual recipient following a commercial transaction or specific action performed by that person. And now you...

For a brief information, transactional email is an email that is sent to an individual recipient following a commercial transaction or specific action performed by that person. And now you...
phpPgAdmin is a database administration tool dedicated for PostgreSQL, much like phpmyadmin for mySQL. It’s a great tool which will help you manage your database without installing other client app...
Woocommerce allows customers to update their profile information but updating their user profile photo is not included. This post will add that feature to your woocommerce website!Just add these code...
Good UX for website form is one of the key factor to increase the conversion rate of the website. One of it is by making your form minimal or making...
There's a lot of ways to create a virtual page in wordpress. And this one would be the simplest method to achieve it.Just add this in functions.php from the theme...
Magento is one of popular the platform for ecommerce, packed with features that the sellers need. But even with all of its features to offer, some clients can always come...
This issue often to happen when you add a product programmatically. Probably the third party api source where the product are coming, have an empty price.To fix it, you just...
Laravel's FormRequest validation was very ideal on building a restAPI, as you can customize how or what you wanted it to response.Here's how you can customize the response of it.Here...