简体   繁体   English

如何将属性值添加到magento网格或列出产品视图

[英]How to add an attribute value to magento grid or list product view

I have an attribute that currently is appeared into the product page. 我有一个当前显示在产品页面中的属性。

How can i add it to product grid and list view in categories? 如何将其添加到产品网格和类别列表视图中?

How can i add it to widgets grid view too? 如何将其也添加到小部件网格视图? (such as latest products etc) (例如最新产品等)

Magento version is 1.8.1.0 Magento版本是1.8.1.0

First, make sure the attribute is add to the product flat table in Catalog > Attributes > Manage Attributes . 首先,确保在Catalog > Attributes > Manage Attributes将该属性添加到产品平面表中。 See https://magento.stackexchange.com/questions/5519/missing-attributes-on-product-list 参见https://magento.stackexchange.com/questions/5519/missing-attributes-on-product-list

Then modify your phtml accordingly 然后相应地修改您的phtml

/app/design/frontend/default/[theme]/template/catalog/product/list.phtml /app/design/frontend/default/[theme]/template/catalog/product/list.phtml

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Magento:在产品网格视图中显示属性值 - Magento: displaying attribute value in product grid view 如何在magento 1.9.2社区版中的产品网格上添加自定义属性 - How to Add Custom Attribute on product Grid in magento 1.9.2 community edition Magento-如何添加诸如“添加到购物车”之类的额外按钮,以及如何从网格视图,列表视图和产品页面视图重定向到外部URL。 - Magento - How to add extra button like “Add to cart” and Redirect to external url from grid view, list view and product page view. 如何在magento的目录产品网格中显示自定义属性值? - How to displa a custom attribute value in catalog product grid in magento? 自定义属性将不会显示在产品列表视图Magento中 - Custom Attribute will Not Display in Product List View Magento 如何在Magento列表产品页面上获取属性值的ID号? - How to get the id number of an attribute value on Magento list product page? Magento 2添加/更新产品属性值 - Magento 2 Add/Update Product attribute value 如何在magento中获取产品属性值 - How to get product attribute value in magento Magento 1.9.2.4产品缩略图未在网格/列表视图中显示 - Magento 1.9.2.4 product thumbnail image not showing in grid/list view 如何在产品视图Magento中调用产品列表 - How to call a product list in a produt view Magento
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM