Technical support This forum is closed.
Version 1.x > Technical support > Import Problem in KCMS Database View modes: 
User avatar
Member
Member
rahemeen - 5/14/2006 9:14:23 AM
   
Import Problem in KCMS Database
dear administrator i wrote one program in vb6 which reads products from excel sheet and imports into Kentico database and tried to trace all database tables where your products and menuitems are storing. and accordingly i imported and import works successfully at one click but just as you said menu is ok main category and sub category and in subcategory it is showing all products in the menu of cmsdesk but not showing product page and in cmsdesk also when u go to subcategory and click on a product it is not showing page to edit there also.

just see which tables i imported

1. CONTENT_MenuItem
2. CONTENT_Products
3. CMS_Tree

in these 3 tables i imported data as kentico table structure needs. but still iam unable to see the products listed on the page

so, plz guide me what precautions or where i should more import the data so that i see the products listed on the page.

plz reply soon

thanx in advance
very kind regards

User avatar
Member
Member
Martin_Kentico - 5/19/2006 3:15:42 PM
   
Re: Import Problem in KCMS Database
Hello,

To display products on a page you need to place the proper control that displays them to your page template file (the one you have set as a template in the parent category MenuItem), you need to edit the template .aspx file on your disk. You may also use the Products.aspx page from the sample web site for start (just set the category page template to the Products template).

You can find some more information about developing the page templates in the Kentico CMS Tutorial, Chapter 7 - Developing the page templates and Chapter 8 - Creating a web site from scratch


Best regards