• Hi there!

    My site posts jobs from different country, I would love to enable ‘salary’ field for seo purposes, but the settings only allow me to select one currency.

    Is there any way to set salary currency individually for each of job post?

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @raylua

    May you provide the details about the logic for the jobs filter on the jobs list (salary filter) which you want to use in case if there are more than 1 currency?

    Let me know,
    Best Regards!

    Thread Starter raylua

    (@raylua)

    Hi @nsinelnikov

    I have job vacancies from two countries – Singapore and Malaysia, they offer salary in different currency. For Jobs in Singapore, I would like to post job with Singapore Dollar (SGD) salary; whereas for jobs in Malaysia, I would post job with Malaysian Ringgit (MYR) salary.

    My JobBoardWP version is 1.2.6, in settings, I can enable salary field with only one currency. May I know how to solve this?

    Thank you!

    Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @raylua

    Sorry for the delay. You may customize job-submission.php template file and add the currency field below or above the Salary field.

    There is an example how to add the custom fields on the submission form, add validation for them and handle data for save as postmeta.
    https://gist.github.com/nikitasinelnikov/1f50cc41a745409aef8fff074e7d661c

    You may create the dropdown with predefined currencies and save selected data to the postmeta like ‘salary_currency’.

    For now, we aren’t planning to add multicurrency functionality to the JobBoardWP, but will add this feature to our future to-do. But feel free to customize templates and via hooks for getting the necessary functionality on your website.

    Detailed hook docs you may get there: https://ultimatemember.github.io/jobboardwp/hooks/

    Let me know if you have other questions,
    Best Regards!

    Hi @nsinelnikov

    I am facing the same issue as @raylua and followed your custom field implementation guide. Unfortunately it is not accurate for customized dropdown fields. There are 2x dropdown fields in a job post (job_type and job_catory) but those call native functions from the Job class when filling the options of the fields which doesn’t serve for a customized currency field.

    Could you expand on which would be the code for filling the options of a Ultimate Member dropdown custom field please?

    Also, how can you add a custom field to the Job Preview / Listing?

    Thanks!

    • This reply was modified 1 year, 3 months ago by chupino.
    • This reply was modified 1 year, 3 months ago by chupino.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to set salary currency individually on each job post?’ is closed to new replies.