All Collections
How can I setup and install the Website Integration?
Listing Items
How do I group items together by color, fabric, warehouse location (etc.) in my Website Integration?
How do I group items together by color, fabric, warehouse location (etc.) in my Website Integration?

How do I group items together in for my Website Wishlist?

Colin Connor avatar
Written by Colin Connor
Updated over a week ago

To group items together by color (or any other Attribute), you can use multiple gspro-item-list elements on a single page. You can do this by using “item-attribute-#".

Read item-attribute-# documentation here.

Filtering by item attribute corresponds to the attributes that are set in your Goodshuffle Pro inventory.

Note: item-attribute-#-name & item-attribute-#-value are case sensitive

<gspro-item-list search="lounge" 
item-attribute-1-name="Color"
item-attribute-1-value="Brown"></gspro-item-list>
<gspro-item-list search="lounge"
item-attribute-1-name="Color"
item-attribute-1-value="Red"></gspro-item-list>
<gspro-item-list search="lounge"
item-attribute-1-name="Color"
item-attribute-1-value="Orange"></gspro-item-list>



Did this answer your question?