To Reproduce
Resulting email table
Why is it wrong - ps_emailalerts.php (lines 300-320)
foreach (product in order) {
if (product ID found in customized datas) {
foreach (customization for this product id) {
// echo customization
}
}
}
Additional information
PrestaShop version: 1.7.6.1
Hi @Hlavtox,
Thanks for your report.
I manage to reproduce the issue with PS1.7.6.1 & ps1.7.5.2 & Mail alerts v2.1.1.

I鈥檒l add this to the debug roadmap so that it鈥檚 fixed. If you have already fixed it on your end or if you think you can do it, please do send us a pull request!
Thanks!
@khouloudbelguith @matks Hi guys, made a PR to fix this problem. Check it out.
Hi,
In the BO, it is OK

Thanks!
Most helpful comment
@khouloudbelguith @matks Hi guys, made a PR to fix this problem. Check it out.
https://github.com/PrestaShop/ps_emailalerts/pull/28