Bagisto Forum

    Bagisto

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

    How to create more Product grid on Front-End Like "New Products" and "Featured Products" along with other things shown in Bagisto Demo...

    General Discussion
    3
    6
    980
    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.
    • tish997
      tish997 last edited by

      How to create more Product grid on Front-End Like "New Products" and "Featured Products".. Like shown below... how i can create these aswell "Men's Collection" and "Women" etc
      Screenshot_6.jpg

      Also How can i make my store front end to show like bagisto Demo..
      Screenshot_1.jpg Screenshot_8.jpg Screenshot_7.jpg Screenshot_4.jpg

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

        Hi @tish997
        You can easily customize your store by adding custom labels by adding the code inside admin->velocity->meta data->Home page content

        Here you need to click on source code and pass the array as same added in bagisto demo.
        for example; if you want to add category on home page add the below line
        you can achieve this by adding the below code in admin->velocity-> meta data->HomePageContent

        @include('shop::home.category', ['category' => 'add_category_slug']);

        tish997 1 Reply Last reply Reply Quote 1
        • tish997
          tish997 @Vaishali Agarwal last edited by

          @Vaishali-Agarwal Thank you soo much it worked can you please also elaborate how to add Reviews and other things that are shown in screen shot...

          tish997 1 Reply Last reply Reply Quote 0
          • tish997
            tish997 @tish997 last edited by

            Actually i got it ... by going into bagisto demo admin panel i have cleared my confusions regarding other things... Thanks Vaishali you always help out..!!

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

              your welcome @tish997 🙂

              1 Reply Last reply Reply Quote 0
              • H
                himanshu-kmr last edited by

                I have tried added on admin->velocity-> meta data->HomePageContent

                @include('shop::home.category', ['category' => 'hemchhaya','cloths','bodycare'])
                
                1. Automatic => getting changed to =>
                2. Product is not showing n frontend

                I have cleared the cache and also deleted files inside bootstrap/cache

                Please Help....

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