in status_change.php on line 21 their is a syntax error being reported by phpdesigner editor
//if status is "Sold" status, set item to expired
if($status['status_sold'] == 1) {
$today = date('Y-m-d', strtotime(' -1 day', time()));
ModelLS::newInstance()->itemToExpired(Params::getParam('item_id']) $today);
osc_add_flash_ok_message( __('You have selected "Sold" status type that means your listing was set to expired. It will not be visible in front-office anymore.', 'backoffice_manager'));
}
i dont use this option but just thought i'd report it back
All the Best
Chris