[Typo3] tt_products: Show articles that are not in stock anymore
Franz Holzinger
franz at fholzinger.com
Sat Jun 25 14:17:38 CEST 2005
Hello Christian,
>
> is there a way to make tt_products show articles that are not in stock
> anymore? With a remark like "this article is not available" and without
> a "put in basket" button.
>
this is only possible if you change the program code of
class.tx_ttproducts.php.
Search for inStock in the built database queries. Usually this is always
checked to be greater than 0. There you have to make an additional query
for inStock = 0 and give to this case a special treatment.
You do not have so many 'put in basket' buttons if you use the 2 columns
display from the bananaguard.de example template.
Franz
More information about the TYPO3-english
mailing list