My original question was put to improper category by mistake so I repeat :
I downloaded the Quick Cart v.3.2, uploaded and set chmod in accordance with instructions. The application runs but no product images are displayed. Looking for the cause I found the following : In the Quick Cart directory there is a folder files; with sub-folders100, 200 and ext and also four images like _demo_en_header .... No other sub-folder are there.
If a new image is uploaded by means of the administation panel / Product´s editing / Files, it is added to the folder files to the already existing 4 images _demo_en_header .... However, this image is not displayed in the Quich Cart shop. There is only small gray dot insteadf of the image. I used images copied from Quick Cart demo so that it has a proper size. When I view the page source in my web browser I see that Quick Cart expects the image in the folder files/100 <img src="files/100/my_image.jpg". If I shift the image to files/100folder (by means of FTP client) than the image is displayed in the Quick Cart shop correctly.
I would very appreciate any advice.
» Quick.Cart v3.x
Karel
Mari
2009-01-15 17:38
Meanwhile, I found a way how to put images to product pages but I´am sure it is not correct:
I prepare a product image in 3 sizes (full size, small and smallest – preview). All of them have the same name but I save them i different folders. I upload the full size image to my product page by means of the administration panel. This file is uploaded to <files> folder. Then I upload the small image to by FTP client fot <files/200> and the smallest one to <files/100>. The images are then displayed correctly however the method is crazy.