coquerel
03/25/2023, 4:52 PMHi guys ! I managed to make a lot of changes, thanks to you, but I'm far from getting the result I'd like. For example, I managed to create two new elements thanks to this code in the spree.rb file: config.menu_items << config.class::MenuItem.new(
[:event],
'calendar',
url: '/admin/events',
position: 0
) However, they are both created in home/products/categories, and therefore inherit the ecommerce settings, which I don't want. I would like it to be really two modules apart from ecommerce, keeping the same topbar, with the 3 elements visible and clickable exaetera. Same on the homepage, I don't want to be able to see the articles, because it's not in the ecommerce element. Do you have any ideas to help me fix this please? :heart: