Compatibility
Aligning the VAT input field on Ultimo Magento 2 Theme |
Compatibility with BSS B2B Registration |
Aligning the VAT input field on Ultimo Magento 2 Theme
Created at: 8 Jul 2019 Last Update: 1 Mar 2021To fix the display issue on the register page of the Ultimo Theme, you can add this to your _custom.less file in path YOUR_MAGENTO_INSTALL_DIRECTORY/app/design/frontend/YOUR_VENDOR_NAME/YOUR_THEME_NAME/web/css/_custom.less. .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @...
Read moreCompatibility with BSS B2B Registration
Created at: 1 Jun 2018 Last Update: 26 Feb 2021To show the VAT number field with validation possibility at the B2B registration page, add the following code where you want the field to be displayed (for example below the country field): <div data-bind="scope: 'vat-id-input'" id="vat_number_container" clas...
Read more