โค้ด
Code: Select all
<span class="quantity-text">Quantity</span>
<span class="quantity-box">
<input type="text" class="quantity-input js-recalculate" name="quantity[]" data-errstr="You can buy this product only in multiples of %s pieces!" value="1" init="1" step="1">
</span>
<span class="quantity-controls js-recalculate">
<button type="button" class="quantity-controls quantity-plus"><i class="fa fa-angle-up"></i></button>
<button type="button" class="quantity-controls quantity-minus"><i class="fa fa-angle-down"></i></button>
</span>