Hi, i am developing a plugin. In which i created a custom model. and want to display stats data on Product/Item detail page.
I extended the detail page. Now i need to add Css and Js file. How can i acheive this?
Hi, i am developing a plugin. In which i created a custom model. and want to display stats data on Product/Item detail page.
I extended the detail page. Now i need to add Css and Js file. How can i acheive this?
Search for addLessFiles and addJsFiles on Shopware 5 Plugin update guide
Thats how you do it in the standard plugin system, not the new one.