[TYPO3-shop] "Basket: content" actiong like "Products: list"

Gabriel Engel gabriel.engel at gmail.com
Sun Aug 6 23:41:33 CEST 2006


I was trying to achieve something like this site:
http://www.passmark.com/sales/index.php

Gabriel Engel

"Gabriel Engel" <gabriel.engel at gmail.com> wrote in message 
news:mailman.1.1154733018.30392.typo3-project-tt-products at lists.netfielders.de...
> 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