Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <form class="cart" id="cart-frm" style="margin-bottom: 10px; ">
  2. <div class="row">
  3. <div class="quantity col-md-6 col-sm-6 col-xs-6" style="width:auto;" >
  4. <label style="float: left; margin-top: 10px" for="quantity">Quantity : </label>
  5. <span>&nbsp;</span>
  6. <input style="float: right;" type="text" class="input-text qty" id='qty' title="Qty" value="1" name="quantity" min="1" step="1">
  7.  
  8. </div>
  9. <div class="quantity col-md-6 col-sm-6 col-xs-6 pull-right">
  10. <button type="button" style="float: right;" id ='<?php echo $product['id']; ?>' class="btn btn-primary btn-icon add-to-cart-product"> Add to cart</button>
  11. </div><br>
  12. </div>
  13. <span class="clearfix"></span>
  14. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement