Change postion of configurable attribute in front end?
-
How to change the postion like in the image package should be up and color should be down its an configurable attribute
-
Hi @bzay23,
Currently, there is no way. You need to customize this at your end.
-
@devansh-webkul Like how can i where is the code to pull data accrding to id desc or asc
-
how can we add texteditor in any textarea
-
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.phpFor tinymce, you can take reference from here,
https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Admin/src/Resources/views/layouts/tinymce.blade.php -
@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.
-
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#L190After 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#L224If still you are facing the problem then check the tinymce docs.