Hello,
I would like to add CCK fields to uc_product_table. For this, I created a module and the _table_alter hook function.
However, the catalog can be displayed on multiple pages: how to synchronize the "data" array and the data actually displayed ? We should be able to retrieve data before posting, knowing the number of items per page ...
And similarly, how new field can be sorted ?
thanks in advance !


