本文整理汇总了PHP中D::getLogistics方法的典型用法代码示例。如果您正苦于以下问题:PHP D::getLogistics方法的具体用法?PHP D::getLogistics怎么用?PHP D::getLogistics使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类D
的用法示例。
在下文中一共展示了D::getLogistics方法的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: array
<?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"/>
示例2: array
<?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' => '请选择物流'));
?>
</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;