KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: 123techno on February 11, 2009, 03:22:04 am

Title: Customer specified attributes
Post by: 123techno on February 11, 2009, 03:22:04 am
I want to create a product line that has fields/attributes that are customized by the end user. For example, T-shirts that show custom text. How could the shopper specify the text they would like to have on the t-shirt?
Title: Re: Customer specified attributes
Post by: kate on February 11, 2009, 06:05:24 am
Custom fields are available in most of the objects in KonaKart.  In this case you could add the text to a custom field on the product on the order...

Kate 
Title: Re: Customer specified attributes
Post by: 123techno on February 12, 2009, 01:44:26 am
Thanks Kate,

I guess I'll have to dig deeper. I did not see the custom fields appear on the order, but I did notice them on the admin side (at the bottom of the left-nav).

Could you direct me to a page in the manual (pdf doc that comes with download) that shows how to implement custom fields?
Title: Re: Customer specified attributes
Post by: kate on February 12, 2009, 05:54:05 am
Hello,

Look at the javadoc for the APIs...  they will show you the objects that can be passed in to various calls...  some of these objects will have custom fields.

-Kate