Make "Proceed to checkout button" redirect to Cart page instead of Checkout

Hi, I am using the Brooklyn theme and would like to take the customer to the cart rather than the current proceed to payment option when they click on “proceed to checkout”.

Can anyone point me in the right direction?

Thank you.

2 Likes

Hello, @aciel

Welcome to the Shopify community!
and Thanks for your Good question.

Please share your site URL,
So I will check and provide a solution here.

Hi, it’s anavaparis.myshopify.com

Thank you!

@aciel

It can be done by doing some code customization. please send me a personal message and we can discuss what you’d like

I was hoping to do it myself actually..

I’ve tried replacing this code in my ajax-cart-template.liquid :

{% endraw %}{{ 'cart.general.checkout' | t }}{% raw %}

With this :

Voir mon panier

But it doesn’t work and the button is still directing to checkout page. Does anyone know change this?

@aciel

your have some thing else missing

Hi,

May i know what is the solution for this? I’ve been looking everywhere for it.

Thank you

1 Like

Hello, @EeJin

Welcome to the Shopify community!
and Thanks for your Good question.

Please share your site URL,
So I will check and provide a solution here.

Hi @KetanKumar

My URL is www.ciirc.fit.

Thank you for the response!

Hi,

My shop is password protected since it is not live yet. I have sent you an email for this.

Thank you!

Hey!

Go to Themes > Action > Edit code. Then open the “ajax-cart-template.liquid” file, and replace :

{% endraw %}{{ 'cart.general.checkout' | t }}{% raw %}

with the following :

{% endraw %}VIEW CART{% raw %}

:slightly_smiling_face:

5 Likes

@aciel thank you so much! it worked perfectly fine.

Hi Ketan,

Can you do this for me too?

www.hundetepper.no

1 Like

@MartinNorway

sorry please share issue images

I can’t find a file called “ajax-cart-template.liquid” in the code, so I am not sure what to edit in the Debut theme?

Can you help with the code?

@MartinNorway

sorry but debut theme doesn’t allow

1 Like