Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    want to make product carousel on home page

    Knowledge Base
    2
    2
    293
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      Rohit last edited by

      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

      1 Reply Last reply Reply Quote 0
      • V
        Vaishali Agarwal last edited by

        Hi @Rohit
        Could you mention your bagisto version?

        1 Reply Last reply Reply Quote 0
        • First post
          Last post