Fixed flexshipping for 1.3.6 and 1.3.7
This commit is contained in:
parent
a29245b5d4
commit
6a16540d1b
|
|
@ -166,6 +166,7 @@ class TotalService
|
|||
public function countProducts(): mixed
|
||||
{
|
||||
$cartProducts = $this->getCartProducts();
|
||||
|
||||
return collect($cartProducts)->sum('quantity');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue