I know how to limit the total number of items, but is there a setting to limit the total number that can be sold per transaction?Meaning, if I want to sell tickets. Can I say you can only buy 4?
When you add or edit the product in Seller Admin, disable "Let buyer edit quantity" and click Next until you can Submit the new settings. Then use this Add to Cart button code, where you should replace XXXX with the product's Item Number:<form action="https://www.e-junkie.com/ecom/gb.php?c=cart&i=XXXX&cl=68510&ejc=2" target="ejejc" method="POST" accept-charset="UTF-8">Number of Tickets:<br/><select name="quantity"><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option></select><br/><input type="image" src="http://www.e-junkie.com/ej/ejadd_to_cart.gif" border="0" alt="Add to Cart" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this.parentNode);"/></form>
Thanks!
Share and learn in the E-junkie community.