[TYPO3-shop] Articles quantities are not reduced
Franz Holzinger
franz at fholzinger.com
Mon Nov 6 09:14:48 CET 2006
Carsten Stidsen a écrit :
> In my shop I use the following constants to be able to use tt_products for
> stock management:
>
> useArticles = 1
> alwaysInStock = 0
>
> However, it is always the product quantities that are getting reduced, never
> the corresponding articles.
> How will I change that?
>
Unfortunately there is a bug in the code:
>
> Fehler: Bestand wird trotz Konfig-Einstellung "alwaysInStock" reduziert.
> Datei control/class.tx_ttproducts_activity_finalize.php, Zeile 214:
> <<< if (!$this->alwaysInStock) {
> >>> if (!$this->conf['alwaysInStock']) {
This will be corrected in the next upload of tt_products 2.5.1.
Greets,
Franz
More information about the TYPO3-project-tt-products
mailing list