Checkbox - Billing address the same as other

  • channing meyer
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
8 years 11 months ago #60497 by channing meyer
Checkbox - Billing address the same as other was created by channing meyer
Hello:
We have a form that requires the member to fill in the office address info, home address info and billing address address info in three separate form blocks.
First, it appears that Authorize.net chooses the first of the address forms to compare with the credit card billing address. Is this true or can we determine which address Authorize.net will choose to compare credit card billing info?

Secondly, is there a script we can install that allows the user to check one of two boxes that says something like "Is your billing address the same as you home or business address? Please select one, Home, Business" and then the user will not have to type that info in again and Authorize.net will understand that is the for to use.

Thank you.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #60517 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Checkbox - Billing address the same as other
Hello

We have a form that requires the member to fill in the office address info, home address info and billing address address info in three separate form blocks.
First, it appears that Authorize.net chooses the first of the address forms to compare with the credit card billing address. Is this true or can we determine which address Authorize.net will choose to compare credit card billing info?


=> Yes. The Authorize.net payment plugin choose the first address for both billing and shipping address. If you have different fields for shipping and billing, you can edit the code in the file components/com_osmembership/plugins/os_authnet.php to pass these information to Authorize.net.

Secondly, is there a script we can install that allows the user to check one of two boxes that says something like "Is your billing address the same as you home or business address? Please select one, Home, Business" and then the user will not have to type that info in again and Authorize.net will understand that is the for to use.


=> Unfortunately, there is no script like that. You will have to customize the code yourself if you want to have this feature

Tuan

Please Log in or Create an account to join the conversation.