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

Bagisto

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

Change postion of configurable attribute in front end?

Modules
2
7
1.2k
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.
  • B
    bzay23 last edited by 22 Oct 2021, 05:45

    How to change the postion like in the image package should be up and color should be down its an configurable attribute
    demo.PNG

    1 Reply Last reply Reply Quote 0
    • devansh-webkul
      devansh-webkul last edited by 22 Oct 2021, 09:12

      Hi @bzay23,

      Currently, there is no way. You need to customize this at your end.

      B 1 Reply Last reply 22 Oct 2021, 10:08 Reply Quote 0
      • B
        bzay23 @devansh-webkul last edited by 22 Oct 2021, 10:08

        @devansh-webkul Like how can i where is the code to pull data accrding to id desc or asc

        1 Reply Last reply Reply Quote 0
        • B
          bzay23 last edited by 22 Oct 2021, 10:14

          how can we add texteditor in any textarea

          1 Reply Last reply Reply Quote 0
          • devansh-webkul
            devansh-webkul last edited by 22 Oct 2021, 12:05

            For configurable product, you need to check here,
            https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Velocity/src/Resources/views/shop/products/view/configurable-options.blade.php

            For tinymce, you can take reference from here,
            https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Admin/src/Resources/views/layouts/tinymce.blade.php

            B 1 Reply Last reply 24 Oct 2021, 04:21 Reply Quote 0
            • B
              bzay23 @devansh-webkul last edited by 24 Oct 2021, 04:21

              @devansh-webkul How can i show this in other textarea attribute its not coming in other textarea attribute that i have created in attribute from admin panel.

              1 Reply Last reply Reply Quote 0
              • devansh-webkul
                devansh-webkul last edited by 25 Oct 2021, 04:12

                I just shared a reference, for implementation. Maybe you get confused because this is a little bit of refactored code.

                The file which i shared just needs to include in your blade file like this,
                https://github.com/bagisto/bagisto/blob/db7bb755acf7210c2f96c8f7e7c76168a715bf6a/packages/Webkul/Admin/src/Resources/views/catalog/categories/create.blade.php#L190

                After that, you need to trigger the textarea, something like this,
                https://github.com/bagisto/bagisto/blob/db7bb755acf7210c2f96c8f7e7c76168a715bf6a/packages/Webkul/Admin/src/Resources/views/catalog/categories/create.blade.php#L224

                If still you are facing the problem then check the tinymce docs.

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