We are selling an item that requires a minimum order of 5. After 5 are ordered then you may increment up in single units from there. For example, if I buy 5 I can then buy 6, 7, 8 and so on Is there a way to set that up in e-junkie?
Sorry, but there it no way to set that
Thanks for the update
I just tried out a test code today from your site and it did have an area in the code that allowed you to up the minimum to "2" is this now available? I can't find anything in the admin to do so, i want people o have a min. order of 2 since they come in pairs.Here's what I had before signing up for the trial to play with:<!-- ADD TO CART button code. --><form action="https://www.e-junkie.com/ecom/fgb.php?c=cart&cl=1&ejc=2" target="ejejc" method="POST"><!-- paypal email(remove if not using PayPal) --><input type="hidden" name="business" value="abc@aol.com"/><!-- google merchant id (remove if not using Google Checkout) --><input type="hidden" name="merchant_id" value="your_google_merchant_id"/><!-- site url --><input type="hidden" name="site_url" value="http://abc.com"/><!-- contact email (where we can notify of the updates) --><input type="hidden" name="contact_email" value="abc@aol.com"/><!-- item name --><input type="hidden" name="item_name" value="Do"/><!-- item number (should be different for each product)--><input type="hidden" name="item_number" value="1"/><!-- item price --><input type="hidden" name="amount" value="2.00"/><!-- initial quantity --><input type="hidden" name="quantity" value="2"/><!-- item options (can be removed if not required) --><input type="hidden" name="on0" value="How did you here about us?"/><select name="os0" ><option value="S">Search Engine</option><option value="M">Media</option><option value="O">Other</option></select><!-- shipping cost --><input type="hidden" name="shipping" value="1.75"><!-- shipping cost of each additional unit --> <input type="hidden" name="shipping2" value="1"><!--handling cost --> <input type="hidden" name="handling" value="0.0"><!-- tax (flat amount, NOT percentage)--><input type="hidden" name="tax" value="0.50"/><!-- following options are applicable to whole cart--><!-- you thank you page --><input type="hidden" name="return_url" value="http://www.e-junkie.com/"/><!-- any custom info you want to pass for the whole order --><input type="hidden" name="custom" value="anything"/><!-- currency (USD for Google Checkout USA, GBP for Google Checkout UK. For PayPal: any currency that PayPal supports --><input type="hidden" name="currency_code" value="USD"/><input type="image" src="https://www.e-junkie.com/ej/ejadd_to_cart.gif" border="0" onClick="javascript:return EJEJC_lc(this.parentNode);"></form>
Share and learn in the E-junkie community.