# Notes This module has some customisations and overwrites which integrators may need to be aware of. Firstly this module has been confirmed to work with the Magento checkout. Other checkouts such as One Page checkout is not supported at the moment however this is on the road map. We would also advise that the module is installed on a internet facing staging/development server to ensure functionality is working and to check if the B2B fields will show with your template if you intend to use the B2B mode. # B2B fields The module introduces some custom fields on the checkout and customer account area if the B2B fields is configured to be displayed. However if you enabled the fields to show and they are not appearing then you may have custom templates and you will need to amend these templates. ## Checkout Please see the following file app/design/frontend/base/default/template/upg/checkout/onepage/billing.phtml for the new fields. However here is a top line of what is needed: * Locate the template for checkout/onepage/billing.phtml that is in use by your store * Then add the following near the top ```php $paymentHelper = Mage::helper('upg_payments'); ``` * Then in the appropriate position under the company name field add the following code under the code field in the template: ```php getB2bEnabled() && $paymentHelper->getShowExtendedB2bOnCheckout()): ?> getB2bShowRegistrationType()): ?>