Closed (won't fix)
Project:
Commerce Addressbook
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2012 at 14:39 UTC
Updated:
18 Dec 2012 at 09:58 UTC
Jump to comment: Most recent file
Comments
Comment #1
ibuildit commentedconfirmed, i have the same problem
Comment #2
farald commentedWould be nice of them to cooperate, checkbox is great for first-time customers, select list is cool for logged-ins.
Could remove the "same address as shipping" checkbox using hook_form_alter when select lists are present, but again, cool if they could coexist.
Comment #3
bojanz commentedWorks for me with the 7.x-2.x branches of Shipping and Addressbook.
Comment #4
IckZ commentedi've the same problem instead of using the dev versions of both modules..
I also think that this would be the better way: http://drupal.org/node/1243846#comment-5340398
Anyone who has tested this with addressbook?
Comment #6
jazzdrive3 commentedI am using both of the latest dev versions, and the select box for shipping addresses is still showing when you select "Use billing address as shipping address"
Comment #7
drewmacphee commentedSame here
Comment #8
duaelfrI do not really enjoy this solution but there is a patch which hides the select box when the "Use billing address as shipping address" is checked.
I think this is a quick and dirty solution but I am not able yet to do better.
Comment #9
bojanz commentedThanks for the patch.
The "Use billing address as shipping address" functionality is being rewritten in the Commerce issue: #1410022: Improve copy address functionality - create a more generic solution.
I won't be investigating addressbook compatibility until that patch lands.
Comment #10
brephraim commentedAddendum to this issue: every time a customer places an order using the select box for shipping information, a duplicate shipping address is created in the customer's addressbook.
Comment #11
brephraim commentedComment #12
b-prod commentedHere is a new patch since the related issue has been ported in Commerce module (DEV version - commerce.git-8d5c51f).
The patch modifies the weight of the address book select element to take care of the "same address" checkbox weight, which is 30. This do not have any side effects as far as I know.
Comment #13
b-prod commentedAs discussed in the following issue #1794064: Update after Commerce 1.4 to work alongside customer profile copying, the address book select element should not be hide but totally removed, otherwise it updates existing profile instead of creating a new one.
Comment #14
jsacksick commentedIn #1794064: Update after Commerce 1.4 to work alongside customer profile copying we decided to keep the checkbox and the select list but now when you select an address the checkbox is unchecked.
When you check the profile copy checkbox then the address selected is unselected.