vuestorefront / vue-storefront

Alokai is a Frontend as a Service solution that simplifies composable commerce. It connects all the technologies needed to build and deploy fast & scalable ecommerce frontends. It guides merchants to deliver exceptional customer experiences quickly and easily.
https://www.alokai.com
MIT License
10.6k stars 2.08k forks source link

Mobile View - Subcategories Accordeon #6317

Closed sync-by-unito[bot] closed 1 year ago

sync-by-unito[bot] commented 3 years ago

AS a customer I WANT to be able to select a subcategory for currently selected category on Category page SO THAT I can see products that are not displayed in parent category

Currently, on mobile view, we only support parent level of categories, e.g. women, men - there is no UI enabling customers to select child categories, e.g. jackets, thus decreasing the number of products presented to the customer.

GuillaumeDgr commented 1 year ago

Hi, any udpate on this pls ? Many thks

filrak commented 1 year ago

Hey! We don't plan to add this to the default theme but you can easily build such feature on your own.

Just add <SfSidebar> with the same content that the side menu on desktop has.

something like

<SfSidebar>
  <CategoryMenu />
</SfSidebar>