Author Topic: Customer specified attributes  (Read 1375 times)

123techno

  • Newbie
  • *
  • Posts: 2
    • View Profile
Customer specified attributes
« on: February 10, 2009, 10:22:04 PM »
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?

kate

  • Administrator
  • Sr. Member
  • *****
  • Posts: 227
    • View Profile
    • KonaKart Website
Re: Customer specified attributes
« Reply #1 on: February 11, 2009, 01: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 

123techno

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Customer specified attributes
« Reply #2 on: February 11, 2009, 08:44:26 PM »
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?

kate

  • Administrator
  • Sr. Member
  • *****
  • Posts: 227
    • View Profile
    • KonaKart Website
Re: Customer specified attributes
« Reply #3 on: February 12, 2009, 12: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