Hi,
I would like to use the "Allow products comparison" option for all online products or for some of these.
In the csv file this column do not exist.
How can I do this?
g
Natalia
21 Dec 2007 3:20 PM
Hello,
You can add this field by editing admin/admin_table_items.php file and adding a new line:
"is_compared" => array(PROD_ALLOWED_COMPARISON_MSG, INTEGER, 2, false),
before line:
"tax_free" => array("Tax Free", INTEGER, 2, false),