Questions tagged [magento2.2.4]

Denotes the question related to Magento version 2.2.4

Denotes the question related to Magento version 2.2.4

https://devdocs.magento.com/guides/v2.2/release-notes/ReleaseNotes2.2.4CE.html

323 questions
3
votes
1 answer

Special Price suddenly not showing

The special price was showing fine and suddenly not showing. I checked the Admin panel, the special price is still there. But not showing in the front end. After I saved the product in all the store views then it displays on the front end…
Dickson
  • 31
  • 2
3
votes
5 answers

magento 2.2.4 white blank page after setup:di:compile on windows 10

I have installed Magento 2.2.4. After installation, it was good, loading pages as expected. But, when I setup:di:compile, it gives blank page on frontend and admin as well. Once I delete generated folder and load page, it will again ok, and no blank…
Guru
  • 495
  • 1
  • 6
  • 25
2
votes
1 answer

Area code is not set

There are many files like this in var/report. {"0":"Area code is not set","1":"#0 vendor\/magento\/module-customer\/Model\/Plugin\/CustomerNotification.php(78): Magento\\Framework\\App\\State->getAreaCode()\n#1…
Allen Infante
  • 190
  • 11
2
votes
0 answers

Can't change the applied theme in 2.2.4 from admin

Here is a known bug in 2.2.4 version. When you try to apply theme from backend content -> Design -> Configuration: Appears the error: "Something went wrong while saving this configuration: Area is already set" It will be fix in 2.2.5 version by…
1
vote
1 answer

Customer Reviews is not showing up on Product Detail page in magento 2.2.4

The following container is empty The reviews are approved in the backend and showing up there as usual
Savan Patel
  • 2,348
  • 1
  • 16
  • 39
1
vote
1 answer

How to remove up sell product from the cart page

How to remove up sell and cross sell product from the cart page. (you may also like block) I added below code in my app/design/frontend/Custom/Theme/Magento_Checkout/layout/checkout_cart_index.xml file but when I click view cart page I am getting…
GeorgeM
  • 109
  • 2
  • 14
1
vote
2 answers

Why aren't my changes showing?

I am trying to add some text to the page below- /html/vendor/magento/module-customer-custom-attributes/view/frontend/templates//customer/form/register.phtml I created a file at…
tjjen
  • 883
  • 1
  • 12
  • 35
1
vote
1 answer

I Want to override final_price.phtml file to hide the price of product

I have use events and observers to check the whther the user is logged in or not. And the logout user will not see the price of the product. Here's my code: Created events.xml file in app/code/Demo/Mymodule/etc/frontend:
1
vote
1 answer

Want to show text message for specific shipping method on checkout in magento2

I have a custom shipping method. If I select that custom shipping method, I need to render the custom message below shipping method list. How can I do this?
Anjali Patil
  • 61
  • 11
1
vote
4 answers

Remove caption on product image PDP

Magento 2.2.4, How to remove the caption which is available on the image?. Is there any configuration available to disable it.
Haritha
  • 666
  • 5
  • 14
1
vote
3 answers

Magento 2.2.4 : How to change Footer Copyright in Magento 2?

I tried changing footer copyright in Content->Configuration Edit Active Theme and Change Copyright Message in Footer Tab. But I get Error as "Area is Already Set" on Saving it. So, How to Change Footer Copyright Message in Magento 2?
Pavithra
  • 593
  • 1
  • 11
  • 24
1
vote
2 answers

Magento 2.2.4 Order Confirmation Mail Not Receive

Magento 2.2.4 Order Confirmation Email Not Receive by Customer and Newsletter Emails Received by Subscriber Successfully 
1
vote
1 answer

How to preselect first image swatch on Product detail page Magento 2

I want to preselect first available option for my configurable product on Magento 2(2.2.4) website. Note: I am not a developer so when you answer plz reply with file path as well, I know i am asking so much but its really urgent and needed. Thanks…
1
vote
1 answer

Override the customer login response message in json format in magento 2

I am using below url to generate token for customers http://example.com/rest/V1/integration/customer/token by passing username and password in json format For Success response: { "token": "u1ruwadnq3l3x1f00gwl3ivjkl5ssmrc", "status": 200, …
ramsai
  • 13
  • 5
0
votes
1 answer

Can not access Admin stie

Whenever I go to my admin site I get: There has been an error processing your request Class ******\Testing\Controller\Router does not exist I have checked the logs, I have redeployed and changed permissions but no luck any ideas? Thanks
1
2 3