• Resolved labevolution

    (@labevolution)


    Hi we need to import from an xml product images with ASP function.
    With acceskey value.

    Here is the example:

    <?xml version="1.0" encoding="UTF-8"?>
    <TableResult>
      <Product>
        <FDI_0843>https://ws.farmadati.it/WS_DOC/GetDoc.aspx?accesskey=xxxxx&tipodoc=TE009&nomefile=001536.jpg</FDI_0843>
        <FDI_0840>908872245</FDI_0840>
      </Product>
      <Product>
        <FDI_0843>https://ws.farmadati.it/WS_DOC/GetDoc.aspx?accesskey=xxxxx&tipodoc=TE009&nomefile=005075.jpg</FDI_0843>
        <FDI_0840>908057906</FDI_0840>
      </Product>

    the plugin returns in log:

    [17-10-2023 08:07:17] NOTICE: Import in progress
    [17-10-2023 08:07:17] NOTICE: Searching product in the database.
    [17-10-2023 08:07:17] NOTICE: Product found, and it will be updated
    [17-10-2023 08:07:17] NOTICE: Error while creating the image: The image cannot be downloaded correctly

    Can you give me some advice on how I can make this type of image link read?

    • This topic was modified 1 year, 1 month ago by labevolution.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support tomasz_bednarek

    (@tomasz_bednarek)

    Hi @labevolution

    thank you for your message.

    Please check if your server has 2 options enabled: fileinfo and allow_url_fopen. Then, check if the import will get the images properly.

    If the XML contains xxxxx rather than actual login/password you can:

    • contact your provider to give you an XML with your credential already present in the product feed so that the URLs are correct for the Dropshipping XML plugin to fetch images.
    • there is a filter to change the data “on the fly” so that you may insert your credentials by yourself (but this filter will work in the PRO only)

    Let me know if that helps.

    Best,

    Plugin Support Tomasz WP Desk

    (@tomaszwp)

    I am marking this topic as resolved as we have not received any new replies. Please let us know if you need our help again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Import image problem’ is closed to new replies.