Home / Tutorials / PrestaShop 1.7 Tutorials

PrestaShop 1.7 Tutorials

All latest tutorials for PrestaShop 1.7 version for Prestashop Templates & PrestaShop Modules

The danger of iframe clickjacking and how to deal with it

Clickjacking It involves tricking a user into clicking something different from what they think it is. Let’s create a straightforward example with it. index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>A malicious website</title> <link rel="stylesheet" href="style.css"> </head> <body> <button>Just a button</button> <iframe id="banking-site-iframe" src="https://your-bank.com"></iframe> </body> </html> Above, we have …

Read More »

Category Description error in Editor error in Prestashop 1.7.8.x

Hi When you update Prestashop from 1.7.7.x to 1.7.8.x Category description error or empty in other language. You will see error in category page category.bundle.js:87 Uncaught TypeError: Cannot read properties of null (reading ‘textContent’) my solution is copy file category.bundle.js and cms_page_form.bundle.js from 1.7.7.x to 1.7.8.x fixcategory descptionbug

Read More »

Advanced Search4 Module is not displaying results of filter with prestashop theme of leotheme

Hi Advanced Search4 Module is not displaying results of filter anymore. In category page you select any filter for layered navigation. You will see that result looks bad. Is not generating the page according to my setting from theme with 4 colons etc… Error like this image Please follow my …

Read More »
configure next previous products on product page

How to configure Next Previous Products on Product Page?

Configure Next Previous Products on the Product page! Leotheme’s developers have developed Leo Next Previous Products Module in order for Prestashop store owners to display Next/ Previous products on the product page. This blog will guide you on how to configure  Leo Next Previous Products Prestashop Module Read more: How …

Read More »
How to Add sitemap To google search console

How to add sitemap to Google search console? – Prestashop 1.7 tutorial

This blog will guide you some steps to add sitemap to Google search console in Prestashop 1.7. If you haven’t known how to create a sitemap in Prestashop 1.7, please go over our previous blog beforehand. Read more: How to create a sitemap in Prestashop 1.7? Now, let’s start Step …

Read More »
create sitemap prestashop 1.7

How to create a sitemap in Prestashop 1.7?

Create sitemap Prestashop 1.7! What is sitemap? A sitemap is an XML file used by search engines to improve the indexing of your website. It lists all the products and pages on your online store, so that when search engines find this file, they can index all the pages on your website more easily. In order to create a sitemap for your PrestaShop 1.7 store, you need to install and configure the Google Sitemap module. This is a tool that helps you build a map of your …

Read More »
add Prestashop share buttons and social icons

How to add social media icons & share buttons in Prestashop 1.7?

Nowadays, no one can deny the power of social media, not only for entertainment but also for shopping. If you have an online store, your potential customers are probably browsing the newsfeeds of Facebook, Instagram, Twitter, Pinterest; and looking for similar products to yours. Therefore, connecting them with those social …

Read More »

How to show price of other combinations on product page?

With prestashop 1.7 you can configuration to display the price of other combinations on the product page by following steps: Step 1: Open and edit the file /controllers/front/ProductController.php – You may see line of code similar to this: $combination_images = $this->product->getCombinationImages($this->context->language->id); $combination_prices_set = []; and add this code right after …

Read More »
create gift product in Prestashop admin

Prestashop 1.7 tutorial: How to create gift product in Prestashop admin?

This article will explain to use some steps to create gift product in Prestashop admin. Among various ways of making your customer happy, offering a coupon code or a gift product are highly recommended. By giving your customers a coupon code or a free gift smartly, you will be surprised …

Read More »