Skip to content

Instantly share code, notes, and snippets.

@Tjobbe
Created October 10, 2017 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tjobbe/607f1d199407eb21e11be21d5525430c to your computer and use it in GitHub Desktop.
Save Tjobbe/607f1d199407eb21e11be21d5525430c to your computer and use it in GitHub Desktop.
<form method="post" enctype="multipart/form-data">
<div class="input-group spinner">
<input type="text" class="form-control" step="1" min="1" max="253" name="quantity" value="1" title="Qty">
<div class="input-group-btn-vertical">
<button class="btn btn-default" type="button"><i class="fa fa-caret-up"></i></button>
<button class="btn btn-default" type="button"><i class="fa fa-caret-down"></i></button>
</div>
</div>
<input type="hidden" name="add-to-cart" value="<?php echo esc_attr( $product->id ); ?>">
<button type="submit" class="single_add_to_cart_button btn btn-cart">Add to cart</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment