Hiding Sold Out Products From Your Box Builder 🎁

By default, Giftship’s box builder feature displays sold out products with a greyed out button. If you would like to completely hide these from the builder, the following steps can be taken:

  1. Navigate to Shopify Admin -> Apps -> Giftship -> Manage Box Builders -> Box Builder Settings.
  2. In the custom CSS section, paste the below snippet of code, and click save.
/** The below hides out of stock products */
.gs__product-column:not(.gs__product-available),
#gsBuilderGrid #gsBuilderStep .gs__step-sold-out {
    display: none;
}

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