Home / Tag Archives: combination

Tag Archives: combination

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 »