# Auf Herstellerseite Infinite Scrolling und ProductBoxLayout='Image' hinzufügen

**URL:** https://forum.shopware.com/t/auf-herstellerseite-infinite-scrolling-und-productboxlayout-image-hinzufugen/52499
**Category:** Allgemein
**Created:** [20. April 2018 um 12:59 UTC](https://forum.shopware.com/t/auf-herstellerseite-infinite-scrolling-und-productboxlayout-image-hinzufugen/52499 "2018-04-20T12:59:41Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Tiina](https://avatars.discourse-cdn.com/v4/letter/t/5fc32e/32.png) [@Tiina](https://forum.shopware.com/u/Tiina)
#### Post date: [20. April 2018 um 12:59 UTC](https://forum.shopware.com/t/auf-herstellerseite-infinite-scrolling-und-productboxlayout-image-hinzufugen/52499/1 "2018-04-20T12:59:41Z")

</div>

Hi,

ich versuche Infinite Scrolling auf Herstellerseite aktiv zu schalten. Dies funktioniert allerdings nur teilweise. Die Artikel werden zwar nachgeladen, allerdings ist die Herstellerseite mit ProductBoxLayout=‘Image’ angepasst. So wird Page 1 im Image ProductBoxLayout und alle weiteren Pages im Standard ProduktBoxLayout dargestellt.

```
{extends file="parent:frontend/listing/manufacturer.tpl"}

{block name="frontend_listing_index_layout_variables"}
    {* Count of available product pages *}

    {if $criteria}
        {$pages = ceil($sNumberArticles / $criteria->getLimit())}
    {/if}

    {* Controller url for the found products counter *}
    {$countCtrlUrl = "{url module="widgets" controller="listing" action="listingCount" params=$ajaxCountUrlParams fullPath}"}

    {* Layout for the product boxes *}
    {$productBoxLayout = 'image'}

    {if $sCategoryContent.productBoxLayout !== null && $sCategoryContent.productBoxLayout !== 'extend'}
        {$productBoxLayout = $sCategoryContent.productBoxLayout}
    {/if}
{/block}

```

Gibt es eine Möglichkeit, dass die nachgeladene Artikel ebenfalls im ProductBoxLayout = ‘Image’ angezeigt werden?

---

<div class="post-metadata">

### Author: ![bilderrahmen](https://avatars.discourse-cdn.com/v4/letter/b/8baadc/32.png) [@bilderrahmen](https://forum.shopware.com/u/bilderrahmen)
#### Post date: [26. Juni 2018 um 13:35 UTC](https://forum.shopware.com/t/auf-herstellerseite-infinite-scrolling-und-productboxlayout-image-hinzufugen/52499/2 "2018-06-26T13:35:20Z")

</div>

hallo … gibt es mitlerweile eine lösung? danke für deine antwort
