• Resolved gabryah69

    (@gabryah69)


    Hello everyone, I wanted to know if there is a way to put another order on the desktop of the seller for example I want to see this order:
    dasboard
    products
    auctions
    orders
    subscriptions
    reports
    analytics
    notices
    tools
    help
    settings

    I have tried a way that a colleague shared but we have the auction module does not come out that has no title and also lets us enter the auction page any help thanks greetings.

    i put this code in fuctions.php
    
    
    
    add_filter( 'dokan_get_dashboard_nav', function($urls) {
    
    ? ? $urls['dashboard']['pos'] = 10;
    
    ? ? $urls['products']['pos'] = 15;
    
    ? ? $urls['auction']['pos'] = 20;
    
    ? ? $urls['pedidos']['pos'] = 25;
    
    ? ? $urls['subscription']['pos'] = 30;
    
    ? ? $urls['reports']['pos'] = 35;
    
    ? ? $urls['analytics']['pos'] = 40;
    
    ? ? $urls['announcement']['pos'] = 45;
    
    ? ? $urls['tools']['pos'] = 50;
    
    ? ? return $urls;
    
    } , 500);

    and the problem we have is we see 3 tags say no title its auctions, analytics and tools i dont know why

    • This topic was modified 1 year, 8 months ago by gabryah69.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change order tags in dasboard sellers’ is closed to new replies.