資源簡介
網上購物系統源碼
主要功能模塊
1,網上購物系統---商品功能
無限商品類別
可復制商品類別
可為商品設置屬性配件(如不同顏色、尺碼、主機配置),根據選取的不同配件自動生成價格
會員可發表商品評論
可在前臺顯示最新商品、熱賣商品,推薦商品等
提供所見即所得的編輯器,方便地編輯豐富的商品信息呈現方式
2,網上購物系統---訂單功能
訂單具有“確認”、“到款”、“部分到款”、“發貨”、“部分發貨”、“退貨”、“部分退貨”、“歸檔”、“取消”狀態,方便您控制購物流程的每個階段
自定義訂單打印格式
具有發貨單、退貨單、收款單、退款單等多種單據
方便快捷的多種條件查找訂單
3,網上購物系統---會員功能
可向會員發送會刊、廣告等郵件
4,網上購物系統---支付和配送功能
支持網銀
5,網上購物系統---文章功能
無限文章分類
可通過模板標簽的方式在前臺引用任何文章
6,網上購物系統---管理功能
可添加多名管理員,具有不同的權限
內置數據庫備份和回復功能
7,V-eShop網上購物系統---促銷功能
可為商品設置贈品
自定義優惠券
自定義商品批發方案
商品可捆綁銷售(如將洗面奶和洗發水這2種商品捆綁在一起銷售)
8,網上購物系統-搜索引擎優化功能
自動提交google sitemap
靜態優化,支持url rewrite,全站全靜態頁面
DIV布局,兼容性強。IE6.0 7.0 8.0都沒問題
后臺登陸用戶名和嗎都是51aspx

代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Collections;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
using?System.IO;
using?System.Net;
using?System.Text;
namespace?SCard
{
????public?partial?class?book?:?System.Web.UI.Page
????{
????????MyOleDbPager?OleDbPager?=?new?MyOleDbPager();
????????public?Class1?xm?=?new?Class1();
????????public?clsPublic?s?=?new?clsPublic();
????????protected?void?Page_Load(object?sender?EventArgs?e)
????????{
????????????if?(!IsPostBack)
????????????{
????????????????s.setInfo(“---客戶留言“?this.Page);
????????????????OleDbPager.setAttribute(OleDbPager1?“DataList1“?“SELECT?*?FROM?[book]?order?by?id?desc“?“1000000-id“?5);
????????????????if?(Session[“useradmin“]?!=?null)
????????????????{
????????????????????xm.getDataSet(“SELECT?*?FROM?[user_a]?WHERE?[user_name]=‘“+Session[“useradmin“]+“‘?ORDER?BY?id?DESC“);
????????????????????this.TextBox1.Value?=?xm.ds.Tables[0].Rows[0][“user_a2“].ToString();
???????????????????
????????????????}
????????????}
????????}
????????protected?void?ImageButton1_Click1(object?sender?ImageClickEventArgs?e)
????????{
????????????if?(Page.IsValid?==?true)
????????????{
????????????????string?a1?=?s.wipescript(this.TextBox1.Value.Trim()).Replace(“‘“?“‘‘“);
????????????????string?a2?=?s.wipescript(this.TextBox2.Value.Trim()).Replace(“‘“?“‘‘“);
????????????????if?(a1?==““?||?a2?==?““)
????????????????{
????????????????????s.rscript(this.GetType()?“ript>alert(‘請認真填寫內容!!!‘); ript>“?this.Page);
????????????????????return;
????????????????}
????????????????else
????????????????{
????????????????????DataSet?ds?=?xm.getDataSet(“INSERT?INTO?[book]?(book_namebook_conbook_kf)?VALUES?(‘“?+?a1?+?“‘‘“?+?a2?+?“‘‘等待管理員回復!!!‘)“);
????????????????????s.rscript(this.GetType()?“ript>alert(‘留言成功!!!‘);location=‘book.aspx‘ ript>“?this.Page);
????????????????????//wrHtml1(“http://localhost:6705/service/book.aspx“?“book.html“);
????????????????}
????????????}
????????}
????????public?string?wrHtml1(string?a?string?b)
????????{
????????????WebRequest?HttpWebRequest?=?WebRequest.Create(a);
????????????WebResponse?HttpWebResponse?=?HttpWebRequest.GetResponse();
????????????StreamReader?sr?=?new?StreamReader(HttpWebResponse.GetResponseStream()?System.Text.Encoding.GetEncoding(“GB2312“));
????????????string?strHtml?=?sr.ReadToEnd();
????????????string?strFilePath?=?Server.MapPath(b);
????????????FileStream?fs?=?new?FileStream(strFilePath?FileMode.OpenOrCreate);
????????????StreamWriter?sw?=?new?StreamWriter(fs?Encoding.GetEncoding(“GB2312“));
????????????sw.WriteLine(strHtml);
????????????sr.Close();
????????????sw.Close();
????????????fs.Close();
????????????return?a;
????????}
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????.......???????165??2008-05-28?16:49??gouwu\App_Code\App_Code.compiled
????.......??????9728??2008-04-04?17:27??gouwu\App_Code\App_Code.dll
????.......??????8192??2008-04-04?17:27??gouwu\App_Code\App_Web_ilw2bhvx.dll
????.......??????1857??2008-05-06?07:40??gouwu\App_Code\Class1.cs
????.......??????3576??2008-12-26?10:33??gouwu\App_Code\clsPublic.cs
????.......??????1398??2008-04-12?16:51??gouwu\App_Code\condb2.cs
????.......?????11623??2008-05-28?16:49??gouwu\App_Code\GetIPLocation.cs
????.......??????3128??2008-01-06?20:10??gouwu\App_Code\MyOleDbPager.cs
????.......??????5303??2008-03-13?15:41??gouwu\App_Code\Pagination.cs
????.......??????3413??2008-04-01?13:46??gouwu\App_Code\visit.cs
?????目錄??????????0??2009-07-31?22:29??gouwu\App_Code
????.......?????11614??2006-07-24?13:58??gouwu\bcastr.swf
????.......?????20480??2008-05-05?17:03??gouwu\Bin\AspNetPage.dll
????.......???????278??2008-05-05?17:06??gouwu\Bin\AspNetPage.dll.refresh
????.......?????15872??2008-05-04?16:45??gouwu\Bin\AspNetPage.pdb
????.......?????45056??2008-12-02?10:21??gouwu\Bin\fredck.fckeditorv2.dll
????.......????????46??2008-01-06?20:19??gouwu\Bin\fredck.fckeditorv2.dll.refresh
????.......?????57344??2007-03-22?19:27??gouwu\Bin\Intelligencia.UrlRewriter.dll
????.......?????40960??2008-01-06?20:19??gouwu\Bin\WebPager.dll
????.......????????34??2008-03-25?11:37??gouwu\Bin\WebPager.dll.refresh
?????目錄??????????0??2009-07-31?22:29??gouwu\Bin
????.......??????4504??2009-10-17?23:02??gouwu\book.aspx
????.......??????2988??2009-02-03?16:44??gouwu\book.aspx.cs
????.......???????107??2009-10-17?23:02??gouwu\chinabank\AutoReceive.aspx
????.......??????2340??2009-12-22?11:34??gouwu\chinabank\AutoReceive.aspx.cs
????.......??????1324??2009-10-17?23:02??gouwu\chinabank\Receive.aspx
????.......??????2451??2009-01-05?14:31??gouwu\chinabank\Receive.aspx.cs
????.......??????2181??2009-10-17?23:02??gouwu\chinabank\Send.aspx
????.......??????3771??2008-12-29?10:40??gouwu\chinabank\Send.aspx.cs
?????目錄??????????0??2009-12-22?11:34??gouwu\chinabank
............此處省略607個文件信息
- 上一篇:C#與數據庫課程設計圖書管理系統+報告文檔
- 下一篇:C#文件管理
評論
共有 條評論