KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: pooja on March 29, 2014, 02:14:23 am

Title: Database documentaion
Post by: pooja on March 29, 2014, 02:14:23 am
Hi,

I am a newbie to konakart. I am finding a bit difficult to understand the purpose of some of the tables.

Can you please let me know if there is any documentation regarding that or any description for all the tables so that it will be really helpful to understand the whole schema?

Thanks in advance.
Title: Re: Database documentaion
Post by: pooja on March 29, 2014, 02:47:03 am
Sorry for not including this in the previous post.

I also would want to know the purpose of sort order.
e.g. In categories table, there are many subcategories with sort order 0 and some of them are assigned a number which is not even in the sequence.

It might be a very basic question, but since I do not have any other help, I find this the best place to ask.

Thank you for being patient with me.
Title: Re: Database documentaion
Post by: ryan on March 29, 2014, 10:14:52 am
Sort order is for sorting the categories so that they display in the order you want them to display.

If you are new to KonaKart, I would concentrate on understanding the APIs following some of the examples in the java_api_examples directory and by looking at the storefront action classes.