我在结帐页面上遇到了问题,从购物车页面单击“进行结帐”后,页面会不断加载。
我发现控制台中存在一些要求js的问题,而我确实没有找到解决这些控制台错误的解决方案。请检查随附的屏幕截图以供参考。
控制台问题
TypeError: window.checkoutConfig.payment is undefined[Learn More] vault.js:20:9
TypeError: quote.totals(...) is undefined[Learn More] totals.js:15:40
TypeError: can't convert undefined to object
帮助我解决此问题。
答案 0 :(得分:0)
请按照以下步骤操作:-
Remove the pub/static/frontend : rm -rf pub/static/frontend
chmod -R 777 pub/*
php bin/magento setup:static-content:deploy
确保屏幕截图中提到的路径上存在JS。