KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: Mr.Happy on February 10, 2017, 04:02:17 am

Title: I ran out until custom10 of the orders table, but can we add more?
Post by: Mr.Happy on February 10, 2017, 04:02:17 am
Hi Team,

I ran out until custom10 of the orders table, but can we add more?
If Konakart can not do it please tell me if there is other way.

Thank you.
Title: Re: I ran out until custom10 of the orders table, but can we add more?
Post by: Brian on February 10, 2017, 04:58:23 am
Have you considered using custom attributes where you can have an unlimited number of custom attributes?

Alternatively, can you save your attributes in some kind of data structure (in JSON format perhaps?) to combine more than one of your business quantities in one custom column?
Title: Re: I ran out until custom10 of the orders table, but can we add more?
Post by: Mr.Happy on February 10, 2017, 05:12:23 am
Brian thanks for your reply,

An unlimited number of custom attributes!?
I didn't know that attributes.

Is that about this?
Quotehttps://www.konakart.com/docs/ProductInformation.html
Unlimited number of custom product attributes. Each attribute may include metadata for validation and widget selection during data entry using the Admin App.


Is there an unlimited custom attribute for custom order attributes too?

Regard.
Title: Re: I ran out until custom10 of the orders table, but can we add more?
Post by: Brian on February 10, 2017, 05:53:39 am
No, you're right, those custom attributes are only for products but you can use a similar technique to combine your attributes and save them in one custom attribute on the order.
Title: Re: I ran out until custom10 of the orders table, but can we add more?
Post by: Mr.Happy on February 10, 2017, 06:36:58 am
I see.
I will think about it.

Thanks.
Title: Re: I ran out until custom10 of the orders table, but can we add more?
Post by: lkale on March 28, 2017, 07:53:10 pm
Our Approach to utilizing custom columns of the tables is to use json objects, i.e. combine multiple custom columns data into 1 column, lest we run out of custom columns.