Posted by eclauset on March 21, 2008 at 7:06pm
I'm working on a site built on Drupal 5.5 and Ecommerce 5.x-3.4. Payment processing is through Authorize.net. I have both the Address and Ecivicrm modules installed.
http://www.daylightmagazine.org/
Currently when a user begins the checkout process, on the "Choose a shipping and billing address" page, they are only required to enter a first and last name. How can I make all address fields required?
I'd also like to make United States the default country.
Any help is appreciated!
Comments
I tried making the address
I tried making the address fields required in civicrm, so now a new user registering is required to enter a mailing address, but the anonymous purchase page is still only requiring first + last name.
Is there somewhere else I
Is there somewhere else I can go for help with this?
You can set the anonymous
You can set the anonymous user policy so that only logged-in users can complete purchase - then make the address mandatory for sign-up. It creates an extra step in the payment process but it flows smoothly and it is one way of solving your problem...
Patch Created
I've created a patch and posted it at http://drupal.org/node/262320 in order to resolve the issue.