Hello Magento Friends,

How are you all? Today I will be discussing Magento 2: Add extra “Proceed to Checkout” Button on top of grid on shopping cart page. Check out our previously published blog, Magento 2: How to Get Order Details using REST API.

Introduction:

In Magento, the “Proceed to Checkout” button is displayed after the order summary on the shopping cart page. Display an extra “Proceed to Checkout” button at the top of the shopping cart grid for a quick checkout process or for the added functionality. Go ahead to know the steps to Add extra “Proceed to Checkout” Button on top of grid on shopping cart page in Magento 2.

Steps to Add extra “Proceed to Checkout” Button on top of grid on shopping cart page in Magento 2:

Step 1: First, go to the following path

app/code/VENDOR/EXTENSION/view/frontend/layout/checkout_cart_index.xml

And add the below code:

Step 2: Next, go to the below path

app/code/VENDOR/EXTENSION/view/frontend/templates/onepage/link_top.phtml

And add the below code

Step 3: Finally, run the below commands

That’s it!

Conclusion:

This way you can easily Add extra “Proceed to Checkout” Button on top of grid on shopping cart page in Magento 2. For any questions and difficulty, you can reach me in the comment section below. Share the solution with your friends and colleagues. Stay updated for more solutions.

Happy Coding

Click to rate this post!
[Total: 8 Average: 4.5]