solidus_starter_frontend icon indicating copy to clipboard operation
solidus_starter_frontend copied to clipboard

Use a number field for cart item quantity

Open mamhoff opened this issue 4 months ago • 1 comments

Summary

Selects for numbers are a bad idea. It is possible for our variants to have a count_on_hand of Infinity (by unchecking the "track inventory" checkbox. On my machine (32G memory), this took about ten minutes to fill up my memory.

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

The following are not always needed:

  • 📖 I have updated the README to account for my changes.
  • 📑 I have documented new code with YARD.
  • 🛣️ I have opened a PR to update the guides.
  • ✅ I have added automated tests to cover my changes.
  • 📸 I have attached screenshots to demo visual changes.

mamhoff avatar Mar 06 '24 10:03 mamhoff