• Welcome to KonaKart Community Forum. Please login or sign up.
 

Want to Add Field in database.

Started by jbkapadia, February 15, 2008, 11:32:49 am

Previous topic - Next topic

jbkapadia

Hi!
  I want to add field in Konakart database. Can you please explain what changes in code is required to do so.
thanks.

trevor

Hello,

Most of the important tables already contain a number of custom fields that you can use. This is the suggested route for adding custom data / functionality.

-Trevor

jbkapadia

Ya i know there is custom fields available but we need more fields so can you please guide us to add fields.

heidi

Hi,

You can add columns to the database if you like but you will be responsible for maintaining them.  KonaKart cannot look after them.

Can you explain what you're trying to do?

Heidi

jbkapadia

Say for example i want to add product_longname field in Products table and i want to access it via konakart API then in which file changes are required. Mean get and set method and if any other..

julie

If you add your own fields they cannot be maintained via the KonaKart API or Admin App. That is why we've added custom fields.