Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2013 at 14:51 UTC
Updated:
22 Aug 2013 at 12:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
jsacksick commentedI'm not sure what you're actually trying to do... If you want to modify the label of the size field then you just have to edit your variation type fields by clicking on "Manage fields" and then edit on "size".
Comment #2
fineartist99 commentedThat's the thing, I changed that size to states.
Comment #3
jsacksick commentedYou're right I'm sorry, we're indeed updating the field labels in a hook_form_alter, See commerce_kickstart_product_ui_form_alter(), I don't know yet what should I do about that.
Comment #4
fineartist99 commentedso what do I have to do?
Comment #5
jsacksick commentedI sent a patch to the Drupal Commerce issue queue to allow users to customize the attribute label, See #1946302: Allow attribute field titles to be customizable / translatable, you could comment the attribute title alteration from commerce_kickstart_product_ui_form_alter() and apply the patch or just modify the instance label.
Comment #6
vasikehere is a patch that moves the attributes label for add to cart implementation from form_alter to features.
Comment #7
vasikeand here is the gerrit : https://code.drupalcommerce.org/#/c/732/
Comment #8
jsacksick commentedCommitted.