Forum

Thread tagged as: Shop

Shop: Cart, Individual increase/decrease quantity buttons...

First, shop is so cool. Thank you so much for all your work on it!

I was wondering if there was a way to separate the plus minus quantity buttons so that they could be styled...

I see there's a:

<button type="submit" class="remove_cart" name="del:<perch:cartitem id="identifier" />" value="1">
    Remove
</button>

Is there anything similar to adjust the quantity?

Thanks, Monty

Monty Lewis

Monty Lewis 2 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

You should be able to use any standard JavaScript widget for that.