Why won't the cart mobile button work on my theme kit?

Hi all,

Recently taken over a site. Had a couple issues with it.

The go to cart (once products have been added) doesn’t work, only on mobile? On full-screen, it pops up at the side. Not as a page (which is fine)

Any suggestions?

https://livias.co.uk/

Hi @Astre123 ,

I have tested and it works fine. Do you test on another device?

@Astre123
Hi,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. In your theme.liquid file, find the
  3. paste this code right above the tag:

Hi, tried this but it doesn’t seem to have fixed the issue?

issue:

It’s on mobile, you can add to basket but you can’t then go on to other products and return to basket by clicking on mobile basket top right

Hi @Astre123 ,

You want in mobile, click on cart icon it will go to cart page?

Please send me the code of header.liquid file, I will check it for you

1 Like

Hi @Astre123 ,

Please find ‘mobileMenuBurger’ and change code here:

Code:


{%- include "go-cart-button" -%}

Hope it helps!

1 Like