Código PHP:
$_complemento_ballons .= '<tr><td class="txt11b"><input type="checkbox" name="ballons[]" onclick="itemPlusPlus(\'Ballons\')" value="'.$row['id_productos'].'" class="check"> '.$row['nombre'].'</td>
<td><input name="cant_ballons[]" type="text" class="quantity2" value="1"> </td> <td class="txt11b" style="vertical-align:middle;"> £ '.$_precio.' <input type="hidden" name="price_ballons[]" value="'.$_precio.'"/> </td> </tr>
<tr><td colspan="3" height="1" bgcolor="#000000"></td></tr>';
Espero puedan darme una mano, gracias!