E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic:
additional
admin
amount
available
button
buy
cart
code
contact
currency
custom
ejc
ejejc
email
flat
form
handling
image
info
item
javascript
method
min
number
onclick
option
options
order
ordered
paypal
price
product
quantity
remove
return
select
selling
shipping
single
site
src
supports
target
thank-you-page
trial
unit
update
url
| |
| |
|
walexy member Posts: 2 |
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? # POSTED ON: October 22, 2007 @ 14:18 GMT -7 |
|
E-junkieChef E-Junkie Crew Posts: 936 |
Sorry, but there it no way to set that # POSTED ON: October 22, 2007 @ 15:53 GMT -7 |
|
walexy member Posts: 2 |
Thanks for the update # POSTED ON: October 22, 2007 @ 15:55 GMT -7 |
|
kdemonte member Posts: 3 |
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="ej_ejc" 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/ej_add_to_cart.gif" border="0" onClick="javascript:return EJEJC_lc(this.parentNode);"> </form> # POSTED ON: May 8, 2008 @ 19:07 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






