Undefined index: commerce_customer_address in commerce_customer_profile_pane_checkout_form() (line 79 in sites/all/modules/contrib/commerce/modules/customer/includes/commerce_customer.checkout_pane.inc )

Comments

haza’s picture

Status: Fixed » Needs review

This needs to get reviewed before saying this is fixed :)

rszrama’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

smokinggoat’s picture

Version: 7.x-1.x-dev » 7.x-1.0
Status: Closed (fixed) » Needs review

This bug resurfaced in version 1.0 :-(

Looks like some code didn't make it to the 1.0 version....

According to jsacksick, it's -

if (!empty($pane_form[$field_name])) {

Version 1.0 is out! Long live version 1.1! :-)

jsacksick’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Status: Needs review » Closed (fixed)
StatusFileSize
new1.07 KB
jsacksick’s picture

Status: Closed (fixed) » Needs review
rszrama’s picture

Status: Needs review » Closed (fixed)

I'm not sure if I already committed your follow-up patch or if you guys were working against a stale version, but I don't remember doing anything with this recently and the code I have in commerce_customer.checkout_pane.inc matches Jonathan's patch in comment #5. Gonna just move this back to closed (fixed).