Bagisto Forum

    Bagisto

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

    Change postion of configurable attribute in front end?

    Modules
    2
    7
    1219
    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

      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

        Hi @bzay23,

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

        B 1 Reply Last reply Reply Quote 0
        • B
          bzay23 @devansh-webkul last edited by

          @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

            how can we add texteditor in any textarea

            1 Reply Last reply Reply Quote 0
            • devansh-webkul
              devansh-webkul last edited by

              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 Reply Quote 0
              • B
                bzay23 @devansh-webkul last edited by

                @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

                  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
                  • First post
                    Last post