• Resolved h4nsie

    (@h4nsie)


    There seems to be a wrong URL to the image. Image are not shown on the PO list when receiving orders, but when clicked, the right images opens.

    Solved by replacing file recibirentregapo.php line 213 by:

    echo '<td class="column-columnname image"><a target="_blank" href="'.esc_html($imgurl).'" style="margin-right:10px;margin-left:10px"><img class="prodimg" width="40px" src="'.esc_html($imgurl).'"/></a></td>';

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author sunnysonic

    (@sunnysonic)

    Please try remove and add the product again under the “manage associated products” section on the supplier page. sometimes when images of a product have been changed after they have already been added to a supplier, it might retain the wrong image url which in turn is used on the POs and as well for the thumbnails in the system. Another option can be that the url of the image contains special characters that are being differently url-de/encoded. Please try to use only letters, numbers and dashes in file-names, better for SEO anyhow :).

    • This reply was modified 2 years, 1 month ago by sunnysonic.
    • This reply was modified 2 years, 1 month ago by sunnysonic.
    Plugin Author sunnysonic

    (@sunnysonic)

    Closing this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No images displayed on PO list’ is closed to new replies.