Heim > Backend-Entwicklung > PHP-Tutorial > ecshop品牌页如何添加一个筛选项

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

PHP中文网
Freigeben: 2023-02-28 11:34:02
Original
1221 Leute haben es durchsucht

现在做的项目是基于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} 就行了


Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage