Is there a plugin that makes it easy to do a “- / +” for manipulating quantities?

shopping%20add%20subtract%20qty

No need for a plugin - this is easy to do directly in Bubble.

Here’s one solution:

  • Use a custom state to store the quantity for each item
  • Then when the user clicks “+” run a workflow. Use an action to set the value of the custom-state equal to “custom-states current value + 1”
1 Like

Thanks I will give it a try!

1 Like