PHPackages                             reach-digital/magento2-companyswitcher - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. reach-digital/magento2-companyswitcher

ActiveMagento2-module

reach-digital/magento2-companyswitcher
======================================

Moves the Company and Vat field to the top of the checkout and add a switcher (private/business).

0.5.0(3y ago)109781[2 issues](https://github.com/ho-nl/magento2-ReachDigital_CompanySwitcher/issues)BSD-2-ClausePHPPHP ^7.2|^7.3|^7.4|^8.0|^8.1

Since Feb 2Pushed 3y ago9 watchersCompare

[ Source](https://github.com/ho-nl/magento2-ReachDigital_CompanySwitcher)[ Packagist](https://packagist.org/packages/reach-digital/magento2-companyswitcher)[ Docs](https://github.com/ho-nl/magento2-ReachDigital_CompanySwitcher)[ RSS](/packages/reach-digital-magento2-companyswitcher/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)DependenciesVersions (9)Used By (0)

Reach Digital Company Switcher
==============================

[](#reach-digital-company-switcher)

[Changelog](CHANGELOG.md)

Installation
------------

[](#installation)

```
composer require reach-digital/magento2-companyswitcher
php bin/magento module:enable Ho_CompanySwitcher
```

Description
-----------

[](#description)

Moves the Company and Vat field to the top of the checkout and add a switcher (private/business).

### 'Own Reference' field

[](#own-reference-field)

Field is added to the order view page automatically. You'll need to edit the matching template when adding the field to email/pdf.

#### Email

[](#email)

For email you can use: `{{depend order.getData('own_reference')}}{{trans 'Own reference: %own_reference' own_reference=$order.getData('own_reference') |escape|raw}}{{/depend}}`

#### (Fooman) PDF

[](#fooman-pdf)

For PDF you can use:

```
