[TYPO3-shop] tt_products handleScript for PayPal Express Checkout
Franz Holzinger
franz at fholzinger.com
Wed Feb 20 21:57:36 CET 2008
Lukas Taferner wrote:
> I use tt_products 2.5.4 and did all the installation things (replace
> _control.php even though there were some occurrences of
> 'products_customized_payment', install and customize the files and the
> sdk).
> I use a single page as basket/info and payment page, this is my form in
> products_payment:
>
> /<form method="post" name="submitform" action="###FORM_URL###">
> <div>
> <input type="hidden" name="mode_update" value="1" />
> <input type="submit" name="products_update"
> value="zurück zum Warenkorb" />
> <input type="submit"
> name="products_customized_payment" value="Pay via PayPal & finalize order">
> </div>
> </form>/
>
There has been a bug reported in the control class
if (t3lib_div::_GP('products_customized_payment') ||
t3lib_div::_GP('products_customized_payment_x')) {
$activityArray['products_customized_payment'] = true;
}
- Fran
More information about the TYPO3-project-tt-products
mailing list