1. 1
  2. 2
  3. 3
  4. 4
  1. 填写订单
  2. 确认订单
  3. 在线支付
  4. 预订成功
订单金额: ¥ {$info.price} {$info.goods_name}人数:{$info.input_cr}成人  {$info.input_rt}儿童 出发日期:{$info.date}  归来日期:echo date('Y-m-d',strtotime(''.date('Y-m-d',strtotime($info['date'])).' +'.$minfo['days'].' days'))
订单状态:{$info.status|get_status}
if($info['status']=='0') {
您的订单已经提交,请等待客服联系确认,请保持电话畅通,谢谢!会员中心  网站首页
} else if($info['status']=='1') {

全额支付: ¥ {$info.price} if($cfg_dingjin>0) {               定金: ¥ echo round($info['price']*$cfg_dingjin/100,2) }

$alipay=M('rewrite')->where(array('name'=>'alipay'))->find(); $alipay=json_decode($alipay['content'],true); //支付宝参数 $weixin=M('rewrite')->where(array('name'=>'weixin'))->find(); $weixin=json_decode($weixin['content'],true); //微信参数 if($alipay['open']==1) { } if($weixin['open']==1) { }
支付宝支付 微信支付
if($alipay['open']==1) { }
确认支付 下一步
}