{include="header.html"}
  • 1.填写并提交订单
  • 2.确认支付

在线支付

{if(!empty($ordershow))} {/if}
订单编号:{$ordershow['order_code']}-{$ordershow['id']}
{foreach $order_detail as $a} {/foreach} {if(!empty($ordershow['completed_time']))} {/if} {if($ordershow['status']==1)} {/if} {if($ordershow['status']==8)} {/if}
商品编号 商品信息 商品单价 订购数量 小计
{$a['pid']}
{$ordershow['pname']}
{$a['price']} {$a['number']} {$a['price'] * $a['number']}
商品总金额:¥{$ordershow['totalmoney']}
订单状态:{$orderStatus[$ordershow['status']]}
下单时间:{fun date('Y年m月d日 H:i:s',$ordershow['adddate'])}
付款时间:{fun date('Y年m月d日 H:i:s',$ordershow['completed_time'])}
联系电话:{$ordershow['mobile']}
邮政编码:{$ordershow['postcode']}
联系地址:{$ordershow['address']}
联系人:{$ordershow['reciver_user']}
订单备注1:{$ordershow['more']}
说明:您的订单已提交,我们会尽快与您取得联系,如有疑问请致电:{$SysIconfig['file_config']['map']['tel']}
说明:发货中……,如有疑问请致电:{$SysIconfig['file_config']['map']['tel']}
{if(!empty($_SESSION['member']))} {else} {/if}
{include="bottom.html"}