Jump to content

Add another condition to product?


Recommended Posts

edit the admin/tabs/adminproducts.php, and find

 

 

<option value="new" '.($obj->condition == 'new' ? 'selected="selected"' : '').'>'.$this->l('New').'</option>

<option value="used" '.($obj->condition == 'used' ? 'selected="selected"' : '').'>'.$this->l('Used').'</option>

<option value="refurbished" '.($obj->condition == 'refurbished' ? 'selected="selected"' : '').'>'.$this->l('Refurbished').'</option>

 

 

you can add a extra option

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...