Create admin panel to insert product in umbraco backend
Hello friends.
I am going to create a static website in umbraco which is my second project in umbraco. I have some dynamic content in this website. So I have to create one admin panel to manage products. There are only around 20 products in website. So I want to create pages in umbraco backend as I do not want to create another admin panel to manage admin panel. If I create then client will have two admin panel. 1. Umbraco backend to manage static content. 2. Admin panel to manage dynamic products data.
can anyone guide me how to manage such a dynamic content with listing,insert,update and delete operation with SQL server in umbraco backend?
Will you be creating the products in the back-office? or will they come from an existing database/data-source?
If you are creating the product data yourself, then you could store them as content nodes - then you wouldn't have to worry about the reads/writes/admin.
I searched in google and I think I can manage that by creating custom section in umbraco. I found some article based on custom section. But why my umbracoApp table is empty as The umbracoApp table is where all of the Umbraco Applications (sections) are defined including the out of the box sections such as Content, Media, Users, Developer, Members and Translation.
Create admin panel to insert product in umbraco backend
Hello friends.
I am going to create a static website in umbraco which is my second project in umbraco. I have some dynamic content in this website. So I have to create one admin panel to manage products. There are only around 20 products in website. So I want to create pages in umbraco backend as I do not want to create another admin panel to manage admin panel. If I create then client will have two admin panel. 1. Umbraco backend to manage static content. 2. Admin panel to manage dynamic products data.
can anyone guide me how to manage such a dynamic content with listing,insert,update and delete operation with SQL server in umbraco backend?
Thanks
Imrankhan
Hi Imrankhan,
Will you be creating the products in the back-office? or will they come from an existing database/data-source?
If you are creating the product data yourself, then you could store them as content nodes - then you wouldn't have to worry about the reads/writes/admin.
... or take a look at the available e-commerce packages? Tea Commerce, uCommerce and uWebshop.
If you have an existing SQL Server database, take a look at DEWD (Data Editing)?
Cheers, Lee.
I searched in google and I think I can manage that by creating custom section in umbraco. I found some article based on custom section. But why my umbracoApp table is empty as The umbracoApp table is where all of the Umbraco Applications (sections) are defined including the out of the box sections such as Content, Media, Users, Developer, Members and Translation.
Imrankhan
Which version of Umbraco are you using? As for v4.8.0, the applications and trees are stored in as config files in the /config/ folder.
Yes. It is. Thank you.
Imrankhan
I am using DEWD v2.1 beta with Umbraco 7.2. Please provide me the solution for bind drop down list
is working on a reply...