In Magento version 2.3.2 and 2.3.3, in a UI form, I have a field element input, of type price*: price Price price false true Looks like this: Here, I found documentation for field types, from UI form. I want the price in that field to be displayed with two decimal […]
Magento1
I know what object manager is. I know why it is used. I know that as a general rule it shouldn’t be used. I know why from reading this. https://devdocs.magento.com/guides/v2.3/extension-dev-guide/object-manager.html#exceptions. Then I see code like this https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Model/Indexer/Product/Eav/Action/Full.php#L83-L85 public function __construct( [...] $this->scopeConfig = $scopeConfig ?: ObjectManager::getInstance()->get( ScopeConfigInterface::class ); [...] } […]
I’m having a weird issue, all of a sudden our shipping outside of the country has ceased working. “Sorry, no quotes are available for this order at this time.” I’ve been digging around and I saw earlier this year there was an issue with the Gateway URL being http://www.ups.com/using/services/rave/qcostcgi.cgi instead […]
I already checked everything, my remote server is working properly by my local showed up this issue, as you can see in this image below. I don’t know if it’s related to my local environment using Valet+ or if it’s something related with my Magento configuration. How could I figure […]
Getting TypeError: options is undefined in customer-data.js with firefox, With chrome it’s working good no issue. Using Magento 2.2.0 & Wetpixel pearl theme1.5.5 This issue is not coming for all refresh, Is only coming for some refresh, I did a new installation getting the same I have v2 enabled for […]
I been trying to figure out how to add date picker in checkout. I can add date picker by plugin but I am not sure if that is correct way. I was expecting this to be done through knockout js but I couldn’t get anywhere with it Is it possible […]
After updating to version 2.3.3 The content of several pages(cms pages/consumer/orders/cms blocks and more) is admin panel is missing this is what I get: Any help? Thanks
We have created a megamenu and want to load the category image on the menu. I’m not sure how to load that. As of now, we have just hardcoded the image. Below is the code: < ?php namespace ButterflyMegamenuBlock; class Categorylist extends MagentoFrameworkViewElementTemplate { protected $_categoryHelper; protected $categoryFactory; protected $_catalogLayer; […]
I am using Magento version 2.3.2 EE. I am trying to run the “composer install” step (I have not modified the composer.json file in any way) and I’m seeing the following error: $ composer install Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be […]