Add code

Showing posts with label translate words in magento. Show all posts
Showing posts with label translate words in magento. Show all posts

Thursday 8 October 2020

How to change the order status from COMPLETED TO CLOSED in Magento?

 To Translate the words in Magento:


app/design/frontend/Package_Name/Theme_Name/i18n/en_US.csv file and add the following rows:

"Add to Cart", "Purchase"
"Add to Compare", "Compare"
"Add to Wish List", "Wishlist"

Then run :

php bin/magento setup:static-content:deploy -f
change directories according to your theme

Magento : 404 error is showing admin page

Hello, Sometimes we may get the error on admin page once done with the Magento installation. In that scenario, we have to do the following: ...