I am not completely sure whether this is a commerce_kickstart or an inline_entity_form problem. Enabling media and using the media popup to upload and choose pictures gives the following notices when editing product variations on the product display.

Notice: Undefined index: #title i media_element_process() (linje 906 af /var/aegir/platforms/commerce_kickstart-7.x-2.x-dev/profiles/commerce_kickstart/modules/contrib/media/media.module).
Notice: Undefined index: alt i theme_image_formatter() (linje 603 af /var/aegir/platforms/commerce_kickstart-7.x-2.x-dev/modules/image/image.field.inc).
Notice: Undefined index: title i theme_image_formatter() (linje 616 af /var/aegir/platforms/commerce_kickstart-7.x-2.x-dev/modules/image/image.field.inc).

Comments

olleolleolle’s picture

lsolesen, for the theme_image_formatter() problem, look into the patch at Core's Image module: it adds isset() to that piece of the pie.

bojanz’s picture

Status: Active » Closed (works as designed)

Okay, so this doesn't seem to be Kickstart related.