- <input type=”text” name=”item_test” id=”item_test” class=”px” value=”$trade[test]” tabindex=”1″ />
复制代码,
- costcredit
复制代码,
- costcredit
复制代码,
- ‘item_costcredit’ => $_GET[‘item_costcredit’],
- ‘item_test’ => $_GET[‘item_test’]
复制代码,
- ‘costcredit’ => $_GET[‘item_costcredit’]),<span style=”line-height: 1.5;”>’test’ => $_GET[‘item_test’])</span>
复制代码,
- costcredit
复制代码,
- $item_costprice = floatval($item_costprice);
复制代码,1、想好字段名!
这里取一个test
商品发布模板:post_trade.htm
在商品发布模板贴内新建一个文本框!
- <input type=”text” name=”item_test” id=”item_test” class=”px” value=”$trade[test]” tabindex=”1″ />
复制代码
目录:source/class/extend
然后修改文件:extend_thread_trade.php
搜索:
- costcredit
复制代码 按照
- costcredit
复制代码
的格式来创建tese
- ‘item_costcredit’ => $_GET[‘item_costcredit’],
- ‘item_test’ => $_GET[‘item_test’]
复制代码
- ‘costcredit’ => $_GET[‘item_costcredit’]),<span style=”line-height: 1.5;”>’test’ => $_GET[‘item_test’])</span>
复制代码
反正就是搜索“costcredit”在他所出现过的地方,按照他的格式照搬
然后修改;
目录:source/function/
然后修改文件:function_trade.php
同样的搜索:
- costcredit
复制代码 按照他的格式照搬
不过有一处需要注意
搜索到:
- $item_costprice = floatval($item_costprice);
复制代码 的时候,这里会处理数据类型!
时间比较急,粗略写一下!不清楚,跟帖!