Hello,
where can I translate "check with seller"? I looked in all pos and mos: theme, message and core I cannot find any translation.
I only know about that
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') ) ;
But whre does this part get the translation from like german. The german one doesn't fit in my layout.
Hopefully someone can help me. Somewhere there must be the translation?!
Hushy