Closed carmas123 closed 3 years ago
Hello @carmas123
We are going to reproduce and correct this bug. Thank you for your help.
Hi @carmas123 The latest version of Stripe (v2.3.2) is now available, since this afternoon. Maybe you could try to update the module, we have corrected this problem.
Have a nice day.
Hi @carmas123
I take the liberty of closing this issue, do not hesitate to reopen if necessary.
Have a nice day
There is a problem with 1.7.7.4 version of Prestashop, when we open an order into backoffice the template is not rendered. After some investigation I see that we need to change at row 1350 of "stripe_official.php"
FROM:
TO
This permit to have valid smarty parameters assignment. After that we cannot already see the correct tab:
This is because also into the hookDisplayAdminOrderTabOrder the $params does not contain "order" child, but only "id_order" and after whe have changed it to (at row 1334):
now all work fine.