trustpilot / plugin-magento2

Magento 2 plugin for sending invitation data to Trustpilot
MIT License
10 stars 27 forks source link

No easy way to configure widget for each page (for example footer section) #93

Open bartoszkubicki opened 2 years ago

bartoszkubicki commented 2 years ago

Using version trustpilot "2.6.566" there is no easy way to configure Trustbox for each page - for example to place review block inside footer. However Trustbox is available on each page layout (https://github.com/trustpilot/plugin-magento2/blob/503d04eafbe9ef51cb0291ad623db850386fb9f9/view/frontend/layout/default.xml#L9) and it's limited by condition in https://github.com/trustpilot/plugin-magento2/blob/503d04eafbe9ef51cb0291ad623db850386fb9f9/Block/Trustbox.php#L68 Shouldn't be configuration more granular and allow to place widget on every page? It is much easier to use custom url in configuration to place additional widget on homepage than doing the same for every page.