E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic:
accept-charset
action
admin
button
buyer
cart
class
code
com
customers
digital
disabled
ejc
ejejc
form
group
help
input
item
javascript
menu
method
multiple
number
option
parentnode
payment
paypal
post
process
product
products
return
select
sell
seller
setup
shopping
show
site
src
target
track
type
utf-8
| |
| |
|
MoNSTAMusic member Posts: 1 |
Hi Fellow E-junkier's I'm a music producer looking to sell digital tracks on my site. What I'm trying to do is setup a drop-down menu where customers can select multiple tracks and add them to a shopping cart as a group - that is to say, using only 1 "add to cart" button versus one button for each individual track. I plan on using Paypal to process payment and E-junkie to handle the digital distribution. Any help or advice you could provide would be greatly appreciated. -Kyle @ MoNSTAMyNDBEATZ.com # POSTED ON: April 21, 2012 @ 16:46 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 4349 |
This button code would give you a menu of products with a single Add to Cart button that adds the selected item to the buyer's cart: <form action="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=210473&ejc=2" target="ej_ejc" method="POST" accept-charset="UTF-8"> <select name="i"> <option disabled="disabled" selected="selected">↓Pick a Track↓</option> <option value="123456">This Title</option> <option value="123457">That Title</option> <option value="123458">Other Title</option> </select><br> <input src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" alt="Add to Cart" class="ec_ejc_thkbx" onclick="javascript:return EJEJC_lc(this.parentNode);" border="0" type="image"> </form> Each of those option values should be the Item Number of a product in your Seller Admin that you want to show in the menu. # POSTED ON: April 22, 2012 @ 13:57 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






