What addon creates after installation?


Usually each module in PrestaShop must be configured before the usage. The same is with product list attributes (combinations) plugin. This is why module has inbuilt configuration page where you can manage settings of the module. This "configuration" page is available in shop back office under "modules > modules" section:

product list attributes

During installation process module:

  • assign it to all hooks that are required for it
    • PrestaShop 1.6.x
      • actionAdminControllerSetMedia
      • displayProductDeliveryTime
      • header
    • PrestaShop 1.7.x
      • actionAdminControllerSetMedia
      • displayProductDeliveryTime
      • displayProductListReviews
      • header

All of these positions are required for this addon. Please do not unassign it from these positions otherwise it will not work correctly. Also, when you unassign it from these required hooks - there is a risk that it will generate errors.

 

What module creates in shop's back office after installation?
Module does not create any additional configuration sections in shop's back office. It has only configuration page where you can manage this plugin settings.