Hello guys,
related to payment method problems
Hi,
I have the same problem with "Paypal Website Payments Standard" not showing on the ajax checkout form.
These are the paypal payment options available for osc2.2rc2a:
PayPal Website Payments Pro (US) Direct Payments
PayPal Express Checkout
PayPal Website Payments Standard
PayPal Website Payments Pro (UK) Direct Payments
PayPal Website Payments Pro (UK) Express Checkout
I have enabled:
PayPal Express Checkout
PayPal Website Payments Standard
FYI, "PayPal Express Checkout" appears under the ajax "Checkout" button but is not integrated. Once I have the standard checkout working I will spend some time to get Express Checkout working too.
I do have the ajax authorise.net option working.
edit. Disabling the Express Checkout option does not fix things.
The sad thing I must say (however it is written in products description), only several payment methods were implemented
to work with ajax checkout. The reason is simple, if you look at any default osc payment module you'll find functions like "tep_redirect" to checkouit_payment.php with different error messages, which has absolutely no sense when using ajax.
Thus, we have rewritten modules so our ajax checkout could use them. However, we've written only basic most commonly uised module, not all of them.
The thing you could try is to adapt the payment module you need to work with Ajax checkout, but that is not that easy.