示例#1
0
    }
    ?>
	<?php 
}
?>
	</form>

	<?php 
if ($orderProductListPay) {
    ?>
	<div style="color:#555da8;border-top:2px solid;margin-top: 5px">
	<div class="order-top"><div class="order-top-left"><?php 
    echo yii::t('app', '下单总额 :');
    ?>
<span> <?php 
    echo Money::priceFormat($orderPricePay);
    ?>
</span></div><div class="order-top-right"><button class="online-pay"><?php 
    echo yii::t('app', '在线支付');
    ?>
</button></div></div>
	<div class="order-time"><div class="order-time-left"><?php 
    echo date('Y-m-d H:i:s', time());
    ?>
</div><div class="order-time-right select-taste" data-id="<?php 
    echo $orderList->order ? $orderList->order['lid'] : 0;
    ?>
" type="3" product-id="0" style="color:#ff8c00"><?php 
    echo yii::t('app', '呼叫服务员');
    ?>
<img src="../img/product/down-arrow.png" /></div></div>
示例#2
0
  </div>
   <!--<div class="top-middle">
   	<button id="updatePadOrder">下单并打印</button>
   </div>-->
  <div class="top-right">
	  <div class="shoppingCart">
	     <div class="total-num num-circel"><?php 
echo $nums;
?>
</div>
	  </div>
	  <div class="total-price"><?php 
if (Yii::app()->language == 'jp') {
    echo (int) Money::priceFormat($price);
} else {
    echo Money::priceFormat($price);
}
?>
</div>
          <div class="top-right-button">
                <button id="infoPadOrder"><?php 
echo yii::t('app', '订单详情...');
?>
</button>
           </div>
  	<div class="clear"></div>
  </div>
</div>
<?php 
if (Yii::app()->language == 'jp') {
    ?>