Is anyone know why sometime elastic server takes time to connect Here is the screenshot from New relic report This screenshot report generated when customer visiting product listing pages. Is this server issue where we are hosted? or is it need to increase a plan or specifically Magento issue?
Magento
After update magento (from 2.3.4 > 2.4.2) and migrated on a new hosting, Add to cart button stop working. After i select a product and then “Add to cart” button, website is reloading on same page, but no product added on mini cart. Even if i navigated on /checkout/cart, cart […]
I want to add new field while we create new order from the Magento admin. So, any one has any reference for this ?
1 exception(s): Exception #0 (Exception): Unable to proceed: the maintenance mode is enabled. Exception #0 (Exception): Unable to proceed: the maintenance mode is enabled. <pre>#1 MagentoFrameworkAppBootstrap->run() called at [pub/index.php:31] </pre>
Magento 2.4.6 I copied a product like that: $childCopy = $objectManager->create('MagentoCatalogModelProductCopier'); $childCopy = $childCopy->copy($parent); This works, I can set the SKU, the URL key and so on on the $childCopy, but visibility and status do not work: $childCopy->setSku('whatsever'); // works $childCopy->setPrice(10); // works $childCopy->setStatus(1); // does NOT work $childCopy->setVisibility(1); // […]
Tow product attribute is not showing Display Actual Price => msrp_display_actual_price_type RRP => msrp not showing after magento1.9.2.1 to magento2.4.6 migration. the msrp_enabled was not migrated after migration, i added it manually from admin.
Hi i am try to update magento from 2.3.4 to 2.4.x. I am followed those guides: https://www.codextblog.com/magento-2/upgrade-magento-version-2-3-x-2-4-0/ https://www.mgt-commerce.com/tutorial/how-to-upgrade-magento-2-3-to-2-4/ https://magecomp.com/blog/upgrade-magento-version-from-2-3-to-2-4/ After commands: composer require magento/composer-root-update-plugin=~1.0 --no-update composer require magento/product-community-edition=2.4.2 --no-update on composer update, i got the errors: [glow_2@hs23 httpdocs]$ composer update The "magento/inventory-composer-installer" plugin was skipped because it requires a Plugin […]
Magento 2.4.6 I creates a sales rule, lets say it has ID 123. I am loading it like this for now (yes, I know ObjectManager is bad practice): $objectManager = MagentoFrameworkAppObjectManager::getInstance(); $rule = $objectManager->create('MagentoSalesRuleModelRule')->load(123); Now, how do I get the automatically created coupons in that sales rule?
I have a Magento 2.4.6 store, it’s just a single store, not a multistore Therefore there’s no store view scope on things like products and categories. If I go into the admin and change the category description, it saves fine in the admin however it doesn’t appear on the frontend. […]