taxApplicableCountry = $taxApplicableCountry;
}
public function render($cart)
{
if (!CheckoutFieldsSchema::isVatNumberEnabled()) {
return '';
}
?>
renderInner($cart->checkout_data); ?>
taxApplicableCountry
&& LocalizationManager::getInstance()->isEuTaxCountry($this->taxApplicableCountry);
?>
data-b2b-required="yes"
aria-required=""
required
/>
renderValidNote($checkoutData); ?>
>