I need to integrate paypal payment standard in magento cart page. I don't want to use express checkout. Because it again redirects to magento site for billing information and order conformation.
Below process is my requirement:
- user add a product to cart
- User click the paynow button in cart page
- User redirect to Paypal Login Page.
- After User login with paypal, confirm and pay the amount.
- User Redirect to magento thankyou page (order success page).
Is there any option in magento?