jojo89 Posted February 5, 2015 Share Posted February 5, 2015 (edited) Hi everybody, actually I am working on a prestashop 1.6 module, all work good but only have one problem to display my image from another url for example i want to display image from this URL : www.testUrl.com/favicon.ico so in my tp i do something like this <img src="www.testUrl.com/favicon.ico" /> but the image does not display ... when i check the image url i find something like this "www.127.0.0.1/myshop/adminshop/www.testUrl.com/favicon.ico" .... how I can have only the URL of the image ? without my shop and adminshop url ? thank u Edited February 5, 2015 by jojo89 (see edit history) Link to comment Share on other sites More sharing options...
FullCircles Posted February 6, 2015 Share Posted February 6, 2015 (edited) Try putting the full url path in rather than just www. So http at the front If that still happens, it's probably being run through some function which is adding the local path in first, could just try avoiding that function Edited February 6, 2015 by FullCircles (see edit history) Link to comment Share on other sites More sharing options...
jojo89 Posted February 6, 2015 Author Share Posted February 6, 2015 thank u so much, it worked well with the full url path (http://www......) 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