diff --git a/data/class/SC_CartSession.php b/data/class/SC_CartSession.php index 7e89c3e962..100e6d01ac 100644 --- a/data/class/SC_CartSession.php +++ b/data/class/SC_CartSession.php @@ -233,9 +233,6 @@ public function getAllProductsPoint($productTypeId) } $point_rate = $this->cartSession[$productTypeId][$i]['point_rate']; - if (!isset($this->cartSession[$productTypeId][$i]['id'][0])) { - $this->cartSession[$productTypeId][$i]['id'][0] = ''; - } $point = SC_Utils_Ex::sfPrePoint($price, $point_rate); $total+= ($point * $quantity); }