composer require reach-digital/magento2-companyswitcher
php bin/magento module:enable Ho_CompanySwitcher
Moves the Company and Vat field to the top of the checkout and add a switcher (private/business).
Field is added to the order view page automatically. You'll need to edit the matching template when adding the field to email/pdf.
For email you can use:
{{depend order.getData('own_reference')}}<div>{{trans 'Own reference: %own_reference' own_reference=$order.getData('own_reference') |escape|raw}}</div>{{/depend}}
For PDF you can use:
<?php if (! empty($order->getData('own_reference'))): ?>
<?= __('Own reference') ?>: <?= $block->escapeHtml($order->getData('own_reference')); ?><br/>
<?php endif; ?>
Onestepcheckout fields can randomly shift when using this extension without properly configuring the extension. You need to add the two new fields, and set them in the correct order. In the Onestepcheckout configuration add field with name 'company_switcher' and a field with the name 'own_reference'. Set the order of the fields:
- company_switcher (enable it!)
- company
- vat_id
- own_reference (you can disable it if you don't use it. But you need to add it)
Read more about this extension on our blog
https://www.reachdigital.nl/blog/gratis-magento-2-module-optimaal-zakelijk-bestellen-in-het-magento-afrekenproces
Developed by Reach Digital
https://www.reachdigital.nl