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: 1423

Copyright © 2024. Powered by Intellect Software Ltd