【发布时间】:2015-08-12 09:07:48
【问题描述】:
所以我正在尝试在 Magento 中构建一个页面,我想使用 magento 内置的小部件功能在页面上显示最近查看的项目列表,称为“最近查看的产品”
但由于某种原因,最后一页在项目列表之前添加了一个项目符号
所以我尝试添加
<ul><li style="list-style-type: none;"><p>{{widget type="reports/product_widget_viewed" page_size="5" template="reports/widget/viewed/content/viewed_grid.phtml"}}</p></li></ul>
我仍然得到项目列表之前的要点
【问题讨论】: