chrisp Posted March 21, 2014 Report Posted March 21, 2014 Hello, I was trying to add custom fields to affiliates, like a category select list. So I added an additional attribute named 'categoryid' to the affiliates database table. Showing the select list and filling it with data works however saving it does not. Can anybody advise how to make it save the value of the custom field? Cheers Quote
andrewatfornax Posted April 24, 2014 Report Posted April 24, 2014 Yeah, you'll have to trace the code execution with e.g. xdebug, so that you can see where the page submission goes, and add in your support for processing the input to the code. (And then manually manage that change with every upgrade.) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.