View Single Post
  #1  
Old 04-04-2018, 08:52 AM
 
jmiranda jmiranda is offline
 

Newbie
  
Join Date: Jan 2018
Posts: 2
 

Default Add to Cart more than 1

I use this all time
<form action="?target=cart" method="post" accept-charset="utf-8" class="custom-add2cart"> <input type="hidden" name="target" value="cart" /> <input type="hidden" name="action" value="add" /> <input type="hidden" name="product_id" value="5" /> <div class="add-button-wrapper widget-fingerprint-product-add-button"> <button type="submit" class="btn regular-button regular-main-button add2cart submit"> <span>Add to cart</span> </button> </div> </form>

I have a case where i need to add 2 of the same item. Is there a hidden variable for quantanty
Thanks
Jorge
__________________
X-Cart
Business 5.3.4.4
asia.serpent.com
Reply With Quote