Would like to allow the customer to order multiple variants of a product with one add to cart click.
I have a modded TableOrderForm XML package that works on older version but fails in v 9.
I tried to modify the table order form xml package that comes with v9 but in vain.
Noticed that all pages now have a form tag by default. Category pages seem to post to itself and then any processing happens as a result of postback. For product pages form tags takes it ShowProducts.aspx for processing.
In previous versions, one could have multiple forms and do the neccessary processing but in v9 due to standard asp form it is limiting it somewhat.
Also noticed that for product pages the input tag types are button but they do not have any onclick attribute. A sample code is below..
I thought button type wont do anything till onclick attribute was specified. SO how is anything working when a user clicks on add to Cart button in product page.???<input type="button" id="AddToCartButton_31_37" name="AddToCartButton_31_37" class="AddToCartButton" value="Add to Cart">
Using ML 9.0.1 version. Any help will be much appreciated.
Thanks
Amit