Ejemplo n.º 1
0
                    <?php 
    echo TiendaSelect::productattributeoptionprefix($item->productattributeoption_prefix, "prefix[{$item->productattributeoption_id}]");
    ?>
                </td>
                <td style="text-align: center;">
                    <input type="text" name="price[<?php 
    echo $item->productattributeoption_id;
    ?>
]" value="<?php 
    echo $item->productattributeoption_price;
    ?>
" size="10" class="input-tiny" />
                </td>
                <td style="text-align: center;">
                    <?php 
    echo TiendaSelect::productattributeoptionprefix($item->productattributeoption_prefix_weight, "prefix_weight[{$item->productattributeoption_id}]");
    ?>
                </td>
                <td style="text-align: center;">
                    <input type="text" name="weight[<?php 
    echo $item->productattributeoption_id;
    ?>
]" value="<?php 
    echo $item->productattributeoption_weight;
    ?>
" size="10" class="input-tiny" />
                </td>
                <td style="text-align: center;">
                    <input type="text" name="code[<?php 
    echo $item->productattributeoption_id;
    ?>