I have a product display set up to show multiple products with one variable attribute called "power." "Power" is a required, list(text), select list field in the product node with four attributes: 1.50, 2.00, 2.50, 3.00. The dropdown in the product display shows only the product titles (e.g., Brand Model 1.50, Brand Model 2.00) and not the different powers (e.g., 1.50, 2.00, 2.50).

How do I get just the power (or size) to show in the dropdown?

Thanks.

CommentFileSizeAuthor
#2 product_fields.jpg42.38 KBdbkern
#2 power_field.jpg268.73 KBdbkern
#2 display.jpg22.35 KBdbkern

Comments

rszrama’s picture

Status: Active » Closed (works as designed)

There's an additional checkbox on the field's form now to make it act like an attribute field on the Add to Cart form. Guessing we need to update the documentation...

dbkern’s picture

StatusFileSize
new22.35 KB
new268.73 KB
new42.38 KB

UPDATE: Sorry, didn't see this was closed--opened new issue at http://drupal.org/node/1200510.

I did find that checkbox after I posted--but when I checked it, the resulting select list in the display is empty. The label is there, but there is nothing to click on even though the allowed values list contains values. I tried switching to radio buttons and only the label shows.

Also, there remains the original dropdown with the title that was previously the only one showing.

I guess I have two issues now--how do I get the checked field's dropdown to show the attributes and how do I remove the dropdown that shows the titles (from the title field in the product listing that appears uneditable)?

Thanks....