Search found 3 matches
- Wed Aug 19, 2009 11:24 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Custom Category Fields
- Replies: 4
- Views: 2139
Re: Custom Category Fields
ah, it seems i was setting the custom field in the if (!Page.IsPostBack) ... section so I was always getting null. thanks for the help!
- Fri Aug 14, 2009 8:49 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Custom Category Fields
- Replies: 4
- Views: 2139
Re: Custom Category Fields
I set it up using the custom fields table as you mentioned and it seems to work, the only issue is that when I click "Save" t wont update a FieldName to FK-TableName relationship, it inserts it again. This results in a record for every save and can lead to problems in the future. Am I doing somethin...
- Wed Aug 12, 2009 11:36 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Custom Category Fields
- Replies: 4
- Views: 2139
Custom Category Fields
Hi, I would like to know if it is possible to add in some custom fields for the categories. Much like the User object has UserSettings that can be set, I would like to have CategorySettings. I'm not sure if it is already possible or if I have to add a database table and extend classes. If I do have ...