I've been trying to get this module to work and no matter what I've tried I can't seem to get this to show up in the "Add Field" selection box, full code is over here:
The gist follows, I have the following hooks implemented:
function uc_product_content_install() {
}
function uc_product_content_uninstall() {
}
function uc_product_content_enable() {
}
function uc_product_content_disable() {
}
function uc_product_content_field_info() {
}
function uc_product_content_field_settings($op, $field) {
}
function uc_product_content_field($op, &$node, $field, &$items, $teaser, $page) {
}
function uc_product_content_is_empty($item, $field) {
}
function uc_product_content_field_formatter_info() {
}
function uc_product_content_default_value(&$form, &$form_state, $field, $delta) {
}
function uc_product_content_widget(&$form, &$form_state, $field, $items, $delta = 0) {
}