Category: Prestashop (page 18 of 22)

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…

How to Insert Custom Hooks in PrestaShop 1.7?

Do you know how to insert custom hooks in PrestaShop 1.7? Because it’s most important thing to add your own hooks while development of theme or module using PrestaShop 1.7. In this tutorial I will guide you to add your custom hooks. Follow the below steps, 1. Go to Theme directory / config / theme.yml…

How to set delivery information for every product ?

Every Customer wants to know delivery time information before they place orders. Most of customers don’t want to check product delivery information after placing the order. To resolve this we developed Shipping Time Estimator Prestashop module. Shipping Time Estimator Prestashop module help you to show estimated shipping days and estimated date information on product detail…

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 Integrate Google Customer Reviews in PrestaShop?

Google Customer Rating are among the first things shoppers see when they search your business or products. Having a high rating will boost your conversion rate and provide trust to future customers. All store owners on the program are given the opportunity to display Google Customer Reviews badge on their online store. 3 Must have…

How to Integrate Facebook Live Chat in PrestaShop?

One of the biggest waste in marketing is bounced traffic rate. Because in the end, the average e-commerce website converts 2–3% of the traffic into sales. Messenger Chat can dramatically increase this number. When a customer starts a chat session with the business, they’ll be presented with the same sort of Messenger interface they’re already…

How to Integrate WhatsApp Share on PrestaShop Store?

WhatsApp is the most popular mobile messaging app in the world. To stay relevant and ahead of the competition, smart publishers are turning to the WhatsApp share button, which makes the conversation seamless. That’s why it’s so important to include WhatsApp Share button to your website. WhatsApp Share module is used to instantly share product…

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 add Promotion Bar in PrestaShop Store?

While increasing conversion rates is a vital objective of all online store owners. To increasing and keep stable customer engagement, to derive traffic on valuable products, offer page, discount & deal pages are important for the store owner. It’s much important to add promotion bar on store for the announcements, promotions, offers etc. which empowers…

Older posts Newer posts