Question

I want to extract the vat number into product page.

For customer email or customer name I used:

$customer = Mage::getSingleton('customer/session')->getCustomer()
echo $customer->getEmail();

It is working work.

But for vat I used:

echo $customer->getTaxvat();

It is not working

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top