For the complete documentation index, see llms.txt. This page is also available as Markdown.

Product Badges

Set up Volume product badges: three defaults (Sale, Sold out, Preorder) plus up to four custom badges via a custom.badge metafield with custom colors.

Default Badges

The theme includes pre-set badges:

  • Sale

  • Sold out

  • Preorder


Custom Badges

You can add and customize up to four custom badges to your products. To enable custom badges, you need to create a product metafield specifically for badges:

  1. Open your Shopify admin.

  2. Go to Settings → Custom data → Products.

  3. Click 'Add definition'.

  4. Enter 'Badge' as the metafield name, resulting in the custom.badge 'Namespace and key' (important!).

  5. Select the type 'Single line text' with 'List of values'.

  6. Click 'Save'.

Once the metafield for badges is created, you can proceed to add specific badges to each product:

  1. Open the desired product.

  2. Scroll down to the metafields section.

  3. Enter the names of your badges into the 'Badge' metafield.

  4. Click 'Save'.


Remove Sale badge

You can remove the sale badge by adding the following code to your Custom CSS section in Theme Settings:

If you'd like to remove it from the Collection page exclusively, please go to Theme Editor → Collection page template → select the Collection page section and add the code to the Custom CSS field.

Last updated

Was this helpful?