winboss 发表于 2015-4-28 20:43:01

特殊标签--不会设置

然后在前台模板对应位置插入如下代码就可以正常显示了


这里是指那个文件夹下面的文件啊?可以再长细点么?菜鸟!找不到

正能量 发表于 2015-4-28 21:30:36

网站目录/module/Shopfront/view   efault和fangmi 这是两个主题,你找下,我不知道你用那个主题

正能量 发表于 2015-4-28 21:51:23

本帖最后由 正能量 于 2015-4-28 22:14 编辑

这是我好的文件,直接复盖就好了

shop_logo = "196px(width) × 90px(height)"
shop_logo_width = "196px"
shop_logo_height= "90px"
shop_ico= "32px(width) × 32px(height)"
shop_ico_width ="32px"
shop_ico_height="32px"
shop_goods= "220px(width) × 220px(height)"
shop_goods_width = "220px"
shop_goods_height = "220px"
shop_class_ico= "100px(width) × 100px(height)"
shop_class= "800px(width) × 100px(height)"
shop_brand= "160px(width) × 80px(height)"
shop_brand_width ="160px"
shop_brand_height= "80px"
shop_user_avatar="64px(width) × 64px(height)"
shop_user_avatar_width= "64px"
shop_user_avatar_height= "64px"


<?php
$index_hot_goods = $this->frontwebsite()->getTagGoodsArray('index_hot');
if ($index_hot_goods) {
      foreach ($index_hot_goods as $hot_goods_value) {
                if(!isset($hot_goods_value['one_class_id'])) continue;
?>
<li class="span2">
<a class="thumbnail" title="<?php echo $this->escapeHtml($hot_goods_value['goods_name']); ?>" href="<?php echo $this->url('frontgoods/default', array('goods_id'=>$hot_goods_value['goods_id'],'class_id'=>$hot_goods_value['one_class_id'])); ?>">
<img src="<?php echo $this->basePath($this->frontwebsite()->shopGoodsImage($hot_goods_value['goods_thumbnail_image'])); ?>" border="0"></a>
</li>
<?php } } ?>

index_new="首页新品上架"
index_spec="首页特价商品"
index_spec2="首页特价商品2"
index_hot="首页热门商品"
index_recom="首页推荐商品"
index_mingxing="首页明星单品"
index_dajiaxihuan="首页大家喜欢"
index_repingshangpin="首页热评商品"


index_tel="首页底部电话"
index_help="底部帮助中心"
index_service="底部服务支持"
index_pay="底部支付方式"
index_about="底部关于我们"
index_customer="底部客户服务"
index_chengnuo="底部服务承诺"
index_news="首页新闻公告 [已作废,请到文章分类中设置]"

winboss 发表于 2015-4-29 00:02:27

系统错误页面 :(

抱歉, 这是一个系统错误页面.

点击下面的链接返回有效页面:

返回后台首页
返回前台首页
将产生这个错误的原因告诉我们


出错呢


网站目录/module/Shopfront/view   efault和fangmi 这是两个主题   没有这两个文件啊

我实用的是官方模版 不是小米的能具体下是那个文件夹下面的文件?粘贴我还是会呢!:L

winboss 发表于 2015-4-29 00:13:37


正能量 发表于 2015-4-29 00:32:22

winboss 发表于 2015-4-29 00:13


就是这个图最后面那个文件

正能量 发表于 2015-4-29 00:34:08

winboss 发表于 2015-4-29 00:02
系统错误页面

抱歉, 这是一个系统错误页面.


出错就还原这个文件

admin 发表于 2015-4-29 00:54:14

如果对程序不熟悉的建议不要乱改,虽然说简单(在有程序基础的人眼里是简单的),但是也需要能看懂大概的意思。
页: [1]
查看完整版本: 特殊标签--不会设置