欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

最土團(tuán)購功能修改技巧整理

  發(fā)布時(shí)間:2012-01-09 16:14:32   作者:佚名   我要評(píng)論
最近使用了最土團(tuán)購系統(tǒng),感覺確實(shí)不錯(cuò),功能也方便添加。下面整理一些技巧方便以后再修改。

1、最土團(tuán)購 購買頁 用戶稱呼也需要填寫(必填項(xiàng))的實(shí)現(xiàn)方法 \include\template\team_buy.html

復(fù)制代碼
代碼如下:

<div class="field username">
<label>真實(shí)姓名</label>
<input type="text" size="15" name="realname" id="settings-realname" class="f-input" <!--{if $_SESSION['ali_add']}-->value="{$_SESSION['ali_add']['fullname']}" <!--{else}-->value="{$login_user['realname']}"<!--{/if}--> require="true" datatype="require" /><span class="inputtip">請輸入姓名或稱呼(例:張先生)</span>
</div>
<div class="field username">
<label>手機(jī)號(hào)碼</label>
<input type="text" size="30" name="mobile" id="settings-mobile" class="number" value="{$login_user['mobile']}" require="true" datatype="mobile" maxLength="11" /><span class="inputtip">請?zhí)顚懻_的手機(jī)號(hào)碼(可為朋友代買)</span>


2、商家后臺(tái)實(shí)現(xiàn)跟管理員差不多的信息,例如 用戶名與聯(lián)系電話 \include\template\biz_coupon.html

復(fù)制代碼
代碼如下:

<td nowrap>{$users[$one['user_id']]['email']}<br/>{$orders[$one['order_id']]['realname']}({$users[$one['user_id']]['username']})
TEL:{$users[$one['user_id']]['mobile']}</td>

\biz\coupon.php

復(fù)制代碼
代碼如下:

$user_ids = Utility::GetColumn($coupons, 'user_id');
$users = Table::Fetch('user', $user_ids);
$order_ids = Utility::GetColumn($coupons, 'order_id');
$orders = Table::Fetch('order', $order_ids);

相關(guān)文章

最新評(píng)論