SyntaxFix
Write A Post
Hire A Developer
Questions
Try this
$attribute = $_product->getResource()->getAttribute('custom_attribute_code'); if ($attribute) { echo $attribute_value = $attribute ->getFrontend()->getValue($_product); }