damianh82 Posted September 25, 2017 Share Posted September 25, 2017 In /themes/classic/templates/customer/order-detail.tpl there's a the tracking link inserted into the table. However, as it contains html tags, it is automatically placed into double quotes and thus not recognized as a link. This seems to be automatically done by smarty templating engine. I couldn't find a way to prevent it from setting double quotes around the <a> tag, I also couldn't find the connected PHP controller that produces that <a> tag. In the database just the link withaut the tag is stored. So can someone either tell me a way to prevent smarty templating engine from placing double quotes around any string with html tags or tell me where the connected controller can be found? Thank you. Link to comment Share on other sites More sharing options...
damianh82 Posted September 25, 2017 Author Share Posted September 25, 2017 ps. I'm using Prestashop 1.7.0.6 Link to comment Share on other sites More sharing options...
damianh82 Posted September 29, 2017 Author Share Posted September 29, 2017 I just realised that the problem is that it's actually using ">" and "<" istead of "<" and ">" 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