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
|
|
@ -189,6 +189,21 @@ sub www_addToCart {
|
|||
return $self->getParent->www_buildBadge($badgeId);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 www_delete
|
||||
|
||||
Override to return to appropriate page.
|
||||
|
||||
=cut
|
||||
|
||||
sub www_delete {
|
||||
my ($self) = @_;
|
||||
$self->SUPER::www_delete;
|
||||
return $self->getParent->www_buildBadge(undef,'tokens');
|
||||
}
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 www_edit ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue