# accessorier

**URL:** https://forum.shopware.com/t/accessorier/68682
**Category:** International (English Only)
**Tags:** general
**Created:** [30. Juli 2020 um 07:32 UTC](https://forum.shopware.com/t/accessorier/68682 "2020-07-30T07:32:03Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ilaria](https://avatars.discourse-cdn.com/v4/letter/i/e56c9b/32.png) [@ilaria](https://forum.shopware.com/u/ilaria)
#### Post date: [30. Juli 2020 um 07:32 UTC](https://forum.shopware.com/t/accessorier/68682/1 "2020-07-30T07:32:03Z")

</div>

Good morning,&nbsp;

I put 5 accessories in the beckend, in the „cross selling“ section (shopware 5.6) , but then on the online page I see only 4. Is there a setting to determine how many accessories you can see?

Do you have a solution? Thank you

---

<div class="post-metadata">

### Author: ![brettvormkopp](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/brettvormkopp/32/7788_2.png) [@brettvormkopp](https://forum.shopware.com/u/brettvormkopp)
#### Post date: [30. Juli 2020 um 07:56 UTC](https://forum.shopware.com/t/accessorier/68682/2 "2020-07-30T07:56:11Z")

</div>

Einstellungen -\> Grundeinstellungen -\> Storefront -\> Crossselling/Ähnliche Artikel&nbsp;

---

<div class="post-metadata">

### Author: ![ilaria](https://avatars.discourse-cdn.com/v4/letter/i/e56c9b/32.png) [@ilaria](https://forum.shopware.com/u/ilaria)
#### Post date: [30. Juli 2020 um 08:14 UTC](https://forum.shopware.com/t/accessorier/68682/3 "2020-07-30T08:14:19Z")

</div>

thanks for the answer, but I need ACCESSORIES, not similar items…where can I find it?&nbsp;

---

<div class="post-metadata">

### Author: ![brettvormkopp](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/brettvormkopp/32/7788_2.png) [@brettvormkopp](https://forum.shopware.com/u/brettvormkopp)
#### Post date: [31. Juli 2020 um 06:37 UTC](https://forum.shopware.com/t/accessorier/68682/4 "2020-07-31T06:37:19Z")

</div>

Hi, Accessories in SW-Language is “related&nbsp;article”. When you check your theme variables, they are stored in $sArticle.sRelatedArticles . When called, they end up in the “product\_slider.tpl” like any kind of featured articles in theme or einkaufswelt.

I think there is no way you can manipulate “related articles” in the Backend.

So what can you do now? I would check if the Variable/Array of $sArticle.sRelatedArticles is filed with Products. If true than you might have the same bug as me where i can store as many similar or related article, but it will only show 3 and repeat itself after that.&nbsp;
