Projekt

Allgemein

Profil

GX-Bug #49004 » CartDropDownQTYDoubleFix.patch

/GXMainComponents/Controllers/HttpView/ShopAjax/CartDropdownController.inc.php - Till Tepelmann, 27.10.2016 12:23

Unterschiede anzeigen:

src/GXMainComponents/Controllers/HttpView/ShopAjax/CartDropdownController.inc.php (revision )
74 74
		$productCount   = $this->shoppingCart->count_products();
75 75
		$cartDropdown = $this->_getCartDropdown();
76 76
		
77
		$result = $this->_getResponseArray(new StringType($cartSum), new IntType($productCount),
77
		$result = $this->_getResponseArray(new StringType($cartSum), new DecimalType($productCount),
78 78
		                                   new StringType($cartDropdown));
79 79
		
80 80
		return MainFactory::create('JsonHttpControllerResponse', $result);
    (1-1/1)