What is best way to implement a survey in Joomla? - php

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.

Related

Braintree + Wordpress: How do I associate new users with a BT customer ID?

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.

WordPress plugins for PayWalls and Subscription Models With International Payment Gateway

I am looking for a solution to my WordPress problem.
I want to build an information site where guests can access free content. They can also access paid content on either a:
Pay-as-you-read basis or;
Daly, Weekly and Monthly subscription basis.
How do I approach this? Is anyone aware of a plugin that can fulfil these needs? The plugin must be able to accept any international payment gateways. Most I have found are restricted to PayPal and Stripe. In my country, only consumers can use PayPal to pay for stuff, merchants cannot accept payments.
I would like to be pointed to a plugin that can fulfill all above requirements. If such does not exist, is there any other approach to achieving my purpose? Perhaps some code inherent in WordPress that can help me do these manually?
Thank you.
The most used plugin for payments in WordPress is definetly Woocommerce. In 2012 they released something called Woocommrce Subscriptions: http://www.woothemes.com/products/woocommerce-subscriptions/
I didn't used it so I don't know if it helps you, but you can look into it. Good luck.
Your want this plugin: https://wordpress.org/plugins/membership/ You can create different member groups and set authority. And Paypal(or popular payment gateways) included in this plugin.

how to add custom payment mehtod for OpenCart,

The payment methods of my country are not listed in OpenCart Extensions.I want to create one from scratch.Is it possible to write one or I have to use ones comes with OpenCart extensions?
I believe you should be able to implement and use your own "payment method" since OpenCart is open sourced. Just need to spend some time figuring out how it connects.
Well regarding your own "payment method", normally you have to do it through a Gateway. PAYPAL is one of the easiest gateway to be implemented in PHP. Just have a try with their API and some of the sample codes.
There are a lot of other options though. This may be helpful.

Sagepay payment gateway integration for Eshop (Wordpress)

I have a site which is using the Eshop plugin for Wordpress.
My client requires to take payments using Sagepay, this options is not available to set within the plugin.
I cannot seem to find any extension plugins to enable this feature, I would write my own but do not know much PHP.
I have found a 'template' for custom payment gateways which Eshop have provided. Is it possible to use this to extend Eshop to use Sagepay? Alternatively do you know of a plugin for this?
Note: I understand this may be off topic, but I would not ask if I was not in real need. Thanks in advance.
Which integration is your customer willing to use? The easier to integrate is FORM but you have DIRECT and SERVER as well.
Regards,
Pablo

Training registration in PHP

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

Categories