I would like to do a site in PHP/MySQL using either Drupal/Joomla/Wordpress that allows me to have class list with description/date and students can sign up to pay for it. I prefer Wordpress if there is some package already. The idea is to have students to pay via Paypal. For backend, Admin should be able to manage class, check students status.
The reason I want to do this is because I have a small company and I want to do special workshop once in awhile.
Any recommendation on something already built close to this?
You can accomplish this with WordPress and one of several event registration plugins. These two plugins integrate with paypal
http://wordpress.org/extend/plugins/advanced-events-registration/
http://wordpress.org/extend/plugins/event-registration/
Check out this blog article that mentions more plugins for event registration
http://www.moongoosedesigns.com/event-and-event-management-registration-plugins-for-wordpress/
http://eventespresso.com/ is the evolution of advanced events registration. It's good, and does exactly what you need. I use it for just that on firstlineeducation.com
Related
I am new to web development. I decided to start by using WordPress.
I am reading through the BT API and I'm at the section to use the Customer object to create, update, find, and delete a customer/payment info.
But I don't understand the correlation between WordPress and integrating payment processing yet. In WordPress, users create a login specifically for my site, right?
Would I need to hack WP to allow them to also associate a Braintree customer ID with that login? I don't understand the relationship between WordPress and integrating payment processing....
#doublesharp's comment is right. It's possible to build your own Braintree plugin in Wordpress, but there are lots of options that exist to help you do this.
I don't want to endorse any specific product, but some searching online would yield a few options for you. This is really the best route to go if you are new to web development.
Wordpress can be awesome for a lot of cases, but you have to understand a fair bit about it before you build plugins that are of high quality.
I'm trying to implement a plugin in Moodle where new users are registered using Paypal.
And the registration for the new users will require paypal payment to complete registration.
If anybody can help me with any example, code, plugin, or any link, I'll be grateful.
PayPal enrollment is included as part of Moodle's core code, so you just need to enable and then configure it. Documentation is here. This covers enrollment in a specific course, rather than new user signup as typically people want to charge different amounts for different courses, rather than a flat rate for access to everything.
There is no existing PayPal authentication plugin to make it so that a user must pay to register on the site, but if you want to make one the developer docs are here.
I have a client who wants a paid member site. It's a big network of companies. If a company wants to become a member then they can apply online. If my client likes them after their manual inspections & field visits of said company, they can approve it for online payment and after the payment the company becomes a member or of-course they can just disapprove it.
Every member gets one page
Every member can edit their own information anytime and only their
own information
Basically what I need is a user system that allows for approvals. If I separate the payment.
Apart from this, the site will have a pictures module, youtube videos module and a blog module, all for the network not any members.
In Joomla is it possible to make the above process? Is there any other PHP CMS that would do this more easily?
Links to nice Joomla Tuts or Extensions would also be really helpful.
Thanks! I appreciate all the help.
You can basically do whatever you want in most of the cms available (joomla , wordpress , drupal , etc...)
what you will not find usually is a complete solution , you need to roll up your sleeves and start programming
links to joomla tutorials won't help you except if you don't know the difference between a module , plugin and a component .
if you know enough about php it will be easy to understand the framework of joomla and start doing ur own joomla component.
good luck !
I think you should use xipt profile types kind of component if it awailable in 1.7
and joomla provides a rich user management by default. there are also components such as rsmembership which allow members to pay online to become members.hope this helps you .
good luck
what is the best module for creating a paid listing in joomla? Im kinda newbie in joomla and trying to create a paid listing in my website.And i want the when the user subscribed to the paid listing his/her or her post will be pending before and reviewed by the admin before posting it to the website.
thanks!
Unless you find a component that is purpose built, then you are going to have to do some creative set up to make this type of thing work. I would start with AEC which is a paid membership management tool. It will handle the subscription part of the equation and put paid members in to the group that you want.
The next part can be done several ways. I am a fan of K2 so I would probably set up a group in K2 that allows front end contributions, but no publishing rights. This would allow you to moderate the submissions before they are live on the site. AEC integrates with K2 so you should be able to make it work with a little tinkering.
AEC is commercial, you can get it here - http://valanx.org/
K2 is free, you can get it here - http://getk2.org/
Valanx does offer installation services, you may consider that if you have problems with the setup. Their pricing seems to be pretty reasonable.
I'm not exactly sure what you mean by a paid listing, but adsmanager seems to be what you are looking for. It allows your users to pay for advertisements (or listings) on your website. They can pay extra if they wish their advert to be "Featured" on your site.
You can have admin approve the adverts before being published.
http://www.joomprod.com/classified-ads
demo http://psdemo.joomprod.com/
I'm planning to create a survey form in Joomla(1.5) that will have a lot of custom fields (name,address, email, date of birth and more...). Now I want to get your opinion on the best approach to do it. Is there a plugin to easily do that? Or I should really code it from scratch?
Also I want add and integrate some payment gateway that will handle payment (It could be paypal and creditcard). What can be my options for that?
Thanks!
Survey Manager might be the way to go for you.
Also there are a host of payment gateway modules you can integrate in your website. You can find them at joomla extension library.