Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
属性フロントエンド値を取得したい場合は、これを試してください
nl2br($_product->getResource()->getAttribute('color')->getFrontend()->getValue($_product))
これがお役に立てば幸いです。
my method look something like:
Boolean actions(List<Object> input) { if (input.element is String) {...} else if (input.element is PSObject) {...} }