Czy można wyświetlać cechy z tego modułu na karcie produktu ?
Is it possible to display features from this module on the product page?
Public support for Product features list. Ask about this module and get free public help.

Is it possible to display features from this module on the product page?
Started by
habakuk
, Oct 13 2024 05:40 PM
No replies to this topic
#3
Posted 12 June 2025 - 06:19 AM
Hello habakuk,
Yes, it is possible to display features from a module on the product page in PrestaShop! This can be achieved by customizing your theme or using a module that supports this functionality. Here’s a general guide to help you:
- Check Module Compatibility: Ensure the module you’re using (e.g., a product features or custom fields module) is designed to display data on the product page. Some popular modules like "Product Features" or "Advanced Product Options" allow this.
- Edit the Product Page Template:
- Go to your PrestaShop back office and navigate to Design > Theme & Logo > Advanced Settings.
- Locate the product.tpl file in your active theme folder (usually under themes/your_theme/templates/catalog/product.tpl).
- Add a hook or custom code to display the module’s features. For example, you can use {hook h='displayProductFeatures'} if the module supports it. Check the module documentation for the exact hook name.
- Use a Module with Built-in Display:
- If your module doesn’t support this out of the box, consider installing a module like "Feature Product" or "Custom Product Tabs" from the PrestaShop Addons marketplace. These often allow you to showcase features directly on the product page.
- Custom Development:
- If needed, you can hire a developer to create a custom solution. They can modify the module or theme to pull feature data (e.g., from the ps_feature and ps_feature_product tables) and display it on the product page.
For specific guidance, please share the module name or details about your setup. You can also test changes on a staging site to avoid affecting your live store.
Best regards,
Jannat Scott.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users