• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

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

How to add multiple images in categories from admin interface?

Knowledge Base
4
8
882
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.
  • K
    Keerthi last edited by 26 Sept 2019, 12:02

    Hi,

    Can anyone please suggest me how to add multiple images in categories from admin interface. Thank you

    1 Reply Last reply Reply Quote 0
    • R
      rahul last edited by 27 Sept 2019, 10:17

      Hi @Keerthi

      Right Now, this is not available in system.
      We have used a image column in category table which takes single value.

      But, you can customise it according to your need, first of all create a category_images table,
      override categories create and edit blade file and use your controller for both functionality .

      You will get below one in edit/create file.

       <image-wrapper :button-label="'{{ __('admin::app.catalog.products.add-image-btn-title') }}'" input-name="image" :multiple="false"></image-wrapper>
      

      turn multiple to true.

      Thanks

      Z 1 Reply Last reply 10 Nov 2020, 07:32 Reply Quote 0
      • about a year later
      • Z
        zainawan99 @rahul last edited by 10 Nov 2020, 07:32

        @rahul I m follow but edit image view database image how can display?

        1 Reply Last reply Reply Quote 0
        • V
          vishalK last edited by 10 Nov 2020, 14:32

          Hi @zainawan99

          We didn't get your point kindly elaborate your question.

          Thanks

          Z 1 Reply Last reply 10 Nov 2020, 17:55 Reply Quote 0
          • Z
            zainawan99 @vishalK last edited by 10 Nov 2020, 17:55

            @vishalK Every Category Page add slider dynamically? admin panel I m create edit view multiple page storage paths not found?
            17a29e4f-27ee-4e21-9cb4-09cd7ebb4988-image.png

            50025cf9-4abc-4167-becd-6b84eaba87b6-image.png

            1 Reply Last reply Reply Quote 0
            • V
              vishalK last edited by 12 Nov 2020, 05:38

              Hi @zainawan99

              First of all you have to save multiple image in storage folder and make an entry of that image in table and relate that image entry with category so by doing this you are able to fetch images related to the category and then you can easily fetch and show images in admin panel as well as in front end but remember you have to add slider component in front end to show multiple images.

              Thanks

              Z 1 Reply Last reply 12 Nov 2020, 08:02 Reply Quote 0
              • Z
                zainawan99 @vishalK last edited by 12 Nov 2020, 08:02

                @vishalK but my issue only how can show multiple images edit blade page with Vue js any reference link?

                1 Reply Last reply Reply Quote 0
                • V
                  vishalK last edited by 12 Nov 2020, 13:39

                  Hi @zainawan99

                  You can take reference from product edit page, there also you will find image section which show multiple images.

                  Thanks

                  1 Reply Last reply Reply Quote 0
                  1 out of 8
                  • First post
                    1/8
                    Last post