[TYPO3-shop] handleScript

Franz Holzinger franz at fholzinger.com
Thu Nov 20 06:19:01 CET 2008


John Nicholas a écrit :
> Additionally the only thing I can tell that effects how the next page 
> loads is the submit button in the template as
> 
> <input type="Submit" name="products_customized_payment" value="Pay / 
> Order" onClick="document.forms[0].action='###FORM_URL_FINALIZE###';">
> 
> which renders in the output as
> 
> <input type="Submit" name="products_customized_payment" value="Pay / 
> Order"onClick="document.forms[0].action='store/cart.html?tx_ttproducts_pi1%5BbackPID%5D=21&amp;cHash=c5503959c5';"> 
> 
> 
> I tried changing name="products_customized_payment" to a few other 
> values like "products_payment" based on what _control is looking for but 
> that just made it loop back to the first page of the checkout.

products_customized_payment is needed if the gateway needs an 
intermediate step before or after entering of the credit card data.

This is the activity which will be done by the shop on the next step.

- Franz





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