fabio.abreu Posted January 24, 2017 Share Posted January 24, 2017 Hello guys,I'm updating a payment module from 1.6 to 1.7, Everything is working unless this hook.In Prestashop 1.6 i used this hook to display payment info on "Order history"In 1.7 it works but display everything as text instead html. I tried to apply {$variable nofilter} to the variables, but even when i have only text whith no variables it display only text...Any ideas? any kind of help is welcome Link to comment Share on other sites More sharing options...
Mayank Kumar Posted January 31, 2017 Share Posted January 31, 2017 I have also face same issue in the hookDisplayOrderDetail in Prestashop 1.7. There is an bug in the order-detail.tpl file so I have reported to the forge.prestashop.com. You can follow this link :- http://forge.prestashop.com/browse/BOOM-2322 Link to comment Share on other sites More sharing options...
zexperto Posted December 27, 2018 Share Posted December 27, 2018 go to the {Theme}/template/customer/order-detail.tpl replace {$HOOK_DISPLAYORDERDETAIL} by {$HOOK_DISPLAYORDERDETAIL nofilter} 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now