René Schep
René Schep
The exact same error is thrown when you try to configure bundle products through the adminhtml.
Workaround: change `vendor/magento/module-tax/Pricing/Render/Adjustment.php:188` From ` : 'base' . ucfirst($this->amountRender->getPriceType());` To ` : 'base' . ucfirst($this->amountRender->getPriceType() ?: '');`
@romainruaud I see that this was given a priority tag. Is there any indication of a timeline?
Getting the same issue on PHP 7.4 Magento 2.4.2. Trying to downgrade to 102.6.1 now to see if that resolves the issue. The issue feels like a too new class...
102.6.1 does work for Magento 2.4.2.
In 2.2.2 the first website loaded, still caches the visibility and requirement for the attribute for all websites. Magento\Customer\etc\di.xml (:38) ``` ``` Seems to be the issue, the taxvat still...
@orlangur yes. But I only specifically tested taxvat.
@orlangur And the issue is also present on the customer/account/edit page.
@orlangur I believe the issue is caused by the fact that the taxvat settings are cached in the Customer Metadata.
@cpartica If a Luma Magento 2 shop is configured correctly, you rarely have an exception log. On a PWA shop its filled with messages like: Customer couldn't log in, product...