|
我先问一下,类型 和色系 你是不是在 商品属性参数 中添加的?
如果是,可以用OURPHP万能标签实现(列表标签我们会在下一个版本中增加这个功能)
那么OURPHP万能标签的实现方法:
第一步 在模板中写入如:
<a href="http://你的域名/?cn-product-栏目ID.html-&red=黑色">黑色</a>
<a href="http://你的域名/?cn-product-栏目ID.html-&red=红色">红色</a>
用万能标签获取如下:
[.assign var="name" value=$smarty.get.red.]
[.ourphp form="product" row="10" lang="cn" id="0" type="op" sql="&& strstr(OP_Pattribute,$name)" name="ourphp".]
<li><font>[.$ourphp.i.]</font><div class="news_r"><p><a href="[.$ourphp.url.]" title="[.$ourphp.title.]">[.$ourphp.title.]</a><spanclass="fr">[[.$ourphp.time.]]</span></p>
<em>[.$ourphp.description.]</em></div>
</li>
[./ourphp.]
这样试试,应该可以的
|
|