[TYPO3-commerce] $GLOBALS['TSFE']->set_no_cache() --> bad practice --> why using it?

Franz Koch typo.removeformessage at fx-graefix.de
Wed Aug 29 16:21:28 CEST 2007


> -----
> $basketArray['###BASKET_ITEMS###'] = $this->basket->getItemsCount();
> -----

ok, correct would be:
-----
$basketArray['###BASKET_ITEMS###'] = 
$this->basket->getArticleTypeCount(NORMALArticleType);
-----


--
Kind regards,
Franz Koch


More information about the TYPO3-project-commerce mailing list