Skip to content
Snippets Groups Projects
Commit 5fbb084e authored by Anton Kaplya's avatar Anton Kaplya
Browse files

MAGETWO-47402: All type products are available

parent 20404ee1
Branches
No related merge requests found
......@@ -58,6 +58,9 @@ class Cart
*/
public function afterGetSectionData(\Magento\Checkout\CustomerData\Cart $subject, $result)
{
if (!$this->getQuote()->getId()) {
return $result;
}
$result['subtotal_incl_tax'] = $this->checkoutHelper->formatPrice($this->getSubtotalInclTax());
$result['subtotal_excl_tax'] = $this->checkoutHelper->formatPrice($this->getSubtotalExclTax());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment