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.
osc_user_country_code()
'en_US'
<?php ItemForm::region_select(osc_get_regions('pl_PL'), osc_user()) ; ?>
hi. you have to follow instructions of this link: http://doc.osclass.org/Changing_between_drop-down_and_autocomplete_for_locationsand in the file item-post.php you have to change :osc_user_country_code() by the country code you having.change this sentence : ?php ItemForm::region_select(osc_get_regions(osc_user_country_code()), osc_user()) ; ?>to: <?php ItemForm::region_select(osc_get_regions('es_ES'), osc_user()) ; ?>i have spain country installed so you have to change the code ('es_ES') to your relativee country.