标签: magento variables
我需要添加一个自定义变量,它接收特定的客户属性。 如下所示:
$prefix = Mage::getModel('customer/customer')->load($customer->getId())->getPrefix()
然后可以选择变量{{customVar code=prefix}}
{{customVar code=prefix}}