E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic:
accept-charset
action
admin
alt
button
buy
buyer
cart
class
click
code
disable
edit
ejc
ejejc
form
image
input
item
items
javascript
limit
method
next
number
onclick
option
parentnode
post
product
quantity
replace
return
select
sell
seller
setting
settings
sold
src
submit
target
thkbx
tickets
total
transaction
type
utf-8
value
| |
| |
|
MDGBV member Posts: 14 |
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? # POSTED ON: April 11, 2012 @ 13:49 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 4346 |
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="ej_ejc" 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/ej_add_to_cart.gif" border="0" alt="Add to Cart" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this.parentNode);"/> </form> # POSTED ON: April 11, 2012 @ 20:10 GMT -7 MODIFIED ON: April 12, 2012 @ 13:38 GMT -7 |
|
MDGBV member Posts: 14 |
Thanks! # POSTED ON: April 12, 2012 @ 05:38 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






