- default prestashop position named "displayProductListReviews"
- custom position very often used in popular templates named "displayProductDeliveryTime".
- default prestasho position named "displayProductAdditionalInfo"
What to do if module does not appear on list of products?
- Please go to design > modules
- click on "transplant a module" button
- from first dropdown select "products list quantity discount"
- from second use "displayProductListReviews" or "dispalyProductDeliveryTime" (you can try both)
- save changes
What to do if module does not appear on product page?
- Please go to design > modules
- click on "transplant a module" button
- from first dropdown select "products list quantity discount"
- from second use "displayProductAdditionalInfo"
- 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
0 comments:
Post a Comment