1 / 5
Feb 2012

We're selling DVD's on our website using three different packages:



1. Just DVDs

2. DVD as part of a kit/bundle I

3. DVD as part of a kit/bundle II



We managed to set up inventory control so that all three packages use one inventory (from "1. Just DVDs").



Our issue now is that each kit actually has or should have 2 DVDs and we're uncertain on how to change this for or inventory control.



Also we want to confirm that each bundle sale will bring inventory down by number of DVDs, though it is one bundle of several DVDs.



Any suggestions? Thanks!

  • created

    Feb '12
  • last reply

    Feb '12
  • 4

    replies

  • 1.2k

    views

  • 3

    users

  • 4

    links

We have no way to make each unit sold of a bundle product remove more than one unit from another product's affected inventory.



You could however make a cart button for the bundle product that only allows ordering qty=2. To do this, you would disable "Let buyer edit quantity" in the bundle product's settings, set its price to half of what the 2-disc package deal goes for, and add &quantity=2 to the bundle product's href= URL, like so:



<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=XXXXXX&cl=183435&ejc=2&quantity=2" target="ejejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ejadd_to_cart.gif" border="0" alt="Add to Cart"/></a>



You would also probably want to give the bundle an Item Name that explains order qty=2 in the cart for that item means a 2-disc set.

For how much is your each kit? Can you give more details on your package?