Closed (fixed)
Project:
Commerce Checkout Password
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2017 at 06:17 UTC
Updated:
6 Apr 2017 at 16:39 UTC
Jump to comment: Most recent
Comments
Comment #2
cravecode commented@arek611, currently this module alters the commerce_checkout_form_checkout form and adds the password fields to the Account Information fieldset, under the email field. Because this is tied to a specific form_id, I'm not sure how to accommodate your feature request without an example.
It's seems like it should be doable, do you have an example custom checkout page I can use? It would make the changes easier on my part.
Comment #3
cravecode commentedComment #4
arek611 commented@cravecode, here is my use case:
I created a custom Membership Application checkout page in a custom module:
This page contains a "membership application" customer profile type pane and sits in front of the checkout page as I would like users to apply for an account. I also moved the Account Information pane to this page as a user receives a temporary applicant account while the membership application is being reviewed and keeps their cart contents. Ideally, I would like for users to set their own password at this point as well. Thanks for taking a look!
Comment #6
cravecode commentedComment #7
cravecode commented@arek611, thanks for the example! Grab the latest dev version and give it a try. The password box should appear wherever the "Account information" pane is added.
Comment #8
arek611 commented@cravecode, the update works one end. Password field now appears wherever you have the account information pane added. Thanks!
Comment #9
cravecode commented@arek611, great!
Comment #10
cravecode commented