Hi, I have below items in a gallery type view
each item as an sku, color, size, photo and name.
Here only it shows the photo plus the sku so is it possible to also show other data like this:
Photo
sku
size
Hi, I have below items in a gallery type view
each item as an sku, color, size, photo and name.
Here only it shows the photo plus the sku so is it possible to also show other data like this:
Photo
sku
size
In a case like that, I did the following:
I created one virtual column, concatenated the columns I wanted, and made them LABEL, so I had “multiple information” in only one column.
is that what you want?
Yes perfect, thank you very much.