Maison  >  Article  >  développement back-end  >  ecshop品牌页如何添加一个筛选项

ecshop品牌页如何添加一个筛选项

PHP中文网
PHP中文网original
2017-03-30 09:26:401206parcourir

现在做的项目是基于ecshop二次开发的跨境电商,现在要在品牌页(category.dwt)下面显示一个所属国家的信息,国家这个字段在goods表里已经添加好了的
字段是country_id,我想问的是如何在category.dwt中将country_id在$smarty->assign('goods_list', $goodslist);能一起取出来
我在category.php里试加了,不过似乎没什么用

回复内容:

现在做的项目是基于ecshop二次开发的跨境电商,现在要在品牌页(category.dwt)下面显示一个所属国家的信息,国家这个字段在goods表里已经添加好了的
字段是country_id,我想问的是如何在category.dwt中将country_id在$smarty->assign('goods_list', $goodslist);能一起取出来
我在category.php里试加了,不过似乎没什么用

category.dwt 这个是分类页。。。。
1:先print_r ($goodslist) 看看, 有没有取到 country_id
2:取到了的话, 在.dwt 中 调用 { .country_id} 就行了


Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn