[Typo3-shop] Is anyone has ever link tt_products with a bank gateway ?

Franz Holzinger franz at fholzinger.com
Fri Sep 23 10:31:32 CEST 2005


> 1. I don't know where to put the "paymentActivity = finalize" or 
> "paymentActivity = order" line.
> I tried to put it everywhere in my setup TS but it didn't change anything. 
> The handleScript is always started after I've clicked the "finalize" order 
> button.

paymentActivity=payment

> 2. If I put the "<input type="hidden" name="products_cmd" value="cardno" />" 
> line in the "BASKET_PAYMENT_TEMPLATE" it works.
> But if I put it in "BASKET_INFO_TEMPLATE" it doesn't works.
> I think the reason comes from the Problem numer 1.
> 
see the latest tutorial

> 3. When I put "relayURL = test.php", I have this error :
> Invalid url sent to relay.cgi: 
> test.php&products_cmd=cardno&products_finalize=1&FE_SESSION_KEY=8a87e48f1d-83dca95095592cccad83d053794dced8I 
> think it comes from this part of the line : "test.php&products_cmd=...".It 
> should be : "test.php?products_cmd=...".What can I do to correct it ?THANK 
> YOU !! 
> 

        10.handleScript {
            relayURL = http://www.mysite.com/test.php?id=24
        }

This has to be a valid URL with at least one paramter. The DIBS script
will add the rest.




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