# article properties in listing page

**URL:** https://forum.shopware.com/t/article-properties-in-listing-page/39405
**Category:** Programmierung
**Created:** [29. August 2016 um 10:26 UTC](https://forum.shopware.com/t/article-properties-in-listing-page/39405 "2016-08-29T10:26:46Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![annamalai](https://avatars.discourse-cdn.com/v4/letter/a/96bed5/32.png) [@annamalai](https://forum.shopware.com/u/annamalai)
#### Post date: [29. August 2016 um 10:26 UTC](https://forum.shopware.com/t/article-properties-in-listing-page/39405/1 "2016-08-29T10:26:46Z")

</div>

&nbsp;

Hi

I am trying to display article properties in listing page of the products.

I edited the file&nbsp;[frontend](https://aixssd109.aix-cloud.de:8443/smb/file-manager/list?currentDir=%2Fshopware.swissbatt24.ch%2Fthemes%2FFrontend%2FBare%2Ffrontend)&nbsp;/&nbsp;[listing](https://aixssd109.aix-cloud.de:8443/smb/file-manager/list?currentDir=%2Fshopware.swissbatt24.ch%2Fthemes%2FFrontend%2FBare%2Ffrontend%2Flisting)&nbsp;/&nbsp;[product-box](https://aixssd109.aix-cloud.de:8443/smb/file-manager/list?currentDir=%2Fshopware.swissbatt24.ch%2Fthemes%2FFrontend%2FBare%2Ffrontend%2Flisting%2Fproduct-box)&nbsp;/ box-basic.tpl and added the code

{foreach $sArticle.sProperties as $sProperty}

{$sProperty.value|escape}

{/foreach}

&nbsp;

But it doesn’t display anything , But the code is present in details/tabs/description page for displaying article properties . refered the code from the page but it doesn’t work in lsiting&nbsp;

anyone can help me on this?

---

<div class="post-metadata">

### Author: ![Michael\_Telgmann](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/michael_telgmann/32/20289_2.png) [@Michael\_Telgmann](https://forum.shopware.com/u/Michael_Telgmann)
#### Post date: [29. August 2016 um 14:37 UTC](https://forum.shopware.com/t/article-properties-in-listing-page/39405/2 "2016-08-29T14:37:19Z")

</div>

Hi&nbsp;annamalai,

per default&nbsp;the properties of a product are not loaded in the listing. You will need to add this via plugin extension. The products are delivered by this method&nbsp;\sArticles::sGetArticlesByCategory()

best regards from Schöppingen

![cool](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/1X/86c57fbace799dd4eb1f1b8a2d3bdc1733f0aea1.png "cool")&nbsp;Michael Telgmann

---

<div class="post-metadata">

### Author: ![natelo](https://avatars.discourse-cdn.com/v4/letter/n/f07891/32.png) [@natelo](https://forum.shopware.com/u/natelo)
#### Post date: [29. August 2016 um 21:47 UTC](https://forum.shopware.com/t/article-properties-in-listing-page/39405/3 "2016-08-29T21:47:11Z")

</div>

Hi annamalai,

I had the same problem and solved it with this plugin:&nbsp;[https://forum.shopware.com/discussion/11080/produkteigenschaften-in-listenansicht-darstellen#Comment\_115725](https://forum.shopware.com/discussion/11080/produkteigenschaften-in-listenansicht-darstellen#Comment_115725)

1. create the folder “EigenschaftenInKategorie”. Then you have the path&nbsp;engine/Shopware/Plugins/Community/Frontend/EigenschaftenInKategorie

2. create a “Bootstrap.php” with the php-content&nbsp;from the link inside the folder&nbsp;“EigenschaftenInKategorie”

3. install the plugin with the plugin manager (backend)

4. you can use sProperties

---

<div class="post-metadata">

### Author: ![MoinZusammen](https://avatars.discourse-cdn.com/v4/letter/m/6f9a4e/32.png) [@MoinZusammen](https://forum.shopware.com/u/MoinZusammen)
#### Post date: [28. August 2020 um 07:42 UTC](https://forum.shopware.com/t/article-properties-in-listing-page/39405/4 "2020-08-28T07:42:44Z")

</div>

Hi, this only works in the fírst page of a listing, not on the next (if there is more than one of course).

It is gone then. By removing the cache (ctrl-F5 or R) it is back again, but as soon as you change the page it disappeared?&nbsp;

&nbsp;

How can this be resolved?
