Quantity picker options

Topic summary

A user is seeking to identify or implement a quantity picker feature that displays as a plus sign icon, sharing a reference image.

Suggested Solutions:

  • One respondent recommends the “Buy Me ‑ Sticky Buy Button” Shopify app as a potential match
  • Alternatively, this functionality can be achieved through custom theme code modifications
  • Another participant notes this is a common e-commerce feature that may already exist in the user’s current theme

Implementation Options:

  • Check if the existing theme includes this feature natively
  • If available, customize the icon by editing the liquid template file and applying CSS styling to change the default icon to a plus sign
  • Install a dedicated app if theme customization isn’t preferred

The discussion remains open with no confirmation of which solution the original poster will pursue.

Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

I have attached an image that shows quantity picker as a plus sign. Does anyone recognise this as an app available on Shopify.

Hi @B1kerdel ,

You can refer to the app: Buy Me ‑ Sticky Buy Button

This can also be done by editing the theme code if you want.

Does your theme provide the same feature, it probably should its a common feature for an e-commerce store.

And if it does, you can change the icon that shows in your theme to a plus by modifying the liquid file rendering it and style it according to your needs with some css.