Jump to content

Edit History

gray

gray


add links

Anyone have a list of modules that uses the new WidgetInterface (implemented from PS v1.7)

Quote

https://devdocs.prestashop.com/1.7/modules/concepts/widgets/

Limitation of hooks

In their basic use, a display hook will be shown at a specific place in the template. If a module wants to display the same additional content on several places, whatever the merchant chose, it still has to register and implement all the possible hooks.

With widgets, module developers can display content everywhere the module is asked to do so.

Seems like the way to go.

But I cannot find any modules that use this method. Except

Quote

https://www.sunnytoo.com/forums/topic/change-vcc-to-elementor

Yes, the products slider modules implement the renderWidget method.

Any advice please.

gray

gray

Anyone have a list of modules that uses the new WidgetInterface (implemented from PS v1.7)

Quote

https://devdocs.prestashop.com/1.7/modules/concepts/widgets/

Limitation of hooks

In their basic use, a display hook will be shown at a specific place in the template. If a module wants to display the same additional content on several places, whatever the merchant chose, it still has to register and implement all the possible hooks.

With widgets, module developers can display content everywhere the module is asked to do so.

Seems like the way to go.

But I cannot find any modules that use this method.

Any advice please.

×
×
  • Create New...