I work for a wine club and I am trying to setup pre-paid subscription plans that include 3 different delivery frequency options. I came up with a solution but I have no idea if will work. I am wondering if there is an ability to test the subscription functionality. I specifically need to test the auto-generation of new pre-paid orders and to make sure they stop when the subscription is over.
I need to ability to sell pre-paid wine subscriptions where the customer chooses the amount of shipments and the delivery frequency.
http://216.139.226.206/washington-wine-gift-club.aspx
I am trying to use Kits. I have set up the main wine club product with 2 sets of Kits.

The first set is Number of Shipments. I am using these to control the price which is dependent on the number of shipments ordered. I set each on with a separate subscription plan in an attempt to control the number of orders the system will auto generate. I am trying to use the Total Number of Payments field to control the final number generated. Though I can let the customer choose the frequency on the backend, I am not sure how to get that to the product page since it is a kit item. To get around this I am using a second type of kit item – Shipping Frequency.

I am hoping to use the Shipping Frequency kits to control the frequency. I set each up with a subscription plan using 0.00 cost and recurring payments of 0.00. The total number of payments is hopefully being controlled by the other kit.

When I do a test order, it looks like the frequency piece will work as the Next Payment Date (of 0.00) seems to show up in the order data. However, there is no expiration date and it is unclear if the system will use the Total Payments data from the Number of Shipments kit subscription.

Is there a way to test the subscription to see if it stops generating shipment orders based on the total number of payments and not on an expiration date?
Did you think this set up will work?
I am also thinking I may be able to just set up Number of Shipments as an option of the main product and pass that data into the subscription? I’m not sure how to do this as I am Ablecommerce / ASP.Net newbie. I know html and css pretty good and can be pretty scrappy getting things to work though.
Any help would be greatly appreciated. Thank you!