Heres a lil idea u can try urself
In the page you use to show ur itens make the while loop print a checkbox for each produtc u have, letting users click one or more boxes.
Set the name of your checkbox to something like an array like:
<input type="checkbox" name="Item[]" value="<?=$Order_id;?">
So the trick is, make a single button that add the selected products to the cart .... HOW ? Like this ...
All the marked items will be submitted to server as an array,
Loop in the array and MAKE AN INSERT for each item of it !
Just tell me if you want some code for that ....
Hope this help ...i can see ur logged right now ... lets keep doing it !
Im still waiting for help too ...
🙂