ฉันต้องตรวจสอบว่าลูกค้าสมัครรับจดหมายข่าวหรือไม่ ขณะนี้ฉันกำลังใช้รหัสนี้และไม่มีอะไรคืนมา:
if (Mage::getSingleton('customer/session')->isLoggedIn()) {
$status = Mage::getSingleton('customer/session')->getCustomer()->getIsSubscribed();
echo $status;
die();
}
นี่ไม่ได้ให้อะไรเลย มีความคิดว่าจะทำให้เรื่องนี้ทำงานอย่างไร?