Closed (won't fix)
Project:
Commerce Customizable Products
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2013 at 16:03 UTC
Updated:
22 Oct 2015 at 13:24 UTC
Jump to comment: Most recent
Comments
Comment #1
malberts commentedYou will need to write a little module that alters the add to cart form. You can then change the quantity field label in there.
For example:
Comment #2
heyyo commentedYes I did that:
But it doesn't work because Commerce Kickstart is also altering this field. Any idea how to make my module the last module altering this label ?
Comment #3
malberts commentedHave a look at: http://drupal.org/node/110238
You can use the hook_install code on that page. Then you'll have to uninstall and reinstall your module first before it works. You could also just manually update the database (doing what the query would do) but if you use this module elsewhere then you will have to do it again.
Comment #4
ahimsauziThat is why we love Drupal :(
Comment #5
nvahalik commentedMarking as closed.