myecommerce Posted December 4, 2011 Share Posted December 4, 2011 I want to display an image from a external website,I think it may need to change the core file or the img dir in prestashop, but i am not sure. Please tell me how to do it? Thanks Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted December 5, 2011 Share Posted December 5, 2011 Where would you like to display this image? Marty Shue Link to comment Share on other sites More sharing options...
myecommerce Posted December 5, 2011 Author Share Posted December 5, 2011 on product images. Link to comment Share on other sites More sharing options...
n1lady Posted December 5, 2011 Share Posted December 5, 2011 i need it too Link to comment Share on other sites More sharing options...
CartExpert.net Posted December 5, 2011 Share Posted December 5, 2011 Hello! To display an image from a different website you have to specify the full URL to it. E.g. http://www.examplesite.com/somefolder/theimage.jpg Then you have to place the HTML code in the tpl file: <img src="http://www.examplesite.com/somefolder/theimage.jpg"/> Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted December 5, 2011 Share Posted December 5, 2011 If all you want to do is display an image on that page then cartexpert is correct. If you want the actual product image to be that of another site then you have a problem.....namely that you can't do that. You will need to upload the image in your BO. If you hard code the product image to that of another site it will show that image for every product. I doubt that is what you want. Hope that helps! Marty Shue Link to comment Share on other sites More sharing options...
myecommerce Posted December 8, 2011 Author Share Posted December 8, 2011 it's not working for csv Link to comment Share on other sites More sharing options...
myecommerce Posted December 8, 2011 Author Share Posted December 8, 2011 Hello! To display an image from a different website you have to specify the full URL to it. E.g. http://www.examplesi...er/theimage.jpg Then you have to place the HTML code in the tpl file: <img src="http://www.examplesite.com/somefolder/theimage.jpg"/> I wanna to use the rule in csv file.Is it possible and if so,how? thanks Link to comment Share on other sites More sharing options...
CartExpert.net Posted December 8, 2011 Share Posted December 8, 2011 Hello! This depends on what is the CSV used for. You still didn't mention what you're trying to do exactly. Link to comment Share on other sites More sharing options...
myecommerce Posted December 9, 2011 Author Share Posted December 9, 2011 Hello! This depends on what is the CSV used for. You still didn't mention what you're trying to do exactly. I want to import product details from csv file to the site.I want to know how can i import the image on a csv file to the site. thanks Link to comment Share on other sites More sharing options...
CartExpert.net Posted December 9, 2011 Share Posted December 9, 2011 Hello! If it's a csv file just put in the link. Link to comment Share on other sites More sharing options...
wadhera69 Posted January 16, 2013 Share Posted January 16, 2013 Hello! To display an image from a different website you have to specify the full URL to it. E.g. http://www.examplesi...er/theimage.jpg Then you have to place the HTML code in the tpl file: <img src="http://www.examplesite.com/somefolder/theimage.jpg"/> I have try it but it donot working. Check at : http://eshoppy.org Please help me. 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