AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: JessieSager on April 03, 2025, 05:30:45 PM

Title: Issues with using URL to upload images
Post by: JessieSager on April 03, 2025, 05:30:45 PM
Hello,

 I am trying to follow the manual on how I can use the URL to upload images for my products, but the image is still not coming over with the product information I am uploading. I am assuming I am doing something incorrectly. Can I get a bit more guidance with how to use a URL to bring in images when adding new products?
Title: Re: Issues with using URL to upload images
Post by: Basara on April 04, 2025, 01:41:41 AM
Hello.
Are you using the CSV import feature to upload your products? If so, could you please attach the CSV file (or a sample of it) you’re working with?
Title: Re: Issues with using URL to upload images
Post by: JessieSager on April 08, 2025, 11:26:02 AM
Yes, I am using the upload feature. Here is the example. I was able to get all the other data on this spreadsheet to upload, but not the image.
Title: Re: Issues with using URL to upload images
Post by: Basara on April 09, 2025, 06:25:43 AM
Hello.
Please make sure to use the URL of the image itself, not the page. Try this
Code: [Select]
https://www.kingwholesale.com/web/image/product.product/8141/image_1024
Title: Re: Issues with using URL to upload images
Post by: JessieSager on April 10, 2025, 06:25:38 PM
I copied and past the URL you provided to the column "resource_map[0].source_url" and tried to upload this. All the product details came over, but image is blank, when hovering over image on site it states "the image could not be loaded".
Title: Re: Issues with using URL to upload images
Post by: Basara on April 16, 2025, 02:32:44 AM
I copied and past the URL you provided to the column "resource_map[0].source_url" and tried to upload this. All the product details came over, but image is blank, when hovering over image on site it states "the image could not be loaded".

Hello. The URL comes from the product page you attempted to import. It seems that the system you are migrating from does not follow any standards and provides file URLs without a proper file extension (such as .jpg or .png).
This issue has been addressed in the upcoming AbanteCart version 1.4.2. However, for now, you can manually add the missing file extension as a workaround.

Code: [Select]
https://www.kingwholesale.com/web/image/product.product/8141/image_1024/file.jpg