cancel
Showing results for 
Search instead for 
Did you mean: 

Add a button to the payment step in checkout

Add a button to the payment step in checkout

Hello,

 

I'm new to Magento and tasked with building an extension which would be another payment option

 

For this, I need to 

  1. Create a button below 'Proceed to Checkout' say like 'Custom Checkout'
  2. Get a handle to quote items when clicked on 'Custom Checkout' button

My question to the community is how can I achieve this? A high-level steps would be helpful.

3 REPLIES 3

Re: Add a button to the payment step in checkout

Hello @madhukar_r

 

i don't know why need.

 

because Magento 2 build like a good way with a custom module

 

When you create payment method there is two options

1) redirect on payment side

2) capture amount on site 

 

can you please tell us your flow for your custom method development?

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Add a button to the payment step in checkout

Hi,

Thank you for your time.

I'm trying to build an extension similar to amazon pay, with which I can
perform a custom checkout. I'm sure magento has a great checkout process,
but my requirement is more to develop an extension.

Re: Add a button to the payment step in checkout

Hello @madhukar_r ,

 

Did you develop anything like this? Basically I also want to develop an extension similar to your requirement for a custom payment gateway.

 

If you worked on it, can you please share your experience or give me a guideline for this?

 

Thanks in advance.