URL: s t o r e . f r e n c h t e a c h e r s . o r g
Zen Cart 1.5.5e (installed via FTP upload and run zc_install / customized template based on default temp)
HTTP Server: Apache
PHP Version: 5.6.31 (Zend: 2.6.0)
Database: MySQL 5.7.19



I am having trouble adding multiple images for a product. I have read the multiple images tutorial here: https://www.zen-cart.com/content.php...s-to-a-product and accordingly, named my items:
nfw-tshirt.jpg
nfw-tshirt1.jpg
nfw-tshirt2.jpg

Everything is fine if I upload into the /images directory (first uploading nfw-tshirt2, then nfw-tshirt1, then nfw-tshirt). I have _MED and _LRG versions in their respective folders and those are working well also.

However, if I try to install images in a subdirectory, ie, images/merch (as well as images/large/merch, etc) then the additional pictures do not show up. The directory structure is as follows:

/images/large/merch

/images/medium/merch

/images/merch

Is it possible to use a subdirectory and am I just naming things incorrectly, or do I need to upload everything in images?

Thanks