Unanswered Questions
38,770 questions with no upvoted or accepted answers
28
votes
1answer
1k views
Magento Profiling - Why so many EAV: Magento\Eav\Model\Config::getAttribute?
I'm just reviewing the speed of a store and just wondering if anyone knows more about why I have over 100 EAV: Magento\Eav\Model\Config::getAttribute 0.006978 rows within my profiler.
It's just I do ...
19
votes
3answers
890 views
Magento2 : How to setup PWA in Localhost?
I want to setup PWA in localhost. I have tried in localhost but at last its giving dynamic staging server URL like below
https://magento-venia.local.pwadev:51828/
How can we change it to our ...
19
votes
1answer
642 views
Magento 1.9 Create new Magento Rest API to get category list
I am very confused about what kind of mistake I am doing to follow these steps provided here at the following link :
Create new Magento Rest API to get category list in
Magento
After doing all ...
18
votes
4answers
2k views
Adding a new method to an Abstract Class in Magento 2
Like this thread said: Override abstract class in Magento 2 in Magento 1,
I can just create a full new class.
In Magento 2, we need to use plugins, but plugins only allow me to modified existent ...
17
votes
1answer
480 views
Magento2 : Separate Login and Shipping Methods from Shipping Step
I wanted to Separate login and Shipping methods from Shipping Step in Magento 2 on Checkout page ?
16
votes
2answers
906 views
Magento 2 Show customer attribute in ui_component form
I've created ui_component form.
Where I need to show customer details, Same as Customer Edit.
But, I can able to show their data from customer_entity table.
DataProvider.php
public function getData()...
15
votes
1answer
568 views
Warning: call_user_func_array() expects parameter 1 to be a valid callback Magento 2.3
I have installed Smile_Elasticsearch extension.It is working fine with the default mode but when I enabled developer mode it is showing an error.
Warning: call_user_func_array() expects parameter 1 ...
15
votes
2answers
1k views
How can i scroll up error message after click on place order magento2
If a user is a small screen device, there are many situations where they will never see an error message.
I referred this link
Usability issues with error/notice/success messages. But do not get any ...
15
votes
3answers
2k views
Magento 2 - Product price change to 0.00 in product detail page for Non-US Locale
I am facing a very strange issue after the installation of Magento 2.0.4. I have create a product with the price $12 and change the locale from Magento configuration in backend.
Below is the ...
14
votes
1answer
132 views
Magento2 Chrome Driver Service error in MTF
I am new to MTF. I have followed the magento2 tutorial based on the following link
But When I am running the command
vendor/bin/phpunit
I am getting the following error -
Fatal error: Uncaught
...
14
votes
2answers
495 views
Is there an event or plugin spot for when cart rule is no longer valid?
Is there an event or place I can plugin for when a shopping cart price rule is no longer valid (such as when it expires or if you change the quantity of other products where it no longer applies)? I ...
13
votes
0answers
3k views
Magento2 : How to enable inline edit in catalog grid without changing source code?
I try to turn on inline edit in catalog grid as it described in DevDocs:
http://devdocs.magento.com/guides/v2.0/ui-components/ui-secondary-inline.html
The main problem is how to override this block of ...
13
votes
0answers
3k views
Magento 2: Carrier with such method not found
When I'm on Checkout Page. Sometimes I'm facing below error.
Carrier with such method not found: null, null
I have selected by Shipping Address, Not selected any Shipping Method & Clicked on &...
13
votes
1answer
2k views
Magento 2 - How to add Extra Checkout Step after Review & Payments Section with Place Order Button
I am trying to add an additional checkout step after "review & payments" section. The requirement is to split the payment and review as a separate steps. Once the after the payment method is ...
12
votes
0answers
539 views
Magento 2 How to add Tab Component in admin module
How can I add UI Tab Component in custom admin module with the help of below user guide ?
http://devdocs.magento.com/guides/v2.1/ui_comp_guide/components/ui-tab.html
There are not enough information ...

