Magento Cloud – How does SendGrid send email with sender “[email protected]”?

Hi everyone, I have not much experience with Email sending things. I have a Magento Cloud instance(vanilla), I saw email is sending out with sender like: [email protected], and [[email protected]](mailto:[email protected])… I tried to replace it with a dummy email address, it also send emails with sender as dummy email address. I wonder how it works? could …

Translation on root script

is it possible to translate string on root script? i am trying the ff but have no luck <?php ini_set(‘display_errors’, 1); ini_set(‘display_startup_errors’, 1); ini_set(‘memory_limit’, ‘5G’); error_reporting(E_ALL); use Magento\Framework\App\Bootstrap; require __DIR__ . ‘/../app/bootstrap.php’; $params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE] = ‘no’; $params[\Magento\Store\Model\StoreManager::PARAM_RUN_TYPE] = ‘store’; $bootstrap = \Magento\Framework\App\Bootstrap::create(BP, $params); // $bootstrap = Bootstrap::create(BP, $_SERVER); $objectManager = $bootstrap->getObjectManager(); $state = $objectManager->get(‘Magento\Framework\App\State’); $state->setAreaCode(‘frontend’); $storeId …

Using box slide banner and the arrows don’t work

Wondering if there’s a quick fix for the arrows not working on my banners? I have 4 banners on boxslide and they rotate fine, however you can’t manually use the arrows to scroll through. You have to wait for them to automatically change? The arrows are there they just don’t work. submitted by /u/shaggysteeze [link] …

Magento is almost dead… will MageOS and Hyvä save Magento?

I am highly concerned about Magento future. Personally, I think it was set to death. I saw with my own eyes so many talented community members leaving the platform as well as countless Magento stores being migrated to Shopify/BigCommerce. ​ However, the birth of MageOS and Hyvä kinda of oxygenated the ecosystem. It seems the …

Magento 2 extensions for Adobe Commerce Cloud

I would like to discuss the topic about Adobe Commerce Cloud, there are a lot of functionalities included into the platform by default. Is it enough for comfortable work on the e-commerce market or are you buying additional extensions by other vendors? What are these extensions and why do you buy them? submitted by /u/AlexHaivaronski …

Magento 2.4.4 CE – Import (add/replace) an existing product with 0 quantity does not increase salable quantity.

Hi all, Since I upgraded to 2.4.4 I’ve been doing tests and I noticed something that seems like a bug. If you have an existing product with its current qty at 0 and you try to upload a CSV with just SKU & qty headers, the quantity after the import will be updated but not …