Problem with quantity discount on list of products in PrestaShop 1.7

Module to display list of quantity discounts on list of products uses:
  1. default prestashop position named "displayProductListReviews" 
  2. custom position very often used in popular templates named "displayProductDeliveryTime".
Module to dispaly list of quantity discounts on product page uses:
  1. default prestasho position named "displayProductAdditionalInfo"

What to do if module does not appear on list of products?
  1. Please go to design > modules
  2. click on "transplant a module" button
  3. from first dropdown select "products list quantity discount"
  4. from second use "displayProductListReviews" or "dispalyProductDeliveryTime" (you can try both)
  5. save changes

What to do if module does not appear on product page?
  1. Please go to design > modules
  2. click on "transplant a module" button
  3. from first dropdown select "products list quantity discount"
  4. from second use "displayProductAdditionalInfo"
  5. save changes


If even after this module does not show the quantity discounts on list of products or product page this means that your theme does not fully support prestashop 1.7 with its all available features, or theme has some features to manage the design of list of products.

theme control panel
Sometimes themes have a control panel (in shop back office) where you can configure the way of how product miniatures appear (for exmaple feature named "page builder", "ap page builder" etc.). Usually there are options to enable visibility of defined hooks. Your theme has this kind of control panel?

product.tpl theme file
If your theme does not have any kind of control panel where you can manage the design of list of products - In this case it will be necessary to put back support of these default postions. By default file that is responsible for products on list of products is file: /themes/your-theme/templates/catalog/_partials/miniatures/product.tpl

by default there is a code:
        {block name='product_reviews'}
          {hook h='displayProductListReviews' product=$product}
        {/block}
you can see it here - your theme file must have the same code.


If you are not familiar with these things i offer my full support - but it will require to grant me an access to shop back office.


best regards,
milos


Share on Google Plus

About VEKIA

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment