示例#1
0
                    <?php 
    echo CitruscartSelect::productattributeoptionprefix($item->productattributeoption_prefix, "prefix[{$item->productattributeoption_id}]", array('class' => 'span1'));
    ?>
                </td>
                <td>
                    <input type="text" name="price[<?php 
    echo $item->productattributeoption_id;
    ?>
]" value="<?php 
    echo $item->productattributeoption_price;
    ?>
" class="input-mini" />
                </td>
                <td>
                    <?php 
    echo CitruscartSelect::productattributeoptionprefix($item->productattributeoption_prefix_weight, "prefix_weight[{$item->productattributeoption_id}]", array('class' => 'span1'));
    ?>
                </td>
                <td>
                    <input type="text" name="weight[<?php 
    echo $item->productattributeoption_id;
    ?>
]" value="<?php 
    echo $item->productattributeoption_weight;
    ?>
" class="input-mini" />
                </td>
                <td>
                    <input type="text" name="code[<?php 
    echo $item->productattributeoption_id;
    ?>