Category: PrestaShop Tutorials (page 12 of 14)

How to Setup Currencies in PrestaShop 1.7?

In PrestaShop 1.7, you can setup multiple currencies. To allow customers to shop in their local currency, you need to add multiple currency in PrestaShop 1.7. In order to add new currency go to: Back-office > Localization > Currencies tab and click the “Add new currency” button. Currency: Select the currency to add from the…

How to Display Menu Thumbnails in PrestaShop 1.7 Main Menu?

Default Classic template does not allow to display menu thumbnail image on front-office. To display menu thumbnails in the main menu you need to just follow the below steps. Go to: Theme root directory > modules > ps_mainmenu > ps_mainmenu.tpl Now, Copy the below code. {if $node.image_urls|count} {foreach from=$node.image_urls item=image_url} {/foreach} {/if} Then place it…

List of hooks on Product Page in PrestaShop 1.7

Hooks in PrestaShop is the most important component for inserting modules into your theme. PrestaShop 1.7 contains many changes, these changes affects each available visible part of the shop, also from technical point of view. In this new version PrestaShop 1.7.x has many new hooks, some of old hooks are not available anymore. In order…

How to Change Database Connection in PrestaShop 1.7?

While, you are moving to new domain you may need to change database setting. In this tutorial, I will guide you to change database setting in PrestaShop 1.7. Top Free PrestaShop 1.7.5 Themes for 2019 Follow the below steps to: Connect to FTP server or file manager and open the file: /app/config/parameters.php Find the parameters…

How to Enable Debug mode (Error Reporting) in PrestaShop 1.7?

Many times, you may face the untypical behavior on your website like blank screen, error 500. In such cases, in order to nail down the cause of the problem, you might need to enable debug mode (error reporting) for outputting debugging information such as warnings, errors etc. Top Free PrestaShop 1.7.5 Themes for 2019 Before…

How to Create and Restore PrestaShop Database Backup?

It’s good sense to take back up the data of your website regularly for long-term stability of the e-commerce store. So that you can restore the database in case of a crash or failure of your website. In this tutorial I will guide you, How to create and restore the database in PrestaShop. 3 Must…

How to Change Footer Copyright Notice in PrestaShop 1.7?

During the set-up of online store, many store owners facing problem with footer copyright message in PrestaShop 1.7. Default copyright message shown is “© 2018 – Ecommerce software by PrestaShop™” and it has a url to www.prestashop.com website. Top Free PrestaShop 1.7.5 Themes for 2019 In PrestaShop 1.7, we must edit template file that is…

How to Add Tax Rules in PrestaShop 1.7?

A tax rules and Taxes are different thing. If you want apply certain taxes to any of the product, based on the country, you need to use Tax Rules. You can use a tax rule to apply different taxes for the different countries (or states). You can use a single tax rule to apply different…

How to Enable SSL to PrestaShop?

In order to enhances a web site’s security and to make shopping experience more secure for your customers, you must obtain and install a certificate. Top Free PrestaShop 1.7.5 Themes for 2019 You can enable this certificate easily via the SSL support for PrestaShop through the website’s Back-Office > Shop parameters > General. You need…

How to Find your Database Name for PrestaShop 1.7?

If you have multiple websites on your account and in some cases many different PrestaShop stores. And if you don’t know that which database is connected to your PrestaShop store then follow the steps below. Top Free PrestaShop 1.7.5 Themes for 2019 Connect to FTP server or cPanel Navigate to the root directory of your…

Older posts Newer posts