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.
Do you have an idea where the codes for this might be? or how to edit it
@Dbuglabpvtltd do you know where I could find the specific code and what to change?
for this I have to check your theme files.
Do you have any ajax-cart.liquid file?
@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 %}
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 %}
@Dbuglabpvtltd SUPER GRATEFUL FOR YOUR HELP!! Thank you so much!!
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?