Feature Collection

Hi, I need some help with my feature Collection to display the lowest price in the display. At the moment it displays $11.88 but I would like it to display $10.10.

Thank you in advance

Hey @Chuckachucka! What you’re seeing is expected Shopify behavior.

The collection price (“From $11.88”) only reflects one-time purchase variant prices, not subscription discounts. Your $10.10 price comes from “Subscribe & save”, which Shopify does not consider when calculating collection or product card prices.

  • Collections pull prices from variant base prices only
  • Subscription discounts are applied later (on product page / checkout)
  • Shopify has no native way to include subscription pricing in collection grids

Your options

  1. Change the variant base price to $10.10 and apply a markup for one-time purchases (works, but affects pricing logic).
  2. Custom theme code to manually calculate and display the subscription price in collections (advanced, needs dev work).
  3. Marketing workaround (most common):
  • Keep “From $11.88”
  • Add text/badge like “Subscribe & save 15% – from $10.10” on the product card.

Hope that helps! :blush: