-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
New Order email test error with Giftcard product #5
Comments
Thanks. What is the exact error? |
1 exception(s): I suppose because there are no addresses since is a digital giftcard |
Got it. Until now the order was only seen as virtual when the order was indeed virtual. Perhaps you picked one order that was not virtual, while adding the giftcard to it? Anyway, I assume you know that this behaviour is something I didn't test for yet, because out of the box there is no thing like giftcards. Version 1.6.25 adds a fix though to recalculate the |
Ok, now I see, I didn't remember the Magento Commerce don't have the giftcard, in the last years we worked with the EE version. Thanks for the update, I will test it as soon as possible :) |
Hi guys, thankyou for this fantastic module.
I noticed if you trying to test the email order with a gift card product we have an error at this line
return $this->order->getIsVirtual()
? ''
: (string)$this->addressRenderer->format($this->order->getShippingAddress(), 'html');
in vendor/yireo/magento2-emailtester2/Model/Mailer/Variable/OrderVars.php
The text was updated successfully, but these errors were encountered: