[TYPO3-shop] How to finalize order with Status 2?

Franz Holzinger franz at fholzinger.com
Thu Jan 17 08:24:01 CET 2008


Juan Pablo Villaverde a écrit :
> How can I finalize an order putting status in 2 instead of 1?
> 
> Actually I need to process cc payment before finalization but I don't know 
> if this can be achieved with tt_products, setting a different status code 
> will be a workaround, how can I set it? From TS, from the payment extension, 
> from anywhere will work form me.

You must change this:

tt_products/model/class.tx_ttproducts_order.php;

$fieldsArray['status'] = 1;	// This means, "Order confirmed on website,
next step: confirm from shop that order is received"

- Franz


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