I’ve been looking for a way to remove a unnecessary shipping info from my cart drawer.
I believe it’s been added somewhere in the ajax cart liquid code, but i can’t identify where excactly.
Maybe i’m wrong…
Does anyone know how to get rid of this feature?
This might me coming from a plugin. If it’s coming from a plugin then you will need to either get rid of plugin or use DOM manipulation to hide it after the element is loaded.
In case it is coming from liquid code then it is straight forward, we just need to download the theme file and use text editor to search for exact string or class to locate it.
1 Like