MvMmall单用户网店/模板文件
查看全部词条命名空间:Main
本条目旨在为您介绍MvMmall单用户网店的模板文件功能:
templates\default模板文件说明
| 文件名 | 说明 | 对应URL |
|---|---|---|
| header.html | 头部文件显示页面 | 无 |
| left.html | 左边分类等显示页面 | 无 |
| help_left.html | 左边帮助页面 | 无 |
| footer.html | 底部页面 | 无 |
| index.html | 首页显示页面 | index.php |
| login.html | 登陆显示页面 | logging.php?action=login |
| register.html | 会员注册页面 | register.php |
| lostpasswd.html | 找回密码显示页面 | lostpass.php?action=lostpasswd |
| category.html | 分类显示页面 | category.php?action=xxxx |
| product.html | 商品详细显示页面 | product.php?action=xxxx |
| gallery.html | 商品相册显示页面 | gallery.php?uid=xx |
| goods.html | 最新热门推荐等列表页面 | goods.php?action=xxx |
| sales.html | 促销商品列表页面 | goods.php?action=sales |
| group.html | 团购活动列表页面 | group.php?action=list |
| group_view.html | 团购活动显示详细页面 | group.php?action=view&id=xx |
| auction.html | 拍卖活动列表页面 | auction.php?action=list |
| auction_view.html | 拍卖活动详细页面 | auction.php?action=view&id=xxx |
| brand_list.html | 品牌列表显示页面 | brand.php?action=list |
| brand_view.html | 品牌详细显示页面 | brand.php?action=list |
| cart.html | 购物车列表显示页面 | cart.php?action=list |
| cart_buy.html | 购物选择填写表单页面 | cart.php?action=buy |
| cart_end.html | 购物流程支付页面 | cart.php?action=pay |
| order.html | 定单查询页面 | order.php?action=list |
| order_edit.html | 定单编辑页面 | member.php?action=edit_order&ps_id=xxx |
| member_point.html | 会员积分显示页面 | member.php?action=point |
| member_info.html | 推广中心显示页面 | member.php?action=info |
| member_profile.htm | 会员资料修改显示页面 | member.php?action=profile |
| member_auction.html | 会员拍卖记录页面 | member.php?action=auction |
| member_money.html | 会员预付款页面 | member.php?action=money |
| member_order.html | 会员定单列表页面 | member.php?action=order |
| pay_money.html | 提交支付预付款显示页面 | member.php?action=pay |
| board_list.html | 文章显示列表页面 | board.php?action=xxx |
| article.html | 文章显示详细页面 | article.php?action=xxx&id=xx |
| board_modify.html | 文章发布编辑页面 | post.php?action=xx&ps_mode=modify&id=x |
| sendemail.html | 商品推荐邮件显示页面 | mailer.php?action=sendemail |
| recommend.html | 推荐商品邮件显示页面 | mailer.php?action=recommend&uid=xx |
| comment.html | 会员评论列表页面 | member.php?action=comment |
| search.html | 商品搜索显示页面 | search.php?action=search |
| tag.html | 商品标签显示页面 | tag.php?action=list |
| quotation.html | 商品报价单页面 | quotation.php?action=list |
| page.html | 一般页面显示页面 | page.php?action=xxx |
| lackcheck.html | 缺货登记显示页面 | lackcheck.php |
| sitemap.html | 商城导航页面 | sitemap.php |
| poll.html | 投票结果显示页面 | poll.php?action=view |
| popup.html | 弹出窗口显示页面 | popup.php?uid=xx |
| showmsg.html | 系统提示信息页面 | 无 |
备注:
- 1、请不要用记事本打开编辑文件,用Dreamweaver或者其他的编辑软件。
- 2、在后台设置新的模板生效:后台首页->商城设置->核心设置里面的模板选择,并将里面的默认风格的灰色风格改为默认风格。
- 3、如果新的CSS样式不能生效,请更新后台的缓存,或是本机上浏览器的缓存。