Over 3000 of our SKUs contain special characters such as “-“, “/”, “&”. The problem is when we try to search regular SKU (e.g. ABC123) on the front end it returns the correct result; however when we try to search the SKU having special characters (e.g. ABC-123), it returns multiple […]
Magento
I’m using Magento 2.3.5 with Porto Theme. This theme when add to cart button is clicked show only an alert message with a green background. I need that when add to cart button is clicked a popup appear and show 2 buttons, Continue Shopping or Go to cart. I tried […]
I have implemented a custom module based on this thread -https://magento.stackexchange.com/questions/339930/change-product-price-precision-to-3 It’s working perfectly fine on Magento 2.4.3, but no changes are reflecting when I upgrade to 2.4.4. But the module is installed successfully. My module structure- /app/code/Sanket/PricePrecision ->registration.php ->/etc ->module.xml ->di.xml ->/Model ->PriceCurrency.php ->RowBaseCalculator.php ->TotalBaseCalculator.php My registration.php <?php MagentoFrameworkComponentComponentRegistrar::register( […]
I am trying to create tabs in magento admin panel but it is not working. I tried running all the commands and cache clear. Please check if everything is fine with the code ` <system> <tab id="mymodule" translate="label" class="a-custom-css-class-to-style-this-tab" sortOrder="10"> <label>A meaningful label</label> </tab> <section id="blog" showInDefault="1" showInWebsite="1" showInStore="1" sortOrder="10" […]
I have encountered a problem during the migration of the data from my old magento to my new magento… Everything worked well for the settings migration Here is the command i’ve launched : bin/magento migrate:data -a /var/www/html/magento2/app/code/Vendor/Migration/etc/opensource-to-opensource/1.9.3.1/config.xml and here is the error i got after he migrated a part of […]
Upon successful Magento upgrade to 2.4.4 from 2.4.2, I noticed the following error in browser console as site loaded. I don’t see any references to this error message on the net nor in SO. Could you please help me fix this? Image below shows where the error is originating from.
i installed magento 2.4.4 but i can’t see thumbnails on my website. I followed a lot of suggestions on internet like disable old media gallery or type php bin/magento media-gallery:sync php bin/magento media-content:sync and chmod etc but nothing works. When i compile, i get this message : Media files stored […]
What is the best method to trigger a window resize event in Magento 2? I need to trigger this method inside a widget function. /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ define([ 'jquery', 'jquery-ui-modules/widget' ], function ($) { 'use strict'; $.widget('mage.sticky', […]