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
On this line
magento2-substituteorders/Controller/Order/Reorder.php
Line 143 in 0094929
This is the patch we use to fix this.
$errors[] = __("We can\'t add %1 to your shopping cart right now.", $product->getName());
The text was updated successfully, but these errors were encountered:
Hi, thank you for pointing this out, we will apply this patch in version 1.0.27. Also in the same file on line 188.
Sorry, something went wrong.
No branches or pull requests
On this line
magento2-substituteorders/Controller/Order/Reorder.php
Line 143 in 0094929
the error can't be translated, because of the product name in de message. You would need a translation for every product name.
This is the patch we use to fix this.
The text was updated successfully, but these errors were encountered: