Fix remove from cart

This commit is contained in:
Mike Jolley 2017-08-18 16:37:24 +01:00
parent 1c8ad67a9e
commit 4567169aa9
1 changed files with 1 additions and 0 deletions

View File

@ -1229,6 +1229,7 @@ class WC_Cart extends WC_Legacy_Cart {
$this->reset_totals();
if ( $this->is_empty() ) {
$this->session->set_session();
return;
}