This commit is contained in:
Mike Jolley 2012-03-01 00:48:32 +00:00
parent b978c16444
commit f0c312213f
1 changed files with 3 additions and 1 deletions

View File

@ -477,7 +477,9 @@ class WC_Cart {
))); )));
endif; endif;
$woocommerce->cart_has_contents_cookie( true );
$this->set_session(); $this->set_session();
return true; return true;