Question:Which of the following will display a customer's TAX/VAT number? 

A $taxvat = $order['customer_taxvat']; 

B $order->getData('customer_taxvat'); 

C $order->getQuote()->getCustomerTaxvat(); 

D $order->getData()->getCustomerTaxvat(); 

+ Answer
+ Report
Total Preview: 1503

Copyright © 2025. Powered by Intellect Software Ltd