Recent Topics

want to make product carousel on home page



  • i want to show some 20 products on the home page under new arrivals, but its showing 7 product max. and the capsule is also not working. i am sharing some screenshot please help me.
    bagisto-support.PNG

    and here is the code of new products


    <carousel-component
    slides-per-page="12"
    navigation-enabled=""
    pagination-enabled=""
    id="new-products-carousel"
    :slides-count="newProducts.length">

                                    <slide
                                        :key="index"
                                        :slot="`slide-${index}`"
                                        v-for="(product, index) in newProducts">
                                        <product-card
                                            :list="list"
                                            :product="product">
                                        </product-card>
                                    </slide>
                                </carousel-component>
    

    Thanks,
    Regards,
    Rohit



  • Hi @Rohit
    Could you mention your bagisto version?


Log in to reply