Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
giuse'
giuse'
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
Natalia
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),
 
Best regards
ViArt Support Team