in ubercart/uc_store/uc_store.module : line 701 : function uc_store_address_fields_form() : the fields listed in this function appear to be hardcoded into the module file. If I want to add a field for 'county' must I manipulate the uc_store.module file with my own changes or is there someway I can hook or override it?

Comments

mizerydearia’s picture

TR’s picture

Priority: Critical » Normal

It's a standard Drupal Forms API form. Use hook_form_alter() to alter it, the way you would for any form.

rszrama’s picture

Status: Active » Closed (won't fix)

Closing this since we don't handle development support requests in the issue tracker. Please refer any follow-up to the development forum on Ubercart.org.