Important security update, please update to Osclass 3.7.4
At Osclass we have changed our Privacy Policy and Terms of Use in order to adapt them to the new General Data Protection Regulation (GDPR). We want you to know what user data we store, what we need them for, and who we share them with in each specific case. Furthermore, we are making it even easier for you to exercise your right to manage your own data.
Our goal is that you enjoy the best possible experience with our website. As the GDPR comes into force, legislation requires us that you grant us permission—both to us and our partners—to store cookies in your browser. Remember you can find more information about what we do with your data by clicking here.
I accept Osclass SL’s Terms of Use and Cookies Policy and grant them permission to manage my data.
Jan86 said " Hello,or you can go in: oc-includes/osclass/helpers/hItems.php find 'check with seller' and edit it!Jan"I did that and now am getting errors :
Quote from: New on August 17, 2013, 11:53:46 amJan86 said " Hello,or you can go in: oc-includes/osclass/helpers/hItems.php find 'check with seller' and edit it!Jan"I did that and now am getting errors :Hi New - re-load your backup file to over write what you changed and just do what Jay said to do.... I know you did a back up or made a copy of it... or should have. If not re-edit to what you did or go to this lovely site http://osclass.org/ and try again by ftp'ing' that hItems.php file back over.
/** * Formats the price using the appropiate currency. * * @param float $price * @return string */ function osc_format_price($price, $symbol = null) { if ($price === null) return osc_apply_filter ('item_price_null', __('THIS CAN CHANGE!') ); if ($price == 0) return osc_apply_filter ('item_price_zero', __('THIS CAN CHANGE!') );