Osclass Support Forums

Osclass theme support => Stela Osclass Theme => Topic started by: oneloveb on July 15, 2018, 04:26:24 PM

Title: How to change Check with seller, or Free, - Fast solution
Post by: oneloveb on July 15, 2018, 04:26:24 PM
@MB THEME and all member of the house this is fast solution for the above topic. no need of translation

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') ) ;

Any solution you think people may need pls always share.
Title: Re: How to change Check with seller, or Free, - Fast solution
Post by: MB Themes on July 15, 2018, 11:21:35 PM
Best way is to change this string via translation.
Title: Re: How to change Check with seller, or Free, - Fast solution
Post by: Treerachat on August 17, 2018, 06:23:12 AM
It is a very good new knowledge.