[Typo3-shop] handleScript die @ $pibase
Jesper Weissglas
jesper at seventhwave.se
Thu Nov 17 18:26:03 CET 2005
I'm trying to follow the tutorial PDF to set up payment.
I made a copy of payment_DIBS.php to adapt to my bank, and point to it
in the setup.
The new handleScript immediatly dies at the first line check for $pibase.
What causes this?
Also a comment: If the handleScript file does not exist, or is
misspelled or something, there is no error message and the order is
happily finalized. Maybe not so good?
/j
--------------------------
Template for reference
--------------------------
plugin.tt_products.file.templateFile =
fileadmin/template/products_template.html
plugin.tt_products.PIDitemDisplay = 115
plugin.tt_products.PIDbasket = 116
# plugin.tt_products.PIDfinalize=
plugin.tt_products.orderEmail_from = butik at xxx.se
plugin.tt_products.orderEmail_fromName = xxx Webbshop
plugin.tt_products.orderEmail_to = butik at xxx.se
plugin.tt_products.orderEmail_subject = Butiken
plugin.tt_products.orderEmail_htmlmail = 0
plugin.tt_products.email_notify_default = 1
plugin.tt_products.paymentActivity = finalize
--------------------------
plugin.tt_products {
shipping >
shipping {
TAXpercentage = 25
10.title = Post
10.priceTax = 10
20.title = Ingen alls (Gåva)
20.priceTax = 0
}
}
plugin.tt_products {
payment >
payment {
10.title = VISA/MasterCard/Diners
10.template = fileadmin/template/PayRead.html
10.handleScript = typo3/ext/tt_products/pi1/payment_PayRead.php
10.handleScript.relayURL = http://www.xxx.se?id=177
}
}
More information about the TYPO3-project-tt-products
mailing list