[ic] ordering multiple line, same sku, modifiers

Tim Stoakes interchange-users@icdevgroup.org
Sun Nov 10 20:51:01 2002


Hi
I'm wanting to order multiple lines in one click. This is easily done if the lines are for different items, but I want to have all the same sku, with different modifiers on each line, like:

Item: SKU123
Type	qty	price
red	+---+	$5
	| 1 |
	+---+
green	+---+	$3
	| 2 |
	+---+
| BUY |


Where red/green are item modifiers. Is this possible with ic? Is it possible with some variation on:
[set incr]1[/set]
[loop arg="red green"]
	<input type=hidden name="mv_oi[scratch incr]" value="[item-code]">
	[loop-code]
	<input type=hidden name="mv_item_modifier[scratch incr]" value="[loop-code]">
	<input type="text" name="mv_order_quantity[scratch incr]" size="4">
	[currency]pricehere[/currency]
	[seti incr][calc][scratch incr]+1[/calc][/seti]
[/loop]
[set incr][/set]

on flypage?

Thanks for your help.
Tim Stoakes