I want to add a new field in virtuemart new product form, how can i do that ?
I add:
var $is_act = 1; in "components\com_virtuemart\tables\products.php"
And
<?php echo VmHTML::checkbox('is_act', $this->product->is_act); ?>
And in database but what is appear is a checkbox without a string behind it, what is the wrong ?!