Hello,
It looks as though the table_alter hook has been removed from the tapir functionality in the current D6 version of ubercart. Is there another method being introduced for changing the product listing table, or is this functionality yet to be implemented in a future release?
Specifically, I have no use for the 'list price' column and I simply want to remove it.
I played a bit with pasting the old tapir_invoke_all function and merging it into the header array using line:
$table['columns'] = array_merge(uc_product_table_header(), tapir_invoke_all('table_alter', 'product_table', 'fields', $arg));
...but it looks like maybe this needs a more involved solution.
thanks!
