Hi Guys what controls the Order Summary function? When i do a checkout no total appears in the Order Total as per the screen shot http://prntscr.com/e4fhjg
Many thanks Jim
1 answer
Hi Jim,
Please try to open the file vendor/magento/module-catalog/view/base/web/js/price-utils.js
and comment the line “var precision=0,”. Then you run command line.
rm -R var/*
rm -R pub/static/*
php -f bin/magento setup:static-content:deploy
Please me know how it goes then.
Regards,
Frank