Discussions

Changing the text in "edit-quantity" label for "Enter Quantity"

Greetings, I'm in the process of translating all the text into another language, most of it can easily be done with multilingual and strings translation module, but there seems to be no way of changing the "enter quantity" text. So if anyone could point me in the right dierction as to how to do that, I would be very grateful

Posted: Dec 12, 2013

Comments

droweski on February 7, 2014

This string is being set by a form_alter in the commerce_kickstart_product_ui.module.
You can use the module string_overrides: https://drupal.org/project/stringoverrides to change the string, or
You can use your own form alter code in a custom module but you may have to use the weight module https://drupal.org/project/modules_weight so that your module executes it's code after te commerce module.