Recent Posts

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

add Prestashop share buttons and social icons

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 »

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

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 »