[TYPO3-shop] "Basket: content" actiong like "Products: list"
Gabriel Engel
gabriel.engel at gmail.com
Sat Aug 5 01:10:11 CEST 2006
Any chance this changed could make to the next release?
in "class.tx_ttproducts_basket.php" line 326:
if (!$this->conf['keepNullQuantityProductsInBasket']) {
$basketExtNew = array();
reset($this->basketExt);
while(list($tmpUid,$tmpSubArr)=each($this->basketExt)) {
while(list($tmpExtVar,$tmpCount)=each($tmpSubArr)) {
if ($tmpCount > 0) {
$basketExtNew[$tmpUid][$tmpExtVar] = $tmpCount;
}
}
}
$this->basketExt = $basketExtNew;
}
Am I being crazy here? Seems to be harmless right?
Does someone else find this useful some how?
Gabriel Engel
More information about the TYPO3-project-tt-products
mailing list