Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Imrankhan Pathan 14 posts 33 karma points
    Aug 30, 2012 @ 08:57
    Imrankhan Pathan
    0

    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

  • Lee Kelleher 4026 posts 15836 karma points MVP 13x admin c-trib
    Aug 30, 2012 @ 11:13
    Lee Kelleher
    0

    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 CommerceuCommerce and uWebshop.

    If you have an existing SQL Server database, take a look at DEWD (Data Editing)?

    Cheers, Lee.

  • Imrankhan Pathan 14 posts 33 karma points
    Aug 30, 2012 @ 12:09
    Imrankhan Pathan
    0

    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

  • Lee Kelleher 4026 posts 15836 karma points MVP 13x admin c-trib
    Aug 30, 2012 @ 12:14
    Lee Kelleher
    0

    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.

  • Imrankhan Pathan 14 posts 33 karma points
    Aug 30, 2012 @ 12:40
    Imrankhan Pathan
    0

    Yes. It is. Thank you.

    Imrankhan

  • Sudipta Nandi 8 posts 27 karma points
    Feb 11, 2015 @ 19:42
    Sudipta Nandi
    0

    I am using DEWD v2.1 beta with Umbraco 7.2. Please provide me the solution for bind drop down list

Please Sign in or register to post replies

Write your reply to:

Draft