Fork me on GitHub

1107投票列表的相关显示

1.首先 投票有一个挂件,vote_xxxx

在_config.html中,上传一个图片,作为背景图片。

在default.html中,

<img src="<{$item.goods_image|storager:'s'}>"/> 图片的显示。因为,上传的时候图片仅仅是一个编号,通过stroager把它转换一下。

在theme_widget_vote_autumn.php中,增加代码: 

  foreach($data['votelist'] as $key=>$var){
    $now_price = $var['goods_price_prime'] - floor($var['votes_web']/$var['votes_per'])*$var['price_per'];
    $data['votelist'][$key]['now_price'] = $now_price>0 ? $now_price : 1;
    ....
  }

2.修改投票增加一个模板页。

widget.php. 增加一个template .

Index.html增加一个链接。  相对地址 用/index.php/product-<{dddd}>"皆可以。

 

 

   

 

posted @ 2014-11-07 17:29  我曾如此奢望  阅读(153)  评论(0编辑  收藏  举报