Closed giorg closed 7 years ago
Hello @giorg , actually it seems it was an error during email rendering.
Please upgrade to version 1.2.4, ve just fixed it.
Hi,
thanks for your answer. I installed it through composer, how to upgrade? Thanks a lot
Try with:
composer require msp/cashondelivery:1.2.4
php bin/magento setup:upgrade
I get this:
`composer require msp/cashondelivery:1.2.4 Do not run Composer as root/super user! See https://getcomposer.org/root for details ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.
Problem 1
Installation failed, reverting ./composer.json to its original content.`
any hint?
Hello @giorg , try it now, packagist was out of date.
hi,
ok now the installation went fine, but when I try to complete order, I get an ajax error and cannot go on, maybe this screenshot helps?
That is the request, see if you getsomething in response tab or if you get something in your error log.
this the response:
Fatal error: Uncaught Error: Call to a member function getData() on null in /var/www/coronelli
/vendor/magento/module-payment/Block/Info.php:87
Stack trace:
\Payment\Block\Info->getSpecificInformation()
...')
\TemplateEngine\Php->render(Object(MSP\CashOnDelivery\Block\Info\CashOnDelivery), '/var/www/corone ...', Array)
\Element\Template->fetchView('/var/www/corone...')
\View\Element\Template->_toHtml()
\AbstractBlock- in /var/www/coronelli/vendor/magento/module-payment/Block/Info.php on line <b
87
{"messages":{"error":[{"code":500,"message":"Server internal error. See details in report api\/1493178814345" }]}}
Our fault, sorry for this. Upgrade to 1.2.5, it should work.
no problem, you guys are great, thanks a lot!
Hi,
customer asks me to remove from new order email the line "Cash On Delivery Tax", and the title "Pagamento in contrassegno" (because it's shown twice), is this possible?
Thanks