Neo Posted November 24, 2015 Share Posted November 24, 2015 I was approached by a client with a project for a relatively simple niche job board with the following requirements: - Website lists job posts in different categories. - Companies can register their profile for a closed "members only" area (which should not be the CMS back-end). - Within this members-area, the company can create a new job post for a small payment (Paypal or Credit Card). - Once the payment has been made succesfully, and the job post as been reviewed by the site's administrator, the job can be released / published by the admin. Now, the client wants to use Drupal due to the strong user role and permission system and the availability of e-commerce modules. I know my ways around in Drupal as a site-builder, but front-end styling with Drupal's markup can be really a pain. You just don't have the same flexibility like with ProcessWire, where you can use a custom front-end without problems. The only hesitation I am having is the membership area, where job posters can sign up and also the payment for each post, which I have never implemented with ProcessWire. My idea is to build a functional prototype as a "proof of concept" to convince the client that PW can do this in an elegant and secure way. Would appreciate your advice on the technical feasibility. 1 Link to comment Share on other sites More sharing options...
Christophe Posted November 24, 2015 Share Posted November 24, 2015 In case (I had bookmarked them), you can also check, for example: jobskee.com jobberbase.com Link to comment Share on other sites More sharing options...
Neo Posted November 24, 2015 Author Share Posted November 24, 2015 Thanks Christophe. Will have a look at those links. However, this project caught my interest and I would like to get my hands dirty, ideally with PW... Link to comment Share on other sites More sharing options...
gebeer Posted November 25, 2015 Share Posted November 25, 2015 Frontend members area is no problem at all with PW. You just need to build the login logic via API. I built this with no prior experience with help from the forum. Now there is also a module out there: http://modules.processwire.com/modules/frontend-user/ And this thread is worth reading. Going on from there you either use Form Builder for your forms or you create them via the API and do validation etc yourself. As for the paypal integration, I have no experience myself. But you may find some useful info/code here: https://processwire.com/talk/topic/5281-paypal-payment-method-for-processwire-shop/ 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now