color picker in configuration Mismatched anonymous define() module in Magento 2
when I add color picker to admin system configuration i got this kind of error can any one know about how can I rsolve it.
Auto Added by WPeMatico
when I add color picker to admin system configuration i got this kind of error can any one know about how can I rsolve it.
I want to remove everything which is inside the red part. All area under “Order View” include “Order view” it self. After removing this part the detail of order should start from where the “Order view” currently present. I mean… Read More »Remove all tabs of order view
Admin category URL link redirect admin dashboard issue how to fix this issue Current URL: Category https://test.cm/mv2/admin/catalog/category/edit/id/12/key/a7294ff98a7d8ff0eb16dbf92bd5ffae4da9620da389376dff80aa82e4d42b60/ Real category URL https://test.com/mv2/admin/catalog/category/edit/key/30dcd45cded283314a2410b81138a716658363d538381032f0bb16e3f66d14d0/id/12/ public function getCategoryEditUrl() { $category=$this->_registry->registry(‘current_category’); return $this->backendUrl->getUrl(‘catalog/category/edit’, [‘id’ => $category->getId()]); } above code get https://test.cm/mv2/admin/catalog/category/edit/id/12/key/a7294ff98a7d8ff0eb16dbf92bd5ffae4da9620da389376dff80aa82e4d42b60/ this URL but real… Read More »Magento 2.4.2 admin category URL redirect admin dashboard
I use magento2.4.6. When I upgraded to the latest version of the Magefan Blog, after I entered the background Configuration, I could not save or open any other menus. Uncaught TypeError: locations.each is not system.js:195 a function at system.js:195:15 at… Read More »Magento 2.4.6 Uncaught TypeError: locations.each is not system.js:195 a function
Magento 2.4.5 p4 – Porto Theme – VPN with Cloudflare CDN and Imunify360 I’ve had this problem since upgrading to 2.4.5 p4 from p2, but downgrading does not help. I have some configurables with upto 1000 simple products. Since my… Read More »Large Configurable: Failed to load resource: net::ERR_CONNECTION_CLOSED
Preconditions Ubuntu 18.04 DigitalOcean droplet Nginx 1.1.4 MariaDB 10.1.34 (MySQL 15.1) PHP 7.1 (Using FPM) Redis server 4.0.11 Steps to reproduce Download Magento 2.2.5 via Composer Install Magento 2.2.5 via CLI using existing database Install SSL certificate. (At this point… Read More »Magento 2.2.5: Admin login page redirect loop 301/302 after installing SSL and enabling HTTPS
Using Magento 2.4. I want to add some custom JS in the admin area. appcodeClientQuoteAdminThemeviewadminhtmlrequirejs-config.js var config = { map: { ‘*’: { adminTheme: ‘ClientQuote_AdminTheme/js/client-admin’ } }, paths: { ‘custom-script’: ‘ClientQuote_AdminTheme/js/client-admin’ } }; I can see the above in the… Read More »Add Custom JavaScript to Admin Theme
Magento 2.4.5-p1 version using. We want to give custom discount via our custom module Using this code – <?php namespace NamespceModulenameControllerAdminhtmlQuote; use MagentoBackendAppActionContext; use MagentoFrameworkControllerResultFactory; use MagentoQuoteApiDataShippingAssignmentInterface; use MagentoQuoteApiDataTotalItemInterface; use MagentoSalesRuleModelRuleFactory; use MagentoSalesRuleApiRuleRepositoryInterface; use MagentoQuoteModelQuoteAddressTotal; use MagentoFrameworkAppResourceConnection; use MagentoFrameworkDBTransactionFactory; class… Read More »Magento 2 How to update quote totals information from admin
i changed the base admin url using the admin panel and now i cannot access the admin panel. i dont have access to the PHP file, im an online user, is there a way to find the new admin login… Read More »I have Changed custom admin URL from admin panel, new url not working and getting admin url 404 error
I install fresh new Magento on my environment Magento version 2.4.6-p1 in the admin panel loader not gone it’s take only loading. can any one guide on the same.