Only Show ‘Ship to Multiple Address’ Toggle if More Than 1 Item in Cart ✏️

1. Open up your theme editor by going to Shopify Admin –> Online Store –> Themes –> “Your Theme” –> Edit Code.

2. Open up your cart.liquid template file by going under the “Templates” heading, and clicking on cart.liquid

3. Copy the below snippet, and paste it at the top of your cart.liquid file.

{% if cart.item_count <= 1 %}
<style>
#gs__toggle-box {
display: none !important;
}
</style>
{% endif %}

4. Click Save.

Can't find the answer in our documentation?
Contact Support