Ejemplo n.º 1
0
                                    <?php 
            $OrderAlipay = $cart['discount'];
            //  $OrderAlipay = substr($cart['discount'], 0, strlen($cart['discount']) - 1);
            echo $OrderAlipay / 10;
            ?>
折</span><?php 
        }
        ?>
                            <input type="hidden" id="discountt" value="<?php 
        echo $OrderAlipay / 10;
        ?>
">
                        </div>
                        <div style="width:26%; float:left; text-align: center"> <span >物流配送:</span> 
                            <?php 
        $status = D::getLogistics($cart["SellerID"]);
        ?>
                            <?php 
        //var_dump($cart["SellerID"]);
        ?>
                            <?php 
        echo CHtml::dropDownList('Logistics', $Logistics, $status, array('class' => 'width188 select Logistics', 'id' => $cart["SellerID"], 'style' => 'width:180px', 'empty' => '请选择物流'));
        ?>
                        </div>
                        <div style="width:33%; float:left; text-align: center" class="log<?php 
        echo $cart["SellerID"];
        ?>
">
                            <label>物流公司:</label>
                            <input type="text" name="logistics[]" value=""  class="input abc"/>
Ejemplo n.º 2
0
Archivo: buynow.php Proyecto: zwq/unpei
                            <?php 
    $OrderAlipay = $goods['discount'] / 10;
    echo $OrderAlipay;
    ?>
折</span>
                    <?php 
}
?>
                    <input type="hidden" id="discountt" value="<?php 
echo $OrderAlipay;
?>
">
                </div>
                <div style="width:33%; float:left; text-align: center"><span>物流配送:</span> 
                    <?php 
$status = D::getLogistics($goods["SellerID"]);
?>
                    <?php 
//var_dump($cart["SellerID"]);
?>
                    <?php 
echo CHtml::dropDownList('Logistics', $Logistics, $status, array('class' => 'width188 select Logistics', 'style' => 'width:180px', 'empty' => '请选择物流'));
?>
                    &nbsp;&nbsp;</div>  <div style="width:33%; float:left; text-align: center" class="logis"><label>物流公司:</label>
                    <input type="text" name="logistics[]" value=""  class="input abc"/></div>
                <input type="hidden"  name="goodsid" value="<?php 
echo $goods['GoodsID'];
?>
">
                <input type="hidden" name="goods_amount" value="<?php 
echo $amount;