BigCommerce: How can I customize CategoryProductListing

霸气de小男生 提交于 2019-12-05 16:00:56

I was able to identify Snippets/CategoryProductsItem.html as the file containing the markup for the individual items in a category list.

I hope this saves someone the time it took me to find the file.

The Snippets/CategoryProductsItem.html is the snippet used for grid category files. If you are using the list view, the file is Snippets/CategoryProductsItemList.html.

This file represents each product listing li. It acts as a template which loops through all the %%GLOBAL_CategoryProductListing%% information for this category. To add a feature to the category ProductList li add it to the Snippet, and it will be applied to each item.

Hope this helps.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!