Sorry I just noticed I posted a thread in the wrong forum, and will request a mod to delete the other thread.
Well, is it possible to rename an already defined column via a new module?
For instance "SKU" is already defaulted set in the Create/Edit Product page.... but is it possible to give SKU the name "Product ID" or something else?
Basically something like this:
[b]$product->define_column('sku', 'SKU'); ---> $product->define_column('sku', 'Product ID');[/b]
[b]$product->define_column('description', 'Long Description'); ---> $product->define_column('description', 'Some Custom text');[/b]Please let me know if this is possible and how I should proceed.
Thanks!
Beats.

Help














