[ic] Is it possible: on-the-fly order groups?

Brian Kaney brian at vermonster.com
Wed Feb 2 17:34:26 EST 2005


Is it possible to setup an order group consisting of on-the-fly items? 

I am trying to do so in a saved cart, but there the parent-child
relationship does not seem to persist.

I've tried this sort of thing:

<form action="[process]" method="post">

<input type="hidden" name="mv_todo" value="refresh"/>

<input type="hidden" name="mv_order_group" value="1"/>
<input type="hidden" name="mv_order_item" value="MASTER001"/>
<input type="hidden" name="mv_order_quantity" value="1"/>
<input type="hidden" name="mv_order_fly" value="description=Master Item
is On the Fly|price=50"/>

<input type="hidden" name="mv_order_item" value="SUB001"/>
<input type="hidden" name="mv_order_quantity" value="1"/>
<input type="hidden" name="mv_order_fly" value="description=Sub Item 1
is On the Fly|price=75"/>

<input type="hidden" name="mv_order_item" value="SUB002"/>
<input type="hidden" name="mv_order_quantity" value="1"/>
<input type="hidden" name="mv_order_fly" value="description=Sub Item 2 
is On the Fly|price=100"/>

<input type="hidden" name="mv_cart" value="Test Cart 1"/>
<input type="hidden" name="save_cart" value="cart"/>
<input type="submit" value="Save Cart"/>

</form>


Any suggestions?

Regards,
Brian



More information about the interchange-users mailing list