Hello,
can someone explain how to edit the schema for vendor?
the Buy together addon works, only the create Button not show.
Here the code admin.post for buy togheter
thanks for help
$schema['buy_together'] = array (
'permissions' => array ('GET' => 'view_catalog', 'POST' => 'manage_catalog'),
'modes' => array (
'delete' => array (
'permissions' => 'manage_catalog'
)
),
);
$schema['tools']['modes']['update_status']['param_permissions']['table_names']['buy_together'] = 'manage_catalog';