Setting up SC standard and playing with images set...
# suitecommerce
e
Setting up SC standard and playing with images setup. Is there a way to reference images solely by a unique identifier like item or UPC code, ie. I don't won't the categories that are appended to the filename pattern, "[Item Name/Number]_{Category 1}-{Category 2}.[EXT]". Also, it appears the matching is case-sensitive - can this be switched off? Thanks. Edit: Technically, by case-insensitive, I mean mapped to lower-case throughout.
s
If there are no categories, it will still match the first part (eg item name). You don't need to remove it from the configuration.
e
Based on my tests, if the item is assigned to a category it has to be included in the filename. Just as a side note, we originally had a second level of categories, which the customer decided to do away with (ie. only one category level now). However, the images, with cat1 and cat2 appended to the name, are still displayed (yes, even after refreshing the cache). 🤪