Merging in functioning variants.
Fixed bugs in getIndexedCollateralData. Added variants to the view template. Updated all Product templates to display variants and controls.
This commit is contained in:
parent
c930c73d67
commit
2f70315094
4 changed files with 154 additions and 73 deletions
|
|
@ -566,7 +566,7 @@ our $I18N = {
|
|||
message => q|Are you certain you wish to delete this specification?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
|
||||
'deleteImage' => {
|
||||
message => q|Delete Attached File|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -677,6 +677,31 @@ be useful, others may not.|,
|
|||
lastUpdated => 1209576604,
|
||||
},
|
||||
|
||||
'add a variant' => {
|
||||
message => q|Add a variant.|,
|
||||
lastUpdated => 1210011992,
|
||||
},
|
||||
|
||||
'add another variant' => {
|
||||
message => q|Add another variant?|,
|
||||
lastUpdated => 1210011992,
|
||||
},
|
||||
|
||||
'add another variant description' => {
|
||||
message => q|If you would like to add another variant right now, select "Yes".|,
|
||||
lastUpdated => 1210011992,
|
||||
},
|
||||
|
||||
'delete variant confirm' => {
|
||||
message => q|Are you certain you wish to delete this variant?|,
|
||||
lastUpdated => 1210013857,
|
||||
},
|
||||
|
||||
'variants' => {
|
||||
message => q|Variants|,
|
||||
lastUpdated => 1210019655
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue