Category: PrestaShop Tutorials (page 12 of 14)

How to Change Position of Modules in PrestaShop 1.7?

In order to change the position of module, please read below steps. 1. Go to Back-office > Design > Positions: On the position page you will find the list of module in each hooks. 2. Now, Just drag and drop or use up and down arrows to change position within a hook. Changes will be…

How To Add New Employees and Setup Permissions in PrestaShop 1.7?

As the shop owner, to make management process easier, this is something that you have to do. You can create individual accounts to allow right kind of access to every employee. To add new employees and set up permissions, Follow the below guide: Go to: Back-office > Advanced Parameters > Team. This page will show…

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…

Older posts Newer posts