In this tutorial we are going to show you how to create a new menu from a custom product type. Let assume that you have create a new product type called "services".

If you do not know what a product type, please visit this article to learn how to create your own custom type or simply use the existing one.

You can easily add custom menus everywhere in Joobi application's admin and frontend user/vendor area.

  • From the admin panel, navigate to jDesign > Menus
  • Locate "jmarket_main" to add your newly created type
  • Click "menus" button to see the list of menus
  • Click New button to add the new menu

menus jmarket

  • Enter below url under Link or Event to redirect the menu to the newly created controller

product&task=add&prodtypid=12

product - is a controller, if you have a custom controller you need to use it if you want to render it.

prodtypid - is the id of the type

  • Assign the parent to the order where you want the new menu to display
  • Click [Save] to save your changes
  • Lastly, you need to clear your website cache to see the result.

linkevent controller

Result

new custom menu

Friendly Reminder:

Joobi support does not guarantee any kind of support when you break your installed Joobi application due to the above customizations.