s1fox
Forum Replies Created
-
Hi @aakash8
Thank you for the provided answer but not that is the main goal.
I want to upload pdf to the product attachments and then to provide as URL (forwarding to the attached file) to the product description.
I tried with different import files and the result are the same, for example the CSV file contains row with PDF URL, which successfully uploads to the product attachments, but how to show that attachment or attachment URL (example.com/wp-content/uploads/2022/02/7376494337) to the product description.
The file that I’m trying to import: CSV, trying to attach column “CertPDFURL”.
Dear Support,
I found the problem, after parsing the XML the plugin trying to import images with wrong URL, for example, if the URL of the image is 195.160.70.120:83/mw/GetPicture.ashx?Base=image.jpg (without http/s) it is imported as mywebsite.com/195.160.70.120:83/mw/GetPicture.ashx?Base=image.jpg So I just replaced the string with std_replace and added http to the URL.
- This reply was modified 4 years, 9 months ago by s1fox.