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…
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…
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…
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…
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…
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…
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:
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?
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?
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…
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,
…
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