Which location contain info on Condition? I would like to add
This is in Function.php but what other files need to be edited to make it usable. Like when you select one and it saves it in add
return false;
} else if ($id == 1) {
$condition = __('New', 'starter');
} else if ($id == 2) {
$condition = __('Used', 'starter');
} else if ($id == 3) {
$condition = __('Sample 3', 'starter');
}
} else if ($id == 4) {
$condition = __('Sample 4', 'starter');
}
Update : sorry its Function only that needs edited..