This bug is back because I removed the dependency on the Kickstart module that defines the shipping field.
Since we need this module to work with both sets of Kickstart modules (demo store and no demo store), we need to figure out another fix.

Comments

vasike’s picture

Status: Active » Needs review

the order Megarows use "backoffice" view mode, defined in Commerce Backoffice, which was set as custom display of order ('custom settings' => TRUE).
This means that we have to manually define the "extra" fields of order entity for this display.

I changed this settings to FALSE ('custom settings' => FALSE,) use the 'default' display settings by default which includes extra fields, as Shipping information.
commited here: https://code.drupalcommerce.org/#/c/222/

bojanz’s picture

Status: Needs review » Fixed

That's a good fix. Fixes made to the backoffice template file killed the need for the view mode to have custom settings a while back. Also removed some dead code from the install file, and merged.

Status: Fixed » Closed (fixed)

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