Changing Checkout button on cart drawer to View Cart page

Hello I am currently using Debut theme but would love to change over to brooklyn theme, however is there a way to change the button on side drawer from the brooklyn theme to bring me over to cart page instead?

Hi
yes you have to do this some custom work.
find the code for checkout url and replace with cart url.

1 Like

Do you have an idea where the codes for this might be? or how to edit it

1 Like

@Dbuglabpvtltd do you know where I could find the specific code and what to change?

@JanRae

for this I have to check your theme files.
Do you have any ajax-cart.liquid file?

2 Likes

@Dbuglabpvtltd I have an ajax-cart-template liquid though, which looks like this

{% comment %}

This snippet provides the default handlebars.js templates for
the ajax cart plugin. Use the raw liquid tags to keep the
handlebar.js template tags as available hooks.

{% endcomment %}

1 Like

Hi @JanRae

Replace code with this one. It might be change button design.

{% comment %}

This snippet provides the default handlebars.js templates for
the ajax cart plugin. Use the raw liquid tags to keep the
handlebar.js template tags as available hooks.

{% endcomment %}

4 Likes

@Dbuglabpvtltd SUPER GRATEFUL FOR YOUR HELP!! Thank you so much!!

Here is the quick fix with video guide. You can solve this in any theme:

1 Like

MRamzon, when i followed the guide from your video I ran into an issue while using the Dawn 11.0.0 theme.

When I looked into my Cart-Drawer.liquid file the only code written in it is the following…“{%- render ‘cart-drawer’ -%}”

Is there a different file I need to use for your strategy to work?