Ejemplo n.º 1
0
 public function getQuantity()
 {
     $quantity = Y::cart()->itemAt($this->ajaxParams['id'])->getQuantity();
 }