• Resolved Milan

    (@ihelprs)


    Hi,

    Image link in csv file are missing http://. Example:

    linktoimage/images/1234.jpg

    wpai cant recognize image link and cant import image.

    It can be add manually on csv file, but how to add http:// to link image “on the fly” when importing product from csv who is hosted on other site?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hi @ihelprs,

    It can be add manually on csv file, but how to add http:// to link image “on the fly” when importing product from csv who is hosted on other site?

    Does the image element always contain a single image? If so, you can type in “http://” before the element, e.g.:

    http://{image[1]}

    If the image element contains multiple images that need “http://” added to them, then I’m afraid it wouldn’t be possible since the free version of our plugin doesn’t support inline PHP (you’d have to manually add “http://” to them in the file before uploading it to the import).

    Thread Starter Milan

    (@ihelprs)

    What a simple solution 😀

    http://{image[1]}

    My thoughts were totally on PHP…



    Thanks for the solution!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Missing http:// in image link’ is closed to new replies.