Hi Everyone,
What would be the easiest and recommended way to add a new link to vendor panel under Products menu ? We want to add a create product button to redirect our vendors directly to create new product page ?
Thank you in advance!
Hi Everyone,
What would be the easiest and recommended way to add a new link to vendor panel under Products menu ? We want to add a create product button to redirect our vendors directly to create new product page ?
Thank you in advance!
Hello,
I don't think it's possible to do this without at least a bit of programming knowledge.
The easiest way will be just adding a schemas file into the my_changes add-on (this is an add-on available in all versions of Multi-Vendor) which will create a new menu element.
An add-on vendor_communication implements such element - you can use it as an example.
Best regards,
Robert
Hi Everyone,
What would be the easiest and recommended way to add a new link to vendor panel under Products menu ? We want to add a create product button to redirect our vendors directly to create new product page ?
Thank you in advance!
You should extend the following schema
app/addons/vendor_panel_configurator/schemas/menu/menu_vendor.php
Thank you!
This worked!
You should extend the following schema
app/addons/vendor_panel_configurator/schemas/menu/menu_vendor.php
You are welcome!