Right now the product title is set to the SKU.
I suppose this is because the product entity title property is not that easy to expose in the form?
Perhaps in that case support should be added for the http://drupal.org/project/title project?

CommentFileSizeAuthor
#1 1459138-add-title-field.patch1.24 KBphilipz

Comments

philipz’s picture

StatusFileSize
new1.24 KB

Check Review the initial implementation where I wrote about this too.
Adding Title is not hard at all. Right now this is made on purpose. I have a patch that added this field to the product inline form (I hope it still works aganist head).

bojanz’s picture

We agreed in another issue that we want the title to be optionally either shown or autogenerated (node title + attributes).
The patch in #1 is a good start. Will get to it shortly.

bojanz’s picture

Title: Make product title configurable » Implement product title functionality
Version: » 7.x-1.x-dev
Status: Active » Fixed

Okay, done.
By default, auto-generation is turned on, and attributes are appended, for example: T-Shirt (Blue, Medium).
When editing the field, in widget settings there's a checkbox for controlling this. Disabling auto-generation turns on the title field.

Status: Fixed » Closed (fixed)

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