Magento – Magento2 – Changes to Order Summary block are not appearing

checkoutknockoutjsmagento2

When I edit the Order Summary block, I do not see my changes.

I even modified the vendor/magento/module-checkout/view/frontend/web/template/summary/item/details.phtml template directly for testing purposes.

I already tried:

  • flushing the Magento cache, by running bin/magento cache:flush
  • clearing var/generation, var/cache and var/page_cache
  • running bin/magento setup:static-content:deploy.

Best Answer

Are you using the Varnish FPC and/or production mode? You may have to re-deploy all of it again.

Try clearing pub/static, deploy static files again and re-do production mode if you are using it.

You can also use the magento commands (via bin/ of your Magento 2 install) to clean the caches.