Anyway to choose what image shows first on product...
# suitecommerce
i
Anyway to choose what image shows first on product pages? I have images name 1001_product_1,1001_product_2 etc. with the end number increasing but the end number increasing doesn't seem to be doing anything
j
@iSuite I’ve been fighting with item images since day one of SCA. The documentation has some information about that, but I’ve always found it to be somewhat confusing at best. I’ve had good luck with simply alphabetizing it, but if your images above aren’t working, that might not work for you. The documentation (under Commerce > Store Front > Web Store Items > Item Images > Setting a Default Image) says you can add “.default” to the end of an image and that will make it the default, but I’ve found that to be tricky at best. Really, the best advice I can give you is just to keep experimenting with it. If you use the Network tab in dev tools to open the request to the items API for the PDP page that you’re viewing. you can view the ordering that happens in the JSON request. I find that to be a little easier that trying to figure out the order by the thumbnails.
f
You can set a default image in SC/SCA
To designate an image as the default, add 
.default
 to the end of the file name.
For example if you have image sku12345_toyslide-blueAltB.jpg and want it to be the default image you have to rename it to sku12345_toySlide-blueAltB.default.jpg
i
That worked thank you. Is there any way to organize the other pictures or do those randomly pick an order?
It seems it may be sorted by image size?
Never mind that's not it. But it's definitely not random. All my products show the room-scene pictures first for some reason.