opencart制作教程,magento源码分析
2022-09-19 11:06:19 - 米境通
前台控制程序列表-catalog/controller
Catalog
|controller
|account会员功能
|——account.php会员功能主頁
|——address.php会员功能-地址管理
|——create.php创建账号
|——download.php会员功能-商品下载
|——edit.php会员功能-编辑个人资料
|——forgotten.php取回密码
|——history.php会员功能-订单记录列表
|——invoice.php折扣券接收处理程序
|——login.php登入
|——logout.php登出完成页
|——newsletter.php会员功能-电子报订阅取消
|——password.php会员功能-密码变更
|——success.php创建账号成功訊息
Catalog
|controller
|checkout结账功能
|——address.php结账功能-地址处理(配送,账单..地址)
|——cart.php浏览购物清单(购物车)
|——confirm.php结账功能-最后确认
|——guest_step_1.php免登入结账第一步
|——guest_step_2.php免登入结账第二步
|——guest_step_3.php免登入结账第三步
|——payment.php结账功能-选择付款方式
|——shipping.php结账功能-选择配送方式
|——success.php完成结账成功消息
Catalog
|controller
|common主要版面
|——column_left.php左栏模块载入
|——column_right.php右栏模块载入
|——footer.php页脚
|——header.php页头
|——home.php首页
|——maintenance.php维护中显示頁
|——seo_url.php网址最佳化处理程序之一(缩短网址)
Catalog
|controller
|error404错误
|——not_found.php无此页
Catalog
|controller
|feed网站地图和订阅
|——google_base.php网站订阅(feed)
|——google_sitemap.php网站地图
Catalog
|controller
|information网站资讯
|——contact.php发送信件给店家
|——information.php商店文章
|——sitemap.php网站导览
Catalog
|controller
|module功能模块
|——bestseller.php畅销商品
|——cart.php购物清单(侧栏)
|——category.php目录(侧栏)
|——featured.php推荐商品
|——google_talk.phpgoogle即時通(侧栏)
|——information.php商店文章(侧栏)
|——latest.php最新商品
|——manufacturer.php品牌选单
|——special.php特价商品
Catalog
|controller
|product商品功能
|——category.php同目录商品列表
|——manufacturer.php同品牌商品列表
|——product.php商品详细内容页
|——search.php搜索功能
|——special.php特价商品列表