@Hugo
"Sold" feature comes from theme so no integration cross-board, but you can try this (Delta theme):
$item_extra = del_item_extra(osc_item_id());
Then:
<?php if($item_extra['i_sold'] > 0) { ?>
... item is sold ...
<?php } else { ?>
... not sold, button/text...
<?php } ?>