{set:$safeInstance = new safeStrategy();$checkResult = $safeInstance->check();} {if:$checkResult}
    {foreach:items=$checkResult}
  • {$item['content']}
  • {/foreach}
{/if}

系统信息

购买及服务 联系我们
当前版本号 {echo:Common::getLocalVersion()}
最新版本号 ...
官网地址 www.aircheng.com
服务器软件 {$_SERVER['SERVER_SOFTWARE']}
附件上传容量 {echo:IUpload::getMaxSize()}
授权信息 ...

基础统计

商家数量 {echo:Api::run('getSellerCount',array('is_lock'=>0))}
销售总额 {echo:Api::run('getOrderAmount')}
注册用户 {echo:Api::run('getCountRegUser')}
产品数量 {echo:Api::run('goodsCount')}
品牌数量 {echo:Api::run('getBrandCount')}
订单数量 {echo:Api::run('getCountOrder')}
库存预警 {set:$store_num_warning = $this->_siteConfig->store_num_warning ? $this->_siteConfig->store_num_warning : 20} {echo:Api::run('getGoodsWarning',array('store_num_warning'=>$store_num_warning))}

最新10条等待处理订单

{foreach:items=Api::run('getNewsOrderList')} {/foreach}
订单号 收货人 订单状态 金额 下单时间 操作
{$item['order_no']} {$item['accept_name']} {echo:Order_Class::getOrderPayStatusText($item)} ¥{$item['order_amount']} {$item['create_time']} {if:$item['status']==1} {/if}