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?
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
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?
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