优化ecshop分类属性筛选的细节代码
ECSHOP开发中心(68ecshop.com)
优化ecshop分类属性筛选的细节代码具体代码有什么用,围绕网站设置的通用方法:
{$lang.brand}:
{$lang.price}:
{$grade.price_range}
href=\
-->
{$filter_attr.filter_attr_name|escape:html}:
{$attr.attr_value}
另外一种:
{$lang.brand}:
{$brand.brand_name}
{$lang.price}:
{$grade.price_range}
{$filter_attr.filter_attr_name|escape:html}:
{$attr.attr_value}
【ECSHOP开发中心】