WordPress WP Ecommerce User Registration - wordpress

I’m interesting if there is a way to add registration directly to my registration page and not with checkout.
For example I don’t want to have Username at all and instead I want to use email address as one. Whereas in usual WP registration page I need to fill Username and Email and password will be emailed to me, I want to have just a page where I fill nor full blank with email and wp e-commerce details or just email -> then comes my password and I go to page where I fill the rest of the details.
thank you in advance

There are many ways to do this, like hardcoding form for yourself with right inputs and plugins with many custom forms.
In my case in the end I used plugin as I have Multisite
http://wordpress.org/extend/plugins/s8-custom-login-and-registration/ S8
Which works perfect for WordPress 3.5

Related

Remove email from registration page

I am looking to modify the registration so that no need for the email. we will only ask for Username and password. I am using WordPress and a plugin called ultimate membership pro to manage membership. this plugin is responsible for the registration page. Could anyone here help with this?
Use this plugin to create the registration page.
plugin

How to create end user login page in WordPress?

I am new to WordPress. Help me create end user login page. I have created and site with a theme. My requirement is to create a login page for the site not for the dashboard.
Only if they login, they should be able to access other pages
I need lo add an sign in page for the site, and then user should visit be able to visit these pages
If you are looking to have login form on front end then there are multiple plugins available out there. Checkout UserPro plugin.
Also Free plugin like 'Theme My Login (TML)' can be used to provide login functionality on front end. These are just examples, there are many others as well.
Let me know if this helps or feel free to discuss more in details.
This is very well possible. You can even do this without any advanced coding skills, but it requires some (very popular) plugins.
Use the 'sidebar login widget' to let people login on any part of your website and use 'login redirect' to send them to a specific private(!) page, based on their role.
I can recommend the 'TML plugin', Faisal suggests, to make the experience even more polished. Additionally you can use the 'User role editor' to customize your roles and/or create new ones.
Sidebar login: https://wordpress.org/plugins/sidebar-login/
Login redirect:
https://wordpress.org/plugins/peters-login-redirect/screenshots/
TML plugin: https://wordpress.org/plugins/theme-my-login/
User role editor: https://wordpress.org/plugins/user-role-editor/
Its Very Simple Just Search for Login box in Plugin > add New and Install the plugin.
after put the code where you want to show the login box.
you will find the code in plugin setting.
One of the best ways to quickly mod any theme is to get membership plugin or users add-on plugin. They usually have the basic stuff like login register customisation and my accaunt page.
Try https://wordpress.org/plugins/users-ultra/ but in your case maybe it will be an overkill.
you can also modify your plugin file name form-login.php in wp-conttent/plugin/templates
Similar to Theme My Login, ProfilePress is another great option. They even have an article on creating a custom login page. And it's a completely free plugin available in the WordPress plugin repo.
Since wordpress is an blogging framework we can use it for blogging purpose efficiently.. For building custom sites with javascript functionalities you have to edit index.php and header.php under your theme and then add your custom code.
To be short wordpress does not provide any end user login for site by default, only some of the paid theme supports that

How users can fill up form after login with facebook in drupal 7?

I am developing a drupal website. When user clicks on signup link, he has the option of login with facebook or twitter, after the user is logged in, one form should come in popup to fill other details like address, phone number etc.
How to achieve that?
To achieve functionality to create a form and set it up after login in Drupal 7.
You can create form either using Webform (Setup rules using [Webform Rules]) or CCK module.
Then use RULES module for redirection after login.
The following link might be helpful, if you want to achieve this by writing hook.
https://api.drupal.org/api/drupal/modules!user!user.api.php/function/hook_user_login/7

wordpress user registration/profile plugin

I am trying to make a wordpress site which will allow users to register by themselves and log into the site and have a profile. IS there such a plugin that will allow me to incorporate this into my site? I have looked around and being that I have very little experience with making sites/wordpress I have decided to ask some experts.
I know with wordpress you get a "blog" sort of site, but i'm hoping that if the plug-in i'm looking for exists then I can make my site to look different. The reason I am asking for each individual member to have their own "profile page/ private page" is because I want to be able to upload data to their specific pages and they should be able to see the data without seeing others'.
Thanks for any and all help you can provide me.
If I can't find a suitable solution, I will try to build a site with joomla, I had gone with wordpress because I had heard that it was easier to use.
Yeah, There is one plugin to do all these in wordpress. Plugin name: Profile Builder - front-end user registration, login and edit profile
plugin Link: http://wordpress.org/plugins/profile-builder/
Yeah, There is one plugin to do with all the things which you want. Plugin Name : "Theme My Login"
Plugin Features :
Your registration, log in, and password recovery pages will all match
the rest of your website
Includes a customizable widget to login anywhere from your blog
Redirect users upon log in and log out based upon their role
Show gravatar to users who are logged in.
Assign custom links to users who are logged in based on their role
Customize user emails for registration and/or password recovery
Send user emails in HTML format
Allow users to set their own password upon registration
Require users to be approved or confirm e-mail address upon
registration
Theme user profiles
Please refer the following Location :
Theme My Login

S2Member Wordpress Plugin Configuration

Hi I am a newbie in Wordpress.
I want a registration form and paypal button in a page.
User will fill in the details and click the paypal payment button .
The user information gets saved and the url will be redirected to the paypal website for
payment.
I have installed the s2member plugin ,read the configurations but somehow unable to achieve the same.
TO ANSWER NEED YOU TO CONFIRM WHETHER you will need different access levels, will you want any free users BEFOR paying and your subscription model. no point using sledge hammer to crack a nut user registration and payment can just be setup with Gravity forms and PayPal but need to know more to answer properly.
Let us know and can then help .

Resources