Bagisto: menus not showing in shopfront

Created on 1 Aug 2019  路  2Comments  路  Source: bagisto/bagisto

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

Help Wanted

Most helpful comment

Hi @farshadff

Follow this link for solution - https://forums.bagisto.com/topic/226/how-to-create-menu-for-customers

All 2 comments

Hi @farshadff

Follow this link for solution - https://forums.bagisto.com/topic/226/how-to-create-menu-for-customers

Issue resolved

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ludioao picture ludioao  路  6Comments

nguyenthanhtuanIT picture nguyenthanhtuanIT  路  4Comments

farshadff picture farshadff  路  6Comments

mhd-yasser-haddad picture mhd-yasser-haddad  路  4Comments

vaishaliwebkul picture vaishaliwebkul  路  3Comments