I'm using Magento 2.3. I have Fixed Flat Rate. But the price is missing / not showing up. Please help. Thanks.
Solved! Go to Solution.
Hello @ari_salt ,
Make sure after fixed flat rate you have cleared cache. You can clear cache by the following command
php bin/magento cache:flush php bin/magento cache:clean
If not resolved then please provide screenshot of flat rate configured.
--
If my answer is useful, please Accept as Solution & give Kudos
Hello @ari_salt ,
Make sure after fixed flat rate you have cleared cache. You can clear cache by the following command
php bin/magento cache:flush php bin/magento cache:clean
If not resolved then please provide screenshot of flat rate configured.
--
If my answer is useful, please Accept as Solution & give Kudos
Thanks for the good answer. I found out that the module I made caused it. It has been solved.