简体   繁体   中英

Magento custom product attribute visibility

I've been loading up my Magento webshop with a ton of products with a LOT of custom attributes, however, their 'Visible' value in the back end is set to 'No'.

Apart from this being a mistake on my part (and those who helped me fill this product database), I can't seem to find a way to set the attribute visibility to Yes.

I've tried looking up the attribute_id (102) in eav_attribute for attribute_code 'visibility', and wanted to set this to another value in catalog_product_entity_int , but then it dawned on me that "I must have at least 1 attribute set to visible, so I must have at least one record where this value is not 4". After writing a small query that excluded 4, I found that I was left with no records at all.

What am I doing wrong? Am I looking at the wrong table here?

Is there another way to set all the 'visible' attributes for the attributes themselves to 'Yes'?

您正在寻找的表是catalog_eav_attribute ,它有一列is_visible和另一个is_visible_on_front :将1(一)放在您想要显示的属性中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM