Change the Location of the “Ship to multiple addresses” Checkbox ✏️
In order to change the location of the “Ship to multiple addresses” toggle switch, you can paste the following snippet of code into your cart.liquid theme template wherever you would like the box to appear:
<!--The below code is used to show Giftship's multiple shipping address toggle switch in a custom location-->
<div id="gs__toggle-box">
<input type="checkbox" id="gs__toggle-shipping" value="Ship to Multiple">
<label for="gs__toggle-shipping">
Ship to Multiple Addresses
</label>
</div>
Please keep in mind that the toggle switch will only ever display in a single location, so if you are using a drawer style cart, you will need to ensure that there is a link to the multiple shipping address process on the regular cart page as well.
You can also add additional links to the multiple shipping address process anywhere you like in your theme, by adding in the following code:
<a href="/a/gs/cart/">Ship to multiple addresses</a>
Can't find the answer in our documentation?
Contact Support Style Giftship Elements by Using CSS Overrides ✏️
Using a Drawer or Popup Cart with Giftship’s Features ✏️
Change the location of Giftship’s features ✏️
Using Giftship in Multiple Languages ✏️
Only Show ‘Ship to Multiple Address’ Toggle if More Than 1 Item in Cart ✏️
Change the Location of the “Ship to multiple addresses” Checkbox ✏️
Preventing “Hidden” Line Item Properties from Displaying on Your Store ✏️
Hiding Upsell Products on Your Online Store ✏️
Ensuring the Logo Link is Active and ‘Back to Cart’ Breadcrumb is Always Present During Checkout ✏️
Change the Default Gift Box Icon ✏️