thanks. im using this :
at : /oc-includes/osclass/helpers/hItems.php
just find this code :
Code: [Select]
function osc_format_price($price) {
if ($price == null) return osc_apply_filter ('item_price_null', __('Check with seller') ) ;
if ($price == 0) return osc_apply_filter ('item_price_zero', __('Free') ) ;
and now you can change : Check with seller
thanks