I have products that need to have images displayed in their description. Using the image button in the editor I can upload an image to the site's images folder.
It displays fine in the editor, but when the product is displayed in the shop, the image doesn't appear.
Now, it's not a problem for me to edit the html source of the product description and change the url to src="../../../../images/photo.jpg" (which of course stops the image being displayed in the editor - but OK in the shop) but is going to cause an enormous problem when the site is handed over to the client - as they won't have a clue as to what to do when they have to add images to descriptions.
I don't want them messing around in the html either (I've templated all the products so they don't even have to think too hard to add stuff).
Any suggestions?