OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.37k stars 2.38k forks source link

is it possible to add catagories and sub-catagories and products in orchard cms ? #4556

Closed MuhammadTalha10 closed 4 years ago

MuhammadTalha10 commented 4 years ago

i am new to orchard core and i want to create a site on orchard cms that have shown multiple products linked with categories and sub categories and manage them through admin dashboard. i also want to know is it possible to change(edit some functionalities like creating any crud) cms backend in asp.net core ?

sebastienros commented 4 years ago

Yes. Create a Product content type. Then enable the TAxonomies module and create a new Taxonomy named Categories. In the Product type then add a Taxonomy Field named Categories, using the Categories taxonomy.