Putting "procced to checkout" button at top of Cart page

Hello, I am trying to put the checkout button at the top of the cart page, but when I do it, the button does not proceed to checkout. (The button does not proceed to checkout if above the table of items in the cart).

How can I make this work? The line of code of the proceed to checkout button is:


Hello Kodak,
Can you please mention which theme you are using.

Hi, try this:

<a href="/checkout" class="btn btn--small-wide">{{ 'cart.general.checkout' | t }}</a> 

Let me know if you need help.

1 Like

debut

debut

@Jasoliya Thank for your solution. I base on this solution and have solved my own issue.