HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.snodshop.com/Home/Tpl/Index/result.html
<extend name="Order:akmall" />
<block name="css">
<link href="__PUBLIC__/akmall/pc/akmall.css?v={$Think.const.AKMALL_VERSION}" rel="stylesheet">
</block>
<block name="body">
<include file="Index:header" />

<div class="container">
		<div class="mainwidth">
			<div class="cartconbox cartconbox_1">
				
				<div class="succtop">
					<span class="text">
						<notempty name="options">
							{:lang('order_info')}
						<else />
							{:lang('paymentSubmit')}
						</notempty>
					</span>
				</div>
				
				<div class="protipscon">
					<div class="protips_in">
						<span class="title">{:lang('order_info')}</span>
						<ul class="text">
							<notempty name="order.status">
							<li><label>{:lang('order_status_colon')}</label><span><php>$status=C('ORDER_STATUS');</php>{$status[$order['status']]}</span></li>
							</notempty>
							<li><label>{:lang('order_number_colon')}</label><span>{$order.order_no}</span></li>
							<li><label>{:lang('item_name_colon')}</label><span>{$order.item_name}</span></li>
							<volist name="options" id="name">
							<php>if(in_array($name,array('verify'))){continue;}</php>
							<li>
								<label>{:lang($name.'_colon')}</label>
								<span>
									<switch name="name">
										<case value="mobile">{$order['mobile']|substr=0,3}****{$order['mobile']|substr="-3"}</case>
										<case value="price"><b>{:lang('symbol')}{$order['total_price']}</b></case>
										<case value="payment"><php>$payment = C('PAYMENT');echo $payment[$order[$name]]['name'];</php></case>
										<default />{$order[$name]}
									</switch>
								</span>
							</li>
							</volist>
						</ul>
					</div>
				</div>
				<div class="btn-group"> <a href="{$order.url}" class="booking-now">{:lang('goback')}</a></div>
				
			</div>
		</div>
    </div>
<script type="text/javascript">
seajs.use(['jquery'],function($){
	var order_id = "{$order['id']}";
	$.ajax({ url:"{:U('Api/send')}",timeout:100,data:{order_id:order_id} });
});
</script>	
</block>

<block name="foot">
<include file="Index:footer" />
</block>