How to configure PrestaShop to use HTTPS

How to configure PrestaShop to use HTTPS

If you already have an SSL certificate for your domain name, you can easily configure your PrestaShop application to open via HTTPS. To do this, log in the application’s admin panel -> Preferences -> General. Then change the value of the Enable SSL on all pages option to Yes and use … Continued
How to clear the cache in PrestaShop

How to clear the cache in PrestaShop

When making changes in PrestaShop they will often not appear right away due to old cached information. The solution is to clear the cache of the application. PrestaShop version 1.6.x and above caches data using Smarty. Cached data is stored … Continued
How to configure PrestaShop to work with another domain

How to configure PrestaShop to work with another domain

PrestaShop, like many other applications out there is domain name dependent. In case you wish to use your PrestaShop with a different domain name you should follow the instructions below: For PrestaShop 1.4.x or the older versions: Access phpMyAdmin in cPanel and … Continued
How to change the quality of the PrestaShop products’ images?

How to change the quality of the PrestaShop products’ images?

PrestaShop (starting from version 1.4.4.1) allows the application administrator to define the quality of the products’ images. The products’ images can be uploaded from your PrestaShop admin area -> Catalog. Pick a product and open the Images tab to browse and upload images. … Continued
How to reset the password in my PrestaShop?

How to reset the password in my PrestaShop?

Open your cPanel and go to phpMyAdmin. Select the database of your PrestaShop application. If you are not sure which database your PrestaShop is using you can check the config/settings.inc.php file and see the value of _DB_NAME_, which looks similar to the following: define(‘_DB_NAME_’, ‘your_db_name’); You … Continued
How to change the default currency in PrestaShop?

How to change the default currency in PrestaShop?

Please note that the default currency will be the one displayed for your website visitors when they access the store for the first time. In order to change the default currency in Presta Shop, log in to the administrative area. … Continued
How to add a new currency in PrestaShop?

How to add a new currency in PrestaShop?

Here are the steps you need to follow in order to add a new currency in PrestaShop. Login to the administrator backend. Go to Localization -> Currencies. Click Add New Currency. Fill in the fields and select the way you would like the currency … Continued