
Originally Posted by
Minu
I did everything except the URL every time I put in the URL it shows the link is broken. Please help to write the right URL
It's difficult to provide you with the correct syntax for the link when I don't know the image file name or the image file path (i.e. where it is stored on your server).
So let me give you some examples....
1. If you have uploaded your images into the image folder within your cart, and if your cart is loaded at the root of your server, then try this:
Code:
http://www.YourStoreURL/images/ImageFileName.jpg (or .gif or .png or whatever it is)
2. If you have uploaded your images to the image folder within your cart and if your cart is loaded into an already existing website, then try this:
Code:
http://www.YourSiteURL/YourStoreName/images/ImageFileName.jpg (or .gif or .png or whatever it is)
3. If you have uploaded your images into a folder other than images, then you would use that folder name instead of 'images'.
The possibilities are fairly endless depending how you have your website set up, your store set up, your files set up, your files named, and where you store them.
If you are unable to figure it out, please provide the following information:
- A link to your store
- The file path to where the image is stored on your server
- The name of the image file
Bookmarks