[TYPO3-shop] order quantity

Franz Holzinger franz at fholzinger.com
Thu May 3 10:45:59 CEST 2007


Hello sebastian,
> hello there,
> in single and listview the order quantity is set to the amount in the
> shopping basket.
> i want that input field to be '0' or empty.
> so where is ###FIELD_QTY### set ?
> I'm using tt_products 2.5.2
> 
maybe this should be made configurable.
The quantitiy is set in
view/class.tx_ttproducts_basketitem_view.php

$markerArray['###FIELD_QTY###']= $quantity ? $quantity : '';

- Franz



More information about the TYPO3-project-tt-products mailing list