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

  • created

    Apr '12
  • last reply

    Apr '12
  • 1

    reply

  • 852

    views

  • 2

    users

  • 3

    links

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="1https://www.e-junkie.com/ecom/gb.php?c=cart&cl=210473&ejc=21" target="ejejc" 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/ejadd_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.