NooTheme Premium WordPress Theme › Forums › JobMonster › Payment before contact
- This topic has 15 replies, 2 voices, and was last updated 4 years, 10 months ago by tinhbeng.
-
AuthorPosts
-
4 years, 11 months ago #1082433
Hi,
I have another question and probaly I have to make some custom editing. But would it be possible for Candidate(s) to be blocked in all functions unless both Employee and Candidate can agree with each other after Candidate paid for this service and than have 'free' access. How would I design a 'package' like that with WooCommerce and this theme?
Kind regards and friendly greetings and enjoy the wonderfull 'holidays' 😉
4 years, 11 months ago #1082464Hi,
With the original orientation, the package revolved around Post a Job and Post a Resume functions (eg: Number of posts, expiration time, adding custom fields ...). We do not intend to restrict users to access the Job page or resume page or contact based on the package.
Currently there is only a simple view resume, view job by user role (public, candidate, employer)
If you want to customize the package for Candidate users, you can start with the Resume Package.
- noo_resume_package.php (/noo-jobmonster/framework/admin/)
- resume_package.php (/noo-jobmonster/layouts/resume/)
Best regards,
tb.
4 years, 10 months ago #1082832Ok, I get it, how to prevent chatting ? Or posting wich part of your code prevent its?
4 years, 10 months ago #1082861Hi,
We use the Front End PM plugin so that users can send messages via email. You can deactivate it.
A few options you can consider to be able to hide Resume's contact information.
4 years, 10 months ago #1082895Actualy what we want is that when a person (Candidate) want to reply on a Job, the message will appear to pay... and after that you can send a PM (or chat).
4 years, 10 months ago #1082927Sorry, Jobmonster theme does not currently support this function.
4 years, 10 months ago #1082951You said that already 😉 but not quit clear how to do make it.
4 years, 10 months ago #1083009How can a Candidate 'Resume Package' directly after Job Apply Limit  be deleted???
Scenario:
Candidate pays package 'Job Apply Limit=1'. Replies on 1, after the next reply this 'product/right' is deleted so he/she have to pay again for the same package???
This is the solution to my problem? Like it expires, directly after being accepted.
4 years, 10 months ago #1083022Hi,
Your package creation logic is currently different from Jobmonster.
To create a package and write own function to running on this package quite complicated.
If you use this field comes with the Resume Package:
You can add 1 custom field "Job Apply Limit" for Resume Package and update it to the package.
When a user purchases a package, you will need to update this field for that user. (Based on how the Resume Package works)
You need to write a function to check the number of times the user "Apply" and the number of remaining times. It need be updated for each user after each "Apply".
You can retrieve this value to limit users.
I think this is not an easy job, you can find a devepoper to help you do this. We are currently unable to help you update it.
Best regards,
tb.
4 years, 10 months ago #1083028It is not different, how the package in Candidates profile deletes itself after accepting the job? That is all.
4 years, 10 months ago #1083038Hi,
In Jobmonster, the packages operate based on the limits you set for the fields in the package.
eg:
If you set the limit of 'Post resume = 4, Job Apply Limit = 1' -> in function "Apply for Job", users can only "apply" once, and "Post a resume" function will work normally until the end of 4 posts.
- As your question:
Candidates profile deletes itself after accepting the job?
Means do not allow users to use the way the function in the package?
4 years, 10 months ago #1083066The payment doesn't delete itselfs after the limit is reach. Not manually (after deleting the order) it works. It have after the limit has reached and Employer agreed it have to be deleted and than at another Job posting or when the Employer 'Rejects', 'Candidate' will be send to the package to buy again. But it is now just sitting there in Package with 0 ... and not directing to the order/checkout page.
4 years, 10 months ago #1083084We don't use values ​​from the "order" to check functions in Jobmonster. So deleting the order or not, it makes no sense.
When a user makes a purchase, all necessary information from the "order" will be saved to that user's database. The data is retrieved via the User ID for use in Jobmonster.
When the user performs a task in the package, it will be updated to their data. Until the limit is reached, it will issue a package upgrade notice.
To ensure it works properly, you must select these two fields:
Best regards,
tb.
4 years, 10 months ago #1083095"package upgrade notice" how will that apear?
4 years, 10 months ago #1083120Why it would be so "complecated" to have 1 job reaction.. After that new order? I don't get it... pretty basic and all function excist in your theme according too me... So what is so "extreme complicated" this is all we want to achieve with it and that is it!
4 years, 10 months ago #1083126Hi,
When you click to button, it will redirect to the Manage Plan page (http://prntscr.com/qm3i3e)
Later you can upgrade package here.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.