Jump to content

Recommended Posts

Im trying to import products whit a img url of other domain via csv,

but the img url don´t work, don´t show the image,

 

someone can help?

 

i tryed changing in the host the directive allow_url_fopen and i don´t know if i must allow the

allow_url include too

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
  • 4 months later...
  • 5 years later...

For anyone coming here from google:

I was not able to import images on production from external url. On localhost everyting worked fine but I got tiered of copying the database manually. 

The dirty solution I found was to add this code on line 1400 in AdminImportController.php

$product->image = explode(',', $info['image']);

Not sure why but on live server the $product object didn't include info about images. 

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...