added item and sku caching to cart
ribbon discounts now work checklist form control works more like you'd expect added badge groups
This commit is contained in:
parent
6edce95ba4
commit
50a4b564e5
10 changed files with 401 additions and 40 deletions
|
|
@ -134,7 +134,7 @@ sub toHtml {
|
|||
tie my %options, 'Tie::IxHash', $self->orderedHash();
|
||||
foreach my $key (keys %options) {
|
||||
$i++;
|
||||
my $checked = (grep { $_ eq $key } @{ $self->get('value') })
|
||||
my $checked = (grep { $_ eq $key } @{ $self->correctValues($self->get('value')) })
|
||||
? 1
|
||||
: 0
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue