PHP and MySQL is a popular pair for web development, but sometimes we need to change the default collation to display the right language and faster for MySQL, in this case, let's check some of simple tips to do that. (more…)...
Magento, the open-source PHP-based ecommerce platform, is one of the most popular content management systems (CMS) for online shops worldwide. (more…)...
This tutorial will show you how to get Base secure URL without index.php in PHP code. It 's just a simple methods but many programmers will need. (more…)...
This guide is intended as a resource to help you increase magento conversion rates, and ultimately improve your online store’s overall shopping experience. (more…)...
Another our security tutorial for magento, we want to focus to magento extensions what help us saving a lot of time to take care the magento security automatically. (more…)...
Build a magento website is not easy but maintain a magento website 's much more difficult with the security requirements. For e-commerce project, the security must be a top priority. (more…)...
If you want to add a barcode in your Invoice or shipment PDF in Magento, this blog will help you to do that. It’s very easy to implement. If you have some Magento developing skill, you can do it easily. I tested with different Magento versions and it’s working fine. (more…)...
Last time when I install magento and run it normally until a day I see the error: "The connection was reset". It show the blank page like this
If you meet this problem then let 's do these steps to fix
Restart your web server
Clear all cache in /var/cache
Make sure you delete folder /var/cache/session
Now clear browser cache and cookie and then load magento again.
I did these steps and it work fine. Hope it save your time!...
Alright let’s learn how to add some categories. Categories are what holds your products that are being sold on your website. The following section will cover how to add and manage a variety of categories. (more…)...
Any webmaster will understand very much about how important to show featured product on homepage for their shopping website. In this tutorial I will show you how to Set up featured products in Homepage for Magento. (more…)...
In order to enable/disable the Demo Store Notice in Magento, you need to log into the Magento administration area and navigate to the System tab > Configuration (more…)
Magento is a perfect ecommerce platform solution for big shop online site, so that it must handle a site what have a lot of products. Let 's say we have 2000 products in a magento site and now we want to re-index magento to make it work faster when it access database. (more…)...
Recently we got project about magento what require to lock all of guest access. The site only accept user logged and all of pages in magento is private for users only. That mean we have to the member only magento site. (more…)...
First of all, the print function is required for all of ecommerce platform and magento already supported it. But Magento only support print invoice or shipment, what we need to do is printing a order. In many situations our customer will need to know the detail of order before they pay. (more…)...