i wonder to know how can i add menu in shopfront because i see some menu in menu.php in shop package like below :
<?php
return [
[
'key' => 'account',
'name' => 'shop::app.layouts.my-account',
'route' =>'customer.profile.index',
'sort' => 1
], [
'key' => 'account.profile',
'name' => 'shop::app.layouts.profile',
'route' =>'customer.profile.index',
'sort' => 1
], [
'key' => 'account.address',
'name' => 'shop::app.layouts.address',
'route' =>'customer.address.index',
'sort' => 2
], [
'key' => 'account.reviews',
'name' => 'shop::app.layouts.reviews',
'route' =>'customer.reviews.index',
'sort' => 3
], [
'key' => 'account.wishlist',
'name' => 'shop::app.layouts.wishlist',
'route' =>'customer.wishlist.index',
'sort' => 4
], [
'key' => 'account.orders',
'name' => 'shop::app.layouts.orders',
'route' =>'customer.orders.index',
'sort' => 5
]
];
?>
but no menu is showing in shop front now i want to know should i do something to show this menu is my shopfront or its a bug that they are not showing up and if there is any way to add a menu in shopfront
Hi @farshadff
Follow this link for solution - https://forums.bagisto.com/topic/226/how-to-create-menu-for-customers
Issue resolved
Most helpful comment
Hi @farshadff
Follow this link for solution - https://forums.bagisto.com/topic/226/how-to-create-menu-for-customers