RE: ecommerce - custom categories menu item in header

2020-11-17 Thread mike Butler
ecommerce - custom categories menu item in header Hi Mike, Take a look at ecommerce/template/catalog/SideDeepCategory.ftl there's a macro there that has everything you need. We adapted that to build our menus for us, the wrappers are attached to the context in the related groovy files. Hope that helps

Re: ecommerce - custom categories menu item in header

2020-11-16 Thread Jason RJ
Hi Mike, Take a look at ecommerce/template/catalog/SideDeepCategory.ftl there's a macro there that has everything you need. We adapted that to build our menus for us, the wrappers are attached to the context in the related groovy files. Hope that helps. Jason On 16/11/2020 11:34, mike

ecommerce - custom categories menu item in header

2020-11-16 Thread mike Butler
I am customising the main decorator for ecommerce and have a Header.ftl which includes dropdown menus and I am working on a dropdown menu for categories. What I have tried so far: For the categories menu I have included ProductCategories.groovy as an action in the main-decorator (as used in