<script type="text/javascript"> require([ 'jquery', 'mage/adminhtml/events', 'mage/adminhtml/wysiwyg/tiny_mce/setup' ], function (jQuery) { jQuery(document).ready(function () { var editor; editor = new wysiwygSetup( 'additional-description',{ "width":"99%", "height":"200px", "plugins":[{"name":"image"}], "tinymce4":{"toolbar":"formatselect | bold italic underline | alignleft aligncenter alignright | bullist numlist | link table charmap","plugins":"advlist autolink lists link charmap media noneditable table contextmenu paste code help […]
Magento
I am upgrading a local site to 2.4.5. When I run a static content, deploy command: php bin/magento setup:static-content:deploy -f es_MX en_US It throws me this error: Compilation from source: /var/www/vendor/magento/theme-adminhtml-backend/web/css/styles-old.less Compilation from source: LESS file is empty: adminhtml/Magento/spectrum/es_MX/css/styles-old.less Compilation from source: /var/www/vendor/magento/theme-adminhtml-backend/web/css/styles.less Compilation from source: LESS file is empty: […]
this is a config attribute, i added yes in search of usage, also i do indexing and clearing the cache, but search can’t return product by attribute option name, who can can say what the problem ? thanks
I have an existing Magento Commerce Cloud Project and I used to develop locally with the Magento Cloud Docker. So far I have used the Magento-generated file docker-compose.yml, and I was almost ready to go with Docker. Now I am working with an Apple M1 Chip (ARM64) and I see […]
My editor isn’t properly coloring the variables and things like that in the script. It is just treating it as a plaintext file. I have both intelephense and intelliSense extensions installed.
How to add field in the add / edit for for ui select with search option. i have added in the add form but it is not working. [![enter image description here][1]][1] [![enter image description here][2]][2] [![enter image description here][3]][3] Can you please let me know that how to use […]
I am trying to integrate a payment gateway into my Magento 2 store, but I keep getting an error during the checkout process. What steps can I take to troubleshoot and fix this issue?
Products Not Showing in Category page after upgrade to 2.4.5-p1 and indexer:reindex cmd gives below error Catalog Search index process error during indexation process: {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"failed to build synonyms"}],"type":"illegal_argument_exception","reason":"failed to build synonyms","caused_by":{"type":"parse_exception","reason":"parse_exception: Invalid synonym rule at line 3","caused_by":{"type":"illegal_argument_exception","reason":"term: " was completely eliminated by analyzer"}}},"status":400} Does anyone know how to fix this […]