Hey guys, Looking for some help...



New to E-Junkie and I have a few products that require a minimum order of 50 pieces, so the shopping cart must start at 50 instead of "1" because I don't think the vast majority of customers are smart enough to not screw it up.



How do I get the cart to start at 50 pieces at the $5.00 per piece cost?



Thanks in advance.



Mike

  • created

    Oct '11
  • last reply

    Oct '11
  • 1

    reply

  • 1.0k

    views

  • 2

    users

  • 3

    links

You could add &quantity=50 to the button's href= URL, like so:



<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=100100&cl=20545&ejc=2&quantity=50" target="ejejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ejadd_to_cart.gif" border="0" alt="Add to Cart"/></a>



However, if you wanted buyers to be able to increase that quantity in their cart, there'd be no way to stop them from decreasing it as well. You could disable "Let buyer edit quantity" in the product's settings, but then they wouldn't be able to order any other quantity, so in that case you might as well just sell the product as 50-packs (where each qty=1 ordered counts as one pack of 50) and let buyers use the Qty. field to order as many 50-packs as they wish.