Showing posts with label Tricks. Show all posts
Showing posts with label Tricks. Show all posts

Thursday, August 27, 2015

Add google analytics code on Prestashop portal

Google Analytics(GA) is used to Gain clear insights into important metrics about your customers. This tutorial shows how to add Google Analytics tracking code in PrestaShop.
Steps to add Google Analytics to your portal :

Wednesday, August 26, 2015

Fixing the blank white screen BUG on PrestaShop

 Prestashop is a very useful e commerce software. One of the common errors while fresh installation or upgrade  is a white screen. This is very disturbing to as there is  no error message telling you what is wrong.
 Mostly it is due to program running out of allowed memory as Prestashop 1.6 is a  bit more memory intensive than previous versions. This article will show you how to update your server for memory_limit to fix the most common cause of the white screen error.

Changing your Backend password in Prestashop

For good security you should regularly change your admin password. This helps prevent old passwords being guessed over time. This article will show you how to change password  within the Prestashop admin  panel

Steps to change the password:

Wednesday, June 17, 2015

Rename admin Folder but why?

The admin folder holds the php scripts to  manage your shop. Every customization or configuration that you make on your shop relies on this folder. So obviously you don't want any person sitting on there computer typing www.yourdomain.com/admin and guessing your password. It's better to change the "admin" folder name to something more secret and personal.

Why is it required to delete Install folder after installation of PrestaShop?

The reason for deleting install folder is that it contains the PHP code that configured your store. So it might be very easy for anybody who knows it is there to rerun the install process with erroneous information and mess up your store.
Steps to remove Install Folder: