Updated missing article image images to be top and bottom.
Run these two sql statements to update the database with correct images.
UPDATE article set filepath='s-null.png' where filepath='null.png' AND garment_type_id=1;
UPDATE article set filepath='p-null.png' where filepath='null.png' AND garment_type_id!=1;
Updated missing article image images to be top and bottom. Run these two sql statements to update the database with correct images.
@Dabesu