Is it possible to do the above and what is the best method for doing so?
Whether the order item is split in to multiple order items depends on whether the user has selected a radio button within the order process. I have been suggested to use a cart observer and listen for cart changes and make required changes that way.
Do you suggest the above or is there a better way of doing this?
Stephen,
Would it be a good idea to put some logic in the checkout button code so that if it detects a certain radio button is checked, then make an AJAX call to add extra items in to the cart?
– Ste Sep 12 '14 at 12:11