Hello,
When details about listing is being filled, there are two fields "Registration code" and "Tax code".
I set those fields into Business listing attributes to "Optional", but I cannot display entered codes on business listing details page (at the frontend).
Those data are even not displayed when I set attributes to "Mandatory".
Is it possible to display those codes in detailed business listing view?
Hi,
It's not an official answer: Those fields it's not listed on front-end but it's useful to make the invoice for business listed in your Business Directory. If you set it on mandatory you can work only with firms.
In your cpanel/my orders/ click on details to an order and you will see the tax code listed. The Registreation code (in my opinion) is a 2nd element to validate if the business is realy a business.
"Is it possible to display those codes in detailed business listing view?" - whait for official answer.
Hi,
The registration code and tax code are used for invoicing.
It is possible to display them in front-end if you override the view and add
<?php echo $this->company->registrationCode?>
<?php echo $this->company->taxCode?>
Thanks! It works!
Was there ever a response for this?
Hi,
Yes, you can see it above.