How To Edit / Disable "need Help Youtube" In Backend Vendor / Admin Panel

How to edit / disable "NEED HELP YOUTUBE" in backend vendor / admin panel

as.png

How to edit / disable "NEED HELP YOUTUBE" in backend vendor / admin panel

Uninstall the video tutorials addon

Uninstall the video tutorials addon

thanks. do you know how to remove the Currencies in admin VENDOR setting.

asg1.png

In the following file

app/schemas/permissions/vendor_multivendor.php

replace

'currencies' => array (
            'modes' => array(
                'update' => array(
                    'permissions' => array ('GET' => true, 'POST' => false),
                ),
                'manage' => array(
                    'permissions' => true,
                ),
            ),
            'permissions' => false,
        ),

with

'currencies' => array (
            'permissions' => false,
        ),

Then clear cache and check the result