We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where:
CoreShop/Bundle/FrontendBundle/Resources/views/Mail/order-confirmation.html.twig
CoreShop\Component\Address\Formatter\AddressFormatter::formatAddress
What:
$convertedAddress = $this->twig->createTemplate($address->getCountry()->getAddressFormat())->render($objectVars);
\CoreShop\Component\Address\Model\AddressInterface::getCountry(): ?CountryInterface;
The text was updated successfully, but these errors were encountered:
why in the first place you don't have a country on that address?
Sorry, something went wrong.
The store is local only, there are no sales outside the country. Besides, the interface allows Country to be null.
@gander yes it does, cause in Pimcore, everything in a DataObject is nullable...
No branches or pull requests
Where:
What:
The text was updated successfully, but these errors were encountered: