我正在尝试通过使用自定义属性在 Magento 中为产品设置我自己的自定义规范链接,但我无法让该属性在 head.phtml 文件中回显。这就是我到目前为止所拥有的。请问有人可以帮忙吗?
<?php if (Mage::registry('current_product')) : ?>
<?php $customcanonical = Mage::registry(‘current_product’)->getData(‘canonical_link’); ?>
<link rel="canonical" content="<?php echo $customcanonical ?>" />
<?php endif; ?>
其中 canonical_link 是我的自定义属性