カスタム属性を使用して、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 は私のカスタム属性です