我认为相关产品可能存在错误。我已在我的product.html
页面添加了以下正面内容:
product:
related_products:
limit: 20
similar_by_views:
limit: 20
无论我为related_products
设置的限制如何,我都无法从服务器上获得超过5个。如果我将它设置为1,2,3,4或5,它可以工作,但是如果我将它设置为大于5的任何东西,我只会得到5个产品。
similar_by_views
不适用。该设置正常工作。这是related_products
的错误吗?
答案 0 :(得分:0)
5 related products is the limit of the core app to be displayed. Stencil documentation is being revised to reflect this. It is intended behavior, not a bug.