[Typo3-shop] Handlescript doesn't start

Jogvan Olsen jo at atlanticvideo.dk
Sun Sep 18 01:33:06 CEST 2005


I have setup a shop using tt_products 2.2.8, but I can not find out how to 
call a payment gateway or start the handlescript for the gateway.

I have tried to use the DIBS handlescript , but I am doing something wrong 
or missing something - it looks to me that the handlescript doesn't start.


In my TS setup I (try to) call handlescript with this code - Is the first 
line 'plugin.tt_products.finalize' OK?

plugin.tt_products.finalize {
  10.title = Dankort, VISA-Dankort
  10.image.file = media/logos/dankort.gif
  10.image.params = align=absmiddle vspace=2
  10.template = fileadmin/template/sub/res/payment_DIBS_template.html
  10.handleScript = EXT:tt_products/pi/payment_DIBS.php
  10.handleScript {
    Merchant =
.


In the tt_products html template I have:
.
<FORM method="post" action="#FORM_URL###">

    <input type="Submit" name="products_update" value="Tilbage til 
kurv">&nbsp;&nbsp; <input type="Submit" name="products_finalize" 
value="Finalize" onClick="document.forms[0].action='###FORM_URL_THANKS###'; 
document.forms[0].target='###FORM_URL_TARGET###';">

<input type="hidden" name="products_cmd" value="cardno">

</FORM>

.


Can anyone tell me what I am missing and doing wrong?

Thanks in advance
Jógvan Olsen





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