您现在的位置是:首页 > 教程 > ecshop商城教程ecshop商城教程
ecshop地区列表增加五级/5级地区教程
香寒2024-01-01 21:36:07ecshop商城教程已有人查阅
导读打开admin/templates/area_list.htm在下面增加{elseif $region_type eq ’4′}增加五级地区:
打开admin/templates/area_list.htm
在
{elseif $region_type eq ’4′}增加五级地区:
完成步
在
{if $region_type eq ’0′}{$lang.add_country}:
{elseif $region_type eq ’1′}{$lang.add_province}:
{elseif $region_type eq ’2′}{$lang.add_city}:
{elseif $region_type eq ’3′}{$lang.add_cantonal}:
下面增加{elseif $region_type eq ’4′}增加五级地区:
完成步
{if $region_type < 4} //把这个位置原来是3改成4,这样就支持5级页面
<a href=”area_manage.php?act=list&type={$list.region_type+1}&pid={$list.region_id}” title=”{$lang.manage_area}”>
{$lang.manage_area}</a>
{/if}
本文标签:
很赞哦! ()
相关文章
随机图文
-
ecshop出现Call to undefined function insert_ads()的解决方法
ECShop Fatal error: Call to undefined function insert_ads() in includes/cls_template.php on line 1157 报错解决方法 -
ecshop首页商品显示市场价格的方法
首先要说明的一点是,也许你下载或购买的模板已经实现了“首页商品显示市场价格”,那么请不要诧异,此教程是针对没有实现此功能的模板而言的,例如官方默认模板。 -
ecshop openssl IIS开启方法
ecshop IIS开启openssl方法以下就是Windows 2003 + IIS 下,如何在PHP扩展里打开openssl支持的方法: -
ecshop商品分类列表页推荐排序按销量排序方式
STEP1:在表ecs_goods添加字段:salesnumSTEP2:打开根目录下文件:flow.php找到下面的代码:/* 插入订单商品 */$s
留言与评论 (共有 条评论) |