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 at the same time, then checkout using a single cart […]
Magento2
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 composer require-commerce magento/product-community-edition=2.4.7 –no-update updated composer files section as mentioned […]
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 vendor/magento/framework/View/Element/ExceptionHandlerBlock.php:59
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 above error
I have a b2b store running on Magento 2.4.4 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 } } } }; Created js/sidebar-mixin.js define([ 'jquery', ], function ($) { 'use […]
I’m having an issue with a discount cart price rule for bundle products. To understand the issue you might want to know we mostly sell USED hardware. The NEW products are not sold much and not much on stock. I want to give customers a 20% discount for certain bundle […]
When we use Login as Customer for any customer from the admin panel it will redirect to frontend able to view all the pages for the particular customer and it is working. But the banner is not showing when navigating to any custom module as shown in the below picture. […]
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 to find where the vulnerability is on site. How to […]