資源簡介
網(wǎng)上購物系統(tǒng)源碼
主要功能模塊
1,網(wǎng)上購物系統(tǒng)---商品功能
無限商品類別
可復(fù)制商品類別
可為商品設(shè)置屬性配件(如不同顏色、尺碼、主機(jī)配置),根據(jù)選取的不同配件自動生成價(jià)格
會員可發(fā)表商品評論
可在前臺顯示最新商品、熱賣商品,推薦商品等
提供所見即所得的編輯器,方便地編輯豐富的商品信息呈現(xiàn)方式
2,網(wǎng)上購物系統(tǒng)---訂單功能
訂單具有“確認(rèn)”、“到款”、“部分到款”、“發(fā)貨”、“部分發(fā)貨”、“退貨”、“部分退貨”、“歸檔”、“取消”狀態(tài),方便您控制購物流程的每個階段
自定義訂單打印格式
具有發(fā)貨單、退貨單、收款單、退款單等多種單據(jù)
方便快捷的多種條件查找訂單
3,網(wǎng)上購物系統(tǒng)---會員功能
可向會員發(fā)送會刊、廣告等郵件
4,網(wǎng)上購物系統(tǒng)---支付和配送功能
支持網(wǎng)銀
5,網(wǎng)上購物系統(tǒng)---文章功能
無限文章分類
可通過模板標(biāo)簽的方式在前臺引用任何文章
6,網(wǎng)上購物系統(tǒng)---管理功能
可添加多名管理員,具有不同的權(quán)限
內(nèi)置數(shù)據(jù)庫備份和回復(fù)功能
7,V-eShop網(wǎng)上購物系統(tǒng)---促銷功能
可為商品設(shè)置贈品
自定義優(yōu)惠券
自定義商品批發(fā)方案
商品可捆綁銷售(如將洗面奶和洗發(fā)水這2種商品捆綁在一起銷售)
8,網(wǎng)上購物系統(tǒng)-搜索引擎優(yōu)化功能
自動提交google sitemap
靜態(tài)優(yōu)化,支持url rewrite,全站全靜態(tài)頁面
DIV布局,兼容性強(qiáng)。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(‘請認(rèn)真填寫內(nèi)容!!!‘); ript>“?this.Page);
????????????????????return;
????????????????}
????????????????else
????????????????{
????????????????????DataSet?ds?=?xm.getDataSet(“INSERT?INTO?[book]?(book_namebook_conbook_kf)?VALUES?(‘“?+?a1?+?“‘‘“?+?a2?+?“‘‘等待管理員回復(fù)!!!‘)“);
????????????????????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個文件信息
評論
共有 條評論