added variant id template variable to product variant loop

This commit is contained in:
Graham Knop 2008-09-18 19:51:19 +00:00
parent 7aa9c59af8
commit eca7ffbe9d
2 changed files with 2 additions and 0 deletions

View file

@ -1566,6 +1566,7 @@ sub view {
my $price = sprintf('%.2f', $collateral->{price});
my $desc = $collateral->{shortdesc};
push(@variantLoop,{
'variant_id' => $id,
'variant_controls' => $segment,
'variant_sku' => $collateral->{varSku},
'variant_title' => $desc,