Apparently, any item or sku caching causes Apache to die. At this
point, both the itemCache in the Cart and the skuCache in the CartItem have been removed.
This commit is contained in:
parent
23316d60dd
commit
6086703d49
2 changed files with 0 additions and 9 deletions
|
|
@ -100,7 +100,6 @@ Removes this item from the cart without calling $sku->onRemoveFromCart which wou
|
|||
sub delete {
|
||||
my $self = shift;
|
||||
$self->cart->session->db->deleteRow("cartItem","itemId",$self->getId);
|
||||
#undef $self;
|
||||
return undef;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue