Now i can this. How i can change the default sort direction after selecting a specific sort option [ex: only for Product Name]? I want to change the default direction after selecting a special option [ex: only for Product Name]
Magento
i have a magento 2.4.4 version and i’m bot able to complete checkout for followinmg critical error: [2022-04-21 14:46:45] main.CRITICAL: Unknown connection name amqp {“exception”:”[object] (LogicException(code: 0): Unknown connection name amqp at /home/web/website/www/lib/internal/Magento/Framework/MessageQueue/ConnectionTypeResolver.php:43)”} [] I already tried following php bin/magento module:disable Magento_WebapiAsync php bin/magento module:disable Magento_Amqp but with no success.. […]
After upgrading the shop from version 2.3.2 to 2.4.3-p1 all the product prices in frontend are shown without tax. The price in backend is correct, all settings in Stores > Configuration > Sales > Tax are set to Including Tax and yet the prices are shown without tax on all […]
Please can anyone tell, How customer is creating in PWA? and How to create customer with Password in PWA Studio? Your help will be appreciated. Thanks
I have magento 2.4 up and running in Docker on a macbook pro M1. The site comes up, but if i try to login as a customer or create a customer i get the error main.DEBUG: Request validation failed for action “MagentoCustomerControllerAccountLoginPostInterceptor” {“exception”:”[object] (MagentoFrameworkAppRequestInvalidRequestException(code: 0): Invalid request received at /var/www/localhost/htdocs/vendor/magento/module-customer/Controller/Account/LoginPost.php:158 […]
I am struggling to add bcc to back in stock alert notification. I would like the mail to be sent to customer and bcc admin. I’ve tried adding the addBcc part but did not work. Mage::getModel('core/email_template') // NOT WORKING ->addBcc('email@domain.com') ->setDesignConfig(array( 'area' => 'frontend', 'store' => $storeId ))->sendTransactional( $templateId, Mage::getStoreConfig(self::XML_PATH_EMAIL_IDENTITY, […]
i have a big Problem. I have installed a theme and as soon as I log into the backend the following error comes up. Error: Cannot instantiate interface MagentoFrameworkFilesystemDriverInterface in /var/www/html/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php:121 Stack trace: #0 /var/www/html/vendor/magento/framework/ObjectManager/Factory/Compiled.php(108): MagentoFrameworkObjectManagerFactoryAbstractFactory->createObject() #1 /var/www/html/vendor/magento/framework/ObjectManager/Factory/Compiled.php(150): MagentoFrameworkObjectManagerFactoryCompiled->create() #2 /var/www/html/vendor/magento/framework/ObjectManager/Factory/Compiled.php(79): MagentoFrameworkObjectManagerFactoryCompiled->get() #3 /var/www/html/vendor/magento/framework/ObjectManager/Factory/Compiled.php(150): MagentoFrameworkObjectManagerFactoryCompiled->create() #4 /var/www/html/vendor/magento/framework/ObjectManager/Factory/Compiled.php(79): MagentoFrameworkObjectManagerFactoryCompiled->get() #5 /var/www/html/vendor/magento/framework/ObjectManager/ObjectManager.php(70): […]
I have connected PWA Studio with magento, connected working fine but add to cart, create customer is not working due to customization of add to cart and customer create, Please can you suggest me how to make eligible custom modules that can be able to work with PWA Studio? I […]