标签: magento-1.9 gift
如何在商品详细信息页面上检查是否为某些商品启用了礼品消息?
这是我到目前为止所拥有的,但是不起作用:
<?php if (Mage::helper('core')->isModuleEnabled('giftmessage')): ?> hello <?php endif; ?>