Foros del Web » Programando para Internet » Javascript »

Total Con Varios input y un solo price

Estas en el tema de Total Con Varios input y un solo price en el foro de Javascript en Foros del Web. Código PHP: < table  class= "tableizer-table"  style = "table-layout: fixed" >     < tr  class= "tableizer-firstrow" >         < th width = "80" > REFERENCIA </ th >         < ...
  #1 (permalink)  
Antiguo 18/01/2013, 10:20
 
Fecha de Ingreso: junio-2012
Mensajes: 77
Antigüedad: 11 años, 10 meses
Puntos: 5
Total Con Varios input y un solo price

Código PHP:

<table class="tableizer-table" style="table-layout: fixed">
    <
tr class="tableizer-firstrow">
        <
th width="80">REFERENCIA</th>
        <
th width="200">DESCRIPCION</th>
        <
th width="120">COLOR</th>
        <
th width="35">30 <br />
        
XS/<br />
        
4</th>
        <
th width="35">32 <br />
        
<br />
        
6</th>
        <
th width="35">34 <br />
        
<br />
        
8</th>
        <
th width="35">35</th>
        <
th width="35">36 <br />
        
<br />
        
10</th>
        <
th width="35">37</th>
        <
th width="35">38 <br />
        
XL <br />
        
12</th>
        <
th width="35">39</th>
        <
th width="35">40 <br />
        
XXL</th>
        <
th width="50">TOTAL UDS</th>
        <
th width="50">VLRUNIT.</th>
        <
th width="50">VLRTOTAL</th>
    </
tr>
        <
tr class="item">
        <!-- 
Referencia -->
        <
td><span class="dropt" title="ImagenRef"0245M22        <span><img
            src
="imagenes/TOU/"
            
width="400" height="300"><br />
            
Referencia0245M22</span></span></td>
        <!-- 
Descripcion -->
        <
td>Procut</td>
        <!-- 
Color -->
        <
td>MARFIL</td>
        <
td width="35"><input type="text" name="0245M22-XS" size="1" class="cantidad"></td>
 <
td width="35"><input type="text" name="0245M22-S" size="1" class="cantidad"></td>
 <
td width="35"><input type="text" name="0245M22-M"  size="1" class="cantidad"></td>
 <
td width="35"><input type="text" name="0245M22-35"  disabled=TRUE size="1" class="cantidad"></td>
 <
td width="35"><input type="text" name="0245M22-L"  size="1" class="cantidad"></td>
 <
td width="35"><input type="text" name="0245M22-37"  disabled=TRUE size="1" class="cantidad"></td>
 <
td width="35"><input type="text" name="0245M22-38-XL-12"  disabled=TRUE size="1" class="cantidad"></td>
 <
td width="35"><input type="text" name="0245M22-39"  disabled=TRUE size="1" class="cantidad"></td>
 <
td width="35"><input type="text" name="0245M22-40-XXL"  disabled=TRUE size="1" class="cantidad"></td>        <!-- Total -->
        <
td></td>
        <!-- 
Valor Uni -->
        <
td data-price="45000">45000</td>
        <
td></td>
    </
tr>
<
tr class="item">
        <!-- 
Referencia -->
        <
td><span class="dropt" title="ImagenRef"0438V22        <span><img
            src
="imagenes/TOU/TOU22/0438V22.jpg"
            
width="400" height="300"><br />
            
Referencia0438V22</span></span></td>
        <!-- 
Descripcion -->
        <
td>BRASIER COPA NORMAL</td>
        <!-- 
Color -->
        <
td>VERDE</td>
         <
td width="35"><input type="text" name="0438V22-30-XS-U-04" size="1" class="cantidad"  disabled=TRUE></td>
 <
td width="35"><input type="text" name="0438V22-32" size="1" class="cantidad"></td>
 <
td width="35"><input type="text" name="0438V22-34" size="1" class="cantidad"></td>
 <
td width="35"><input type="text" name="0438V22-35" size="1" class="cantidad" disabled=TRUE></td>
 <
td width="35"><input type="text" name="0438V22-36" size="1" class="cantidad"></td>
 <
td width="35"><input type="text" name="0438V22-37" size="1" class="cantidad" disabled=TRUE></td>
 <
td width="35"><input type="text" name="0438V22-38-XL-12" size="1" class="cantidad" disabled=TRUE></td>
 <
td width="35"><input type="text" name="0438V22-39" size="1" class="cantidad" disabled=TRUE></td>
 <
td width="35"><input type="text" name="0438V22-40-XXL" size="1" class="cantidad" disabled=TRUE></td>        <!-- Total -->
        <
td></td>
        <!-- 
Valor Uni -->
        <
td data-price="65000">65000</td>
        <
td></td>
    </
tr>
</
table

Como hago para ir totalizando cada uno. intente con un javascript pero ese solamente totaliza un solo campo como hago para varios campos..

gracias
  #2 (permalink)  
Antiguo 18/01/2013, 14:16
Avatar de maycolalvarez
Colaborador
 
Fecha de Ingreso: julio-2008
Ubicación: Caracas
Mensajes: 12.120
Antigüedad: 15 años, 9 meses
Puntos: 1532
Respuesta: Total Con Varios input y un solo price

depende de como los obtengas, usualmente se usa getElementsByTagName y se recorren en ciclo filtrando los que interesan
__________________
¡Por favor!: usa el highlight para mostrar código
El que busca, encuentra...

Etiquetas: input
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 13:53.