c'est bon j'ai trouvé c'est super facile en faite
pour ceux que cela intéresse :
il suffit de modifier le fichier :
administrator/components/com_virtuemart/views/product/tmpl/default.php
ligne : 82 après <th><?php echo $this->sort('product_sku') ?></th>
ajouter <th><?php echo $this->sort('product_weight') ?></th>
et ligne : 160 après <!-- Product SKU -->
<td><?php echo $product->product_sku; ?></td>
ajouter <!-- Product WEIGHT -->
<td><?php echo $product->product_weight; ?></td>
c'est tout je comprend pas pourquoi c'est pas comme ça par default??
Par contre si quelqu'un à une idée pour la surcharge car je n'y arrive pas ?!