84669 人が学習中
152542 人が学習中
20005 人が学習中
5487 人が学習中
7821 人が学習中
359900 人が学習中
3350 人が学習中
180660 人が学習中
48569 人が学習中
18603 人が学習中
40936 人が学習中
1549 人が学習中
1183 人が学習中
32909 人が学習中
现在做的项目是基于ecshop二次开发的跨境电商,现在要在品牌页(category.dwt)下面显示一个所属国家的信息,国家这个字段在goods表里已经添加好了的字段是country_id,我想问的是如何在category.dwt中将country_id在$smarty->assign('goods_list', $goodslist);能一起取出来我在category.php里试加了,不过似乎没什么用
ringa_lee
category.dwt 这个是分类页。。。。1:先print_r ($goodslist) 看看, 有没有取到 country_id2:取到了的话, 在.dwt 中 调用 { .country_id} 就行了
category.dwt 这个是分类页。。。。
1:先print_r ($goodslist) 看看, 有没有取到 country_id
2:取到了的话, 在.dwt 中 调用 { .country_id} 就行了