Hi!
I installed your module on Prestashop 1.6.0.9, it does not work at all, only thing it does is displaying error messages when I enter wrong coupon code or try to apply coupon to order with too low amount. What I found is :
1) you need to base 64 encode/decode while serializing/unserializing, as any quote or national character will make your module not working. This modification made it possible to apply coupon to order.
2) entering national characters into error messages in your module does not work. When I enter them directly then after saving them I get question marks instead of them (??? => ???). When I enter them as entities and save them they show as letters (ąść => ???) and of course after second save they become question marks.
3) Although I can now see discount in my cart I still cannot see it in BO, email or API.
Did anyone have similar issues?
I installed your module on Prestashop 1.6.0.9, it does not work at all, only thing it does is displaying error messages when I enter wrong coupon code or try to apply coupon to order with too low amount. What I found is :
1) you need to base 64 encode/decode while serializing/unserializing, as any quote or national character will make your module not working. This modification made it possible to apply coupon to order.
2) entering national characters into error messages in your module does not work. When I enter them directly then after saving them I get question marks instead of them (??? => ???). When I enter them as entities and save them they show as letters (ąść => ???) and of course after second save they become question marks.
3) Although I can now see discount in my cart I still cannot see it in BO, email or API.
Did anyone have similar issues?