Question

I am trying to override checkout page some text using custom theme magento 2??

Was it helpful?

Solution

Create below path in your custom theme:

app/design/frontend/{{your package}}/{{your theme}}/Magento_Checkout/

Copy the required template, layout or web files to be modified from

vendor/magento/module-checkout/view/frontend

Update the files and flush cache to get the changes reflected. If you are modifying web files then don't forget to redeploy the content by running below commands:

php bin/magento s:up; php bin/magento s:s:d; php bin/magento c:f

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top