Necesito verificar si el cliente está suscrito a una carta de noticias o no. Actualmente estoy usando este código y no devuelve nada: if (Mage::getSingleton('customer/session')->isLoggedIn()) { $status = Mage::getSingleton('customer/session')->getCustomer()->getIsSubscribed(); echo...