水微晶 埋線 prp
返回列表 回復 發帖

帖子標題:[求助] 請問如何在數據庫找到資料!!謝謝大家

1、ecshop版本:2.72
2、模板名稱&來源:Goodbaby&原來如此
3、主機環境:自行架設/組用、WIN/LINUX、PHP/MYSQL版本
組用、win、phpMyAdmin 2.6.4-pl2、MySQL 版本 5.1.50-log
4、商店網址:http://www.rushin05.twbbs.org/
5、測試用戶帳號密碼:
6、問題描述:
因為要與網路通路合作,
需要提供網路通路以下資料,
訂購日期 Order Date
訂單編號Order Serial Number
購買人Buyer Name
Market Taiwan RID number
商品編號Product Serial Number
購買商品Product description
數量Product Quantity
網路銷售價Unit price
        需要以上資料,
然後我去資料查,只查到以下這些
pei_order_goods       
        goods_name        產品名稱
        goods_price        產品價格
               
               
pei_order_info       
        consignee          訂購人姓名
        order_sn        訂單編號
        confirm_time        確認的時間

想請問各位高手,其他的我是要去資料庫哪裡查呢?
然後我去查了一下數據庫,
裡面沒有sale.php這是正常的嗎?
還是我的版本有問題!!

網路通路還有附給我一組 是要用來搜索Market Taiwan RID number

< ------------------------- Put this in the Header, must load first --------------------------->
<? php
setcookie("ID", $ _ GET['RID']);
? >
< ------------------------- End Code for Home Page --------------------------->

< ------------------------- Put this in the header of the checkout page or wherever you choose to call this cookie and where it can be submitted with the order --------------------->
<? php
if(isset($ _ COOKIE['RID']))
{
    $RID = $ _ COOKIE['RID'];
}
? >

< -------------------------- Put this code in the input code area of your form ----------------------------------->

           <input name ="ID" type ="" value ="<? echo $RID ? >"  readonly ="true" size ="9" >

< ------------------------------------------ End of Code -------------------------------------------------------->
是要如何把它寫進去呢??謝謝

謝謝大家,
這是我第一次接觸ecshop、PHP、SQL,
麻煩各位了,
真的謝謝大家。
提醒您: 您在"ECSHOP 交流討論區"交流請遵守台灣法律規範,"holic" 發表的文章《請問如何在數據庫找到資料!!謝謝大家》版權歸屬作者所有,如是轉貼版權歸屬原作者所有.本論壇不對其真實性做任何考證.
返回列表