AbanteCart Community

eCommerce construction => Installation and Configuration => Topic started by: webdevmerc on August 02, 2015, 08:05:14 PM

Title: Is there a way to make html links in the customer order invoice page clickable?
Post by: webdevmerc on August 02, 2015, 08:05:14 PM
If I pasted a shipper tracking url there, it doesn't seem to be clickable and just has the text from it.  Is there a way to format it so it is clickable for say, tracking info?

Thanks for any tips.
Title: Re: Is there a way to make html links in the customer order invoice page clickable?
Post by: Basara on August 03, 2015, 03:35:41 AM
try html a tag http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_link_test
Title: Re: Is there a way to make html links in the customer order invoice page clickable?
Post by: webdevmerc on August 03, 2015, 07:38:45 AM
try html a tag http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_link_test

Thanks for the pointer, but I tried this in various formats, but something seems to be stripping out all the html formatting (it will also remove it in the email afterwards and be blank)...

I have looked at the folder storefront/view/default/template/pages/account/invoice.tpl, but wasn't sure what is causing it to dump all the html code.