Skip to content

How to add Carousel for Related / Recent / Crossell Products ? #35

Answered by vovayatsyuk
rutulritz asked this question in 1. Help
Discussion options

You must be logged in to vote

You can wrap the products into a div.breeze-carousel and breeze will transform all listings into sliders.

In our Argento themes we do this via XML layout update instructions:

<referenceContainer name="page.bottom.container">
    <container name="before-footer.recent-wrapper" htmlTag="div" htmlClass="recent-products hide show-on-ready" after="-">
        <container name="before-footer.bottom.carousel" htmlTag="div" htmlClass="breeze-carousel container"/>
    </container>
</referenceContainer>
<referenceBlock name="catalog.product.viewed" template="product/widget/viewed/grid.phtml"/>
<move element="catalog.product.viewed" destination="before-footer.bottom.carousel"/>

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@rutulritz
Comment options

@rutulritz
Comment options

@vovayatsyuk
Comment options

Answer selected by vovayatsyuk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants