edit parameter options form code

This commit is contained in:
Colin Kuskie 2008-04-15 23:17:59 +00:00
parent f6abe4561a
commit d8fac0fdf9
2 changed files with 43 additions and 6 deletions

View file

@ -657,6 +657,28 @@ be useful, others may not.|,
context => q|The name of the editParameter form|
},
'edit option price modifier' => {
message => q|Price modifier|,
lastUpdated => 1208292477,
context => q|The form label for the priceModifier field in editProductParameterOption|
},
'edit option price modifier description' => {
message => q|<p>The amount this option adds to the default price for product variants containig this option.</p>|,
lastUpdated => 1146606364,
},
'edit option weight modifier' => {
message => q|Weight modifier|,
lastUpdated => 1208292479,
context => q|The form label for the weightModifier field in editProductParameterOption|
},
'edit option weight modifier description' => {
message => q|<p>The weight this option adds to the default weight for product variants consisting of this option.</p>|,
lastUpdated => 1208292519,
},
};
1;