Jump to content

Tracking URL is inserted as a string instead of a link


damianh82

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...