Magento 2 : Block Google From Indexing the price in my store as its a b2b site
I have a b2b store running on Magento 2.4.4. I am trying to block google from indexing only the price from my product page! Is it even possible?
I have a b2b store running on Magento 2.4.4. I am trying to block google from indexing only the price from my product page! Is it even possible?
I created mixin. When I comment out confirm({}) in core sidebar.js it works as expected, but my mixin doest work. It does’t remove popup. requirejs-config.js: var config = { config: { mixins: { ‘Magento_Checkout/js/sidebar’: { ‘Magento_Checkout/js/sidebar-mixin’: true } } }… Read More »Magento 2 : Remove Confirmation Popup when deleting products from the mini cart
I have a simple store running on Magento 2.4.6 p2, with guest checkout disabled. I have added Google captcha on registration as well as login form. Still, once in a while, I receive spam orders like this. I am unable… Read More »Magento 2 : Spam Order Getting Placed
In Magento PWA Venia [ React frontend ] , by default there is file called sw.js in src/ServiceWorker/sw.js and we can load that file in website.com In the similar way, How to create customsw.js and load the file in website.com/customsw.js… Read More »Add custom serviceworker file in PWA Venia React frontend
I have a current Magento 2.4 installation and I want to have another store with different categories and products but share customer information, cart, checkout and payments. I want the user to be able to purchase something from either store… Read More »Magento 2 Multiple Websites or Stores
We upgraded from 2.4.2 to 2.4.6-P4. Now create customer account is not working anymore. When the form is filled and the button ‘create account’ is clicked only the form reloads. The customer is not added to the database. Can anyone… Read More »After migration to 2.4.6 create customer not working
Got error “The “sales_invoice_view” block threw an exception, and it can’t be rendered.” Not just sales_invoice_view alot of admin areas when opening says this error. like another one The “adminhtml.cache.container” block threw an exception, and it can’t be rendered. in… Read More »Magento upgrade to 2.4.7 block threw an exception
I have upgraded Magento from 2.4.5 to 2.4.7 and it went well. Here are my system details Composer version 2.7.6 PHP version 8.2.12 Here are the steps I followed. cp composer.json composer.json.bak && cp composer.lock composer.lock.bak composer require magento/composer-root-update-plugin=~2.0 –no-update… Read More »Magento 2 : setup:di:compile fails after upgrade
PHP Fatal error: Declaration of MagentoComposerRootUpdatePluginPluginCommandsOverrideRequireCommand::execute(SymfonyComponentConsoleInputInputInterface $input, SymfonyComponentConsoleOutputOutputInterface $output) must be compatible with ComposerCommandRequireCommand::execute(SymfonyComponentConsoleInputInputInterface $input, SymfonyComponentConsoleOutputOutputInterface $output) i am using magento 2.4.3-p1 and composer 1, now when i update composer to 2 and run composer -v it gives me the… Read More »Error when switch composer 1 to composer 2
After upgrading, I encountered an issue with the checkout page. After adding the product to the cart and proceeding to checkout, the page appears blank without any data. It doesn’t even show any errors in developer mode despite having display… Read More »Magento 2 : checkout page is blank after upgrade magento 2.4.5 to 2.4.6p5